Query: platform_device_register_resndata
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLATFORM_DEVICE_REGI(9) Device drivers infrastructure PLATFORM_DEVICE_REGI(9)NAMEplatform_device_register_resndata - add a platform-level device with resources and platform-specific dataSYNOPSISstruct platform_device * platform_device_register_resndata(struct device * parent, const char * name, int id, const struct resource * res, unsigned int num, const void * data, size_t size);ARGUMENTSparent parent device for the device we're adding name base name of the device we're adding id instance id res set of resources that needs to be allocated for the device num number of resources data platform specific data for this platform device size size of platform specific dataDESCRIPTIONReturns struct platform_device pointer on success, or ERR_PTR on error.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PLATFORM_DEVICE_REGI(9)
Related Man Pages |
---|
device_create(9) - centos |
struct_device_driver(9) - centos |
struct_uio_info(9) - centos |
device_create(9) - suse |
struct_matrix_keypad_platform_data(9) - suse |
Similar Topics in the Unix Linux Community |
---|
DB2 convert digits to binary format |
Tar Command |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
CentOS 6 ran out of space, need to reclaim it |