Lines Matching refs:device_driver
233 static ssize_t unbind_store(struct device_driver *drv, const char *buf, in unbind_store()
256 static ssize_t bind_store(struct device_driver *drv, const char *buf, in bind_store()
412 static struct device_driver *next_driver(struct klist_iter *i) in next_driver()
443 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start, in bus_for_each_drv()
444 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv() argument
448 struct device_driver *drv; in bus_for_each_drv()
585 static int __must_check add_bind_files(struct device_driver *drv) in add_bind_files()
598 static void remove_bind_files(struct device_driver *drv) in remove_bind_files()
628 static ssize_t uevent_store(struct device_driver *drv, const char *buf, in uevent_store()
642 int bus_add_driver(struct device_driver *drv) in bus_add_driver()
721 void bus_remove_driver(struct device_driver *drv) in bus_remove_driver()
1310 struct device_driver *driver_find(const char *name, const struct bus_type *bus) in driver_find()