platform_create_bundle(9) suse man page | unix.com

Man Page: platform_create_bundle

Operating Environment: suse

Section: 9

PLATFORM_CREATE_BUND(9) 				   Device drivers infrastructure				   PLATFORM_CREATE_BUND(9)

NAME
platform_create_bundle - register driver and create corresponding device
SYNOPSIS
struct platform_device * platform_create_bundle(struct platform_driver * driver, int (*probe) (struct platform_device *), struct resource * res, unsigned int n_res, const void * data, size_t size);
ARGUMENTS
driver platform driver structure probe the driver probe routine, probably from an __init section res set of resources that needs to be allocated for the device n_res number of resources data platform specific data for this platform device size size of platform specific data
DESCRIPTION
Use this in legacy-style modules that probe hardware directly and register a single platform device and corresponding platform driver. Returns struct platform_device pointer on success, or ERR_PTR on error.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PLATFORM_CREATE_BUND(9)
Related Man Pages
probe(9e) - opensolaris
struct_bus_type(9) - centos
struct_usb_device_driver(9) - suse
probe(9e) - sunos
probe(9e) - debian
Similar Topics in the Unix Linux Community
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend