Lines Matching defs:drv
229 const char *drv = dev_driver_string(dev); in device_set_deferred_probe_reason() local
470 struct device_driver *drv = dev->driver; in driver_sysfs_remove() local
572 static int call_driver_probe(struct device *dev, struct device_driver *drv) in call_driver_probe()
603 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe()
732 static int really_probe_debug(struct device *dev, struct device_driver *drv) in really_probe_debug()
779 static int __driver_probe_device(struct device_driver *drv, struct device *dev) in __driver_probe_device()
824 static int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device()
868 static bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing()
921 static int __device_attach_driver(struct device_driver *drv, void *_data) in __device_attach_driver()
1122 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach()
1142 struct device_driver *drv; in __driver_attach_async_helper() local
1158 struct device_driver *drv = data; in __driver_attach() local
1231 int driver_attach(struct device_driver *drv) in driver_attach()
1243 struct device_driver *drv; in __device_release_driver() local
1289 struct device_driver *drv, in device_release_driver_internal()
1338 void driver_detach(struct device_driver *drv) in driver_detach()