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.h98 struct device_driver { struct
99 const char *name;
100 const struct bus_type *bus;
102 struct module *owner;
103 const char *mod_name; /* used for built-in modules */
105 bool suppress_bind_attrs; /* disables bind/unbind via sysfs */
106 enum probe_type probe_type;
108 const struct of_device_id *of_match_table;
109 const struct acpi_device_id *acpi_match_table;
134 int __must_check driver_register(struct device_driver *drv); argument
/linux/tools/virtio/linux/
H A Ddevice.h7 struct device_driver { struct
8 const char *name;
/linux/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c147 struct usbip_host_driver device_driver = { variable
/linux/drivers/base/
H A Dbus.c487 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()