Query: platform_create_bundle
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLATFORM_CREATE_BUND(9) Device drivers infrastructure PLATFORM_CREATE_BUND(9)NAMEplatform_create_bundle - register driver and create corresponding deviceSYNOPSISstruct 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);ARGUMENTSdriver 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 dataDESCRIPTIONUse 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PLATFORM_CREATE_BUND(9)
Related Man Pages |
---|
probe(9e) - opensolaris |
struct_device_driver(9) - centos |
struct_platform_nand_ctrl(9) - centos |
probe(9e) - sunos |
probe(9e) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
DB2 convert digits to binary format |
Unsure why access time on a directory change isn't changing |
CentOS 6 ran out of space, need to reclaim it |