Lines Matching refs:device_driver
51 struct device_driver *driver;
108 extern int bus_add_driver(struct device_driver *drv);
109 extern void bus_remove_driver(struct device_driver *drv);
111 extern void driver_detach(struct device_driver *drv);
112 extern int driver_probe_device(struct device_driver *drv, struct device *dev);
114 static inline int driver_match_device(struct device_driver *drv, in driver_match_device()
120 extern int driver_add_groups(struct device_driver *drv,
122 extern void driver_remove_groups(struct device_driver *drv,
138 extern void module_add_driver(struct module *mod, struct device_driver *drv);
139 extern void module_remove_driver(struct device_driver *drv);
142 struct device_driver *drv) { } in module_add_driver()
143 static inline void module_remove_driver(struct device_driver *drv) { } in module_remove_driver()