Query: platform_device_alloc
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLATFORM_DEVICE_ALLO(9) Device drivers infrastructure PLATFORM_DEVICE_ALLO(9)NAMEplatform_device_alloc - create a platform deviceSYNOPSISstruct platform_device * platform_device_alloc(const char * name, int id);ARGUMENTSname base name of the device we're adding id instance idDESCRIPTIONCreate a platform device object which can have other objects attached to it, and which will have attached objects freed when it is released.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PLATFORM_DEVICE_ALLO(9)
Related Man Pages |
---|
struct_class(9) - centos |
struct_device_driver(9) - centos |
usb_queue_reset_device(9) - centos |
device_create(9) - suse |
device_create_vargs(9) - suse |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Controlling user input |
[TIP] Processing YAML files with yq |