Lines Matching refs:device_driver
63 struct device_driver *driver;
95 struct device_driver *async_driver;
134 extern int bus_add_driver(struct device_driver *drv);
135 extern void bus_remove_driver(struct device_driver *drv);
137 struct device_driver *drv,
140 extern void driver_detach(struct device_driver *drv);
144 static inline int driver_match_device(struct device_driver *drv, in driver_match_device()
149 extern bool driver_allows_async_probing(struct device_driver *drv);
151 extern int driver_add_groups(struct device_driver *drv,
153 extern void driver_remove_groups(struct device_driver *drv,
168 extern void module_add_driver(struct module *mod, struct device_driver *drv);
169 extern void module_remove_driver(struct device_driver *drv);
172 struct device_driver *drv) { } in module_add_driver()
173 static inline void module_remove_driver(struct device_driver *drv) { } in module_remove_driver()