Rechercher une page de manuel
platform_device_alloc
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
platform_device_alloc - create a platform deviceSYNOPSIS
- struct platform_device * platform_device_alloc(const char * name, int id);
ARGUMENTS
name
- base name of the device we're adding
id
- instance id
DESCRIPTION
Create a platform device object which can have other objects attached to it, and which will have attached objects freed when it is released.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre