suse man page for platform_driver_probe

Query: platform_driver_probe

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLATFORM_DRIVER_PROB(9) 				   Device drivers infrastructure				   PLATFORM_DRIVER_PROB(9)

NAME
platform_driver_probe - register driver for non-hotpluggable device
SYNOPSIS
int platform_driver_probe(struct platform_driver * drv, int (*probe) (struct platform_device *));
ARGUMENTS
drv platform driver structure probe the driver probe routine, probably from an __init section
DESCRIPTION
Use this instead of platform_driver_register when you know the device is not hotpluggable and has already been registered, and you want to remove its run-once probe infrastructure from memory after the driver has bound to the device. One typical use for this would be with drivers for controllers integrated into system-on-chip processors, where the controller devices have been configured as part of board setup. Returns zero if the driver registered and bound to a device, else returns a negative error code and with the driver not registered.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PLATFORM_DRIVER_PROB(9)
Related Man Pages
probe(9e) - opensolaris
fea(4) - debian
struct_i2c_driver(9) - suse
struct_platform_nand_ctrl(9) - suse
fea(4) - freebsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com
Shopt -s histappend