Man Page: platform_device_alloc
Operating Environment: centos
Section: 9
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 |
|---|
| device_create_with_groups(9) - centos |
| struct_bus_type(9) - centos |
| struct_class(9) - centos |
| device(9) - freebsd |
| device_create_vargs(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| CentOS7 restoring file capabilities |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |