Home
last modified time | relevance | path

Searched defs:device_driver (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/device/
H A Ddriver.h96 struct device_driver { struct
97 const char *name;
98 const struct bus_type *bus;
100 struct module *owner;
101 const char *mod_name; /* used for built-in modules */
125 int __must_check driver_register(struct device_driver *drv); argument
/linux/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c147 struct usbip_host_driver device_driver = { variable
/linux/drivers/staging/vt6655/
H A Ddevice_main.c1860 static struct pci_driver device_driver = { variable
/linux/drivers/base/
H A Dbus.c444 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()