Lines Matching defs:drv
396 struct device_driver *drv = dev->driver; in driver_sysfs_remove() local
446 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe()
587 static int really_probe_debug(struct device *dev, struct device_driver *drv) in really_probe_debug()
644 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device()
672 bool driver_allows_async_probing(struct device_driver *drv) in driver_allows_async_probing()
722 static int __device_attach_driver(struct device_driver *drv, void *_data) in __device_attach_driver()
867 struct device_driver *drv = data; in __driver_attach() local
913 int driver_attach(struct device_driver *drv) in driver_attach()
925 struct device_driver *drv; in __device_release_driver() local
991 struct device_driver *drv, in device_release_driver_internal()
1032 void driver_detach(struct device_driver *drv) in driver_detach()