Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/device/
Ddriver.h95 struct device_driver { struct
96 const char *name;
97 struct bus_type *bus;
99 struct module *owner;
100 const char *mod_name; /* used for built-in modules */
124 extern int __must_check driver_register(struct device_driver *drv); argument
/kernel/linux/linux-6.6/include/linux/device/
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
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
Dusbip_device_driver.c147 struct usbip_host_driver device_driver = { variable
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
Dusbip_device_driver.c147 struct usbip_host_driver device_driver = { variable
/kernel/linux/linux-5.10/drivers/staging/vt6655/
Ddevice_main.c1794 static struct pci_driver device_driver = { variable
/kernel/linux/linux-5.10/drivers/base/
Dbus.c419 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()
/kernel/linux/linux-6.6/drivers/staging/vt6655/
Ddevice_main.c1856 static struct pci_driver device_driver = { variable
/kernel/linux/linux-6.6/drivers/base/
Dbus.c446 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()