Lines Matching defs:drv
34 int driver_for_each_device(struct device_driver *drv, struct device *start, in driver_for_each_device()
68 struct device *driver_find_device(struct device_driver *drv, in driver_find_device()
93 int driver_create_file(struct device_driver *drv, in driver_create_file()
110 void driver_remove_file(struct device_driver *drv, in driver_remove_file()
128 int driver_add_kobj(struct device_driver *drv, struct kobject *kobj, in driver_add_kobj()
152 struct device_driver *get_driver(struct device_driver *drv) in get_driver()
170 void put_driver(struct device_driver *drv) in put_driver()
176 static int driver_add_groups(struct device_driver *drv, in driver_add_groups()
196 static void driver_remove_groups(struct device_driver *drv, in driver_remove_groups()
214 int driver_register(struct device_driver *drv) in driver_register()
249 void driver_unregister(struct device_driver *drv) in driver_unregister()