Lines Matching refs:device_driver
52 struct device_driver *driver;
107 extern int bus_add_driver(struct device_driver *drv);
108 extern void bus_remove_driver(struct device_driver *drv);
110 struct device_driver *drv,
113 extern void driver_detach(struct device_driver *drv);
114 extern int driver_probe_device(struct device_driver *drv, struct device *dev);
116 static inline int driver_match_device(struct device_driver *drv, in driver_match_device()
121 extern bool driver_allows_async_probing(struct device_driver *drv);
123 extern int driver_add_groups(struct device_driver *drv,
125 extern void driver_remove_groups(struct device_driver *drv,
139 extern void module_add_driver(struct module *mod, struct device_driver *drv);
140 extern void module_remove_driver(struct device_driver *drv);
143 struct device_driver *drv) { } in module_add_driver()
144 static inline void module_remove_driver(struct device_driver *drv) { } in module_remove_driver()