dev_driver_string(9) suse man page | unix.com

Man Page: dev_driver_string

Operating Environment: suse

Section: 9

DEV_DRIVER_STRING(9)					   Device drivers infrastructure				      DEV_DRIVER_STRING(9)

NAME
dev_driver_string - Return a device's driver name, if at all possible
SYNOPSIS
const char * dev_driver_string(const 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
Kernel Hackers Manual 2.6. July 2010 DEV_DRIVER_STRING(9)
Related Man Pages
device_create(9) - centos
device_create_vargs(9) - centos
device(9) - debian
device(9) - linux
device(9) - php
Similar Topics in the Unix Linux Community
Change directory error
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
Tar Command
A (ksh) Library For and From UNIX.com