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 2.6. July 2010 PLATFORM_DEVICE_ALLO(9)