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()
415 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device()
456 struct device *dev; member
491 struct device *dev = data->dev; in __device_attach_driver() local
519 struct device *dev = _dev; in __device_attach_async_helper() local
544 static int __device_attach(struct device *dev, bool allow_async) in __device_attach()
610 int device_attach(struct device *dev) in device_attach()
616 void device_initial_probe(struct device *dev) in device_initial_probe()
621 static int __driver_attach(struct device *dev, void *data) in __driver_attach()
669 static void __device_release_driver(struct device *dev) in __device_release_driver()
715 void device_release_driver(struct device *dev) in device_release_driver()
735 struct device *dev; in driver_detach() local