Rechercher une page de manuel
dev_driver_string
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
dev_driver_string - Return a device's driver name, if at all possibleSYNOPSIS
- const char * dev_driver_string(struct device * dev);
ARGUMENTS
dev
- struct device to get the name of
DESCRIPTION
Will return the device's driver's name if it is bound to a device. If the device is not bound to a device, it will return the name of the bus it is attached to. If it is not attached to a bus either, an empty string will be returned.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre