Lines Matching defs:dev
62 struct device *dev; in deferred_probe_work_func() local
112 static void driver_deferred_probe_add(struct device *dev) in driver_deferred_probe_add()
122 void driver_deferred_probe_del(struct device *dev) in driver_deferred_probe_del()
195 static void driver_bound(struct device *dev) in driver_bound()
220 static int driver_sysfs_add(struct device *dev) in driver_sysfs_add()
240 static void driver_sysfs_remove(struct device *dev) in driver_sysfs_remove()
264 int device_bind_driver(struct device *dev) in device_bind_driver()
278 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe()
403 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device()
422 struct device *dev = data; in __device_attach() local
444 int device_attach(struct device *dev) in device_attach()
471 static int __driver_attach(struct device *dev, void *data) in __driver_attach()
519 static void __device_release_driver(struct device *dev) in __device_release_driver()
562 void device_release_driver(struct device *dev) in device_release_driver()
582 struct device *dev; in driver_detach() local