Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds