Lines Matching defs:dev
73 static void __device_set_deferred_probe_reason(const struct device *dev, char *reason) in __device_set_deferred_probe_reason()
84 struct device *dev; in deferred_probe_work_func() local
133 void driver_deferred_probe_add(struct device *dev) in driver_deferred_probe_add()
146 void driver_deferred_probe_del(struct device *dev) in driver_deferred_probe_del()
228 void device_set_deferred_probe_reason(const struct device *dev, struct va_format *vaf) in device_set_deferred_probe_reason()
285 int driver_deferred_probe_check_state(struct device *dev) in driver_deferred_probe_check_state()
380 int __device_set_driver_override(struct device *dev, const char *s, size_t len) in __device_set_driver_override()
441 bool device_is_bound(struct device *dev) in device_is_bound()
447 static void driver_bound(struct device *dev) in driver_bound()
473 static ssize_t coredump_store(struct device *dev, struct device_attribute *attr, in coredump_store()
484 static int driver_sysfs_add(struct device *dev) in driver_sysfs_add()
517 static void driver_sysfs_remove(struct device *dev) in driver_sysfs_remove()
544 int device_bind_driver(struct device *dev) in device_bind_driver()
562 static ssize_t state_synced_store(struct device *dev, in state_synced_store()
583 static ssize_t state_synced_show(struct device *dev, in state_synced_show()
596 static void device_unbind_cleanup(struct device *dev) in device_unbind_cleanup()
613 static void device_remove(struct device *dev) in device_remove()
624 static int call_driver_probe(struct device *dev, const struct device_driver *drv) in call_driver_probe()
655 static int really_probe(struct device *dev, const struct device_driver *drv) in really_probe()
783 static int really_probe_debug(struct device *dev, const struct device_driver *drv) in really_probe_debug()
830 static int __driver_probe_device(const struct device_driver *drv, struct device *dev) in __driver_probe_device()
895 static int driver_probe_device(const struct device_driver *drv, struct device *dev) in driver_probe_device()
960 struct device *dev; member
995 struct device *dev = data->dev; in __device_attach_driver() local
1037 struct device *dev = _dev; in __device_attach_async_helper() local
1071 static int __device_attach(struct device *dev, bool allow_async) in __device_attach()
1142 int device_attach(struct device *dev) in device_attach()
1148 void device_initial_probe(struct device *dev) in device_initial_probe()
1170 static void __device_driver_lock(struct device *dev, struct device *parent) in __device_driver_lock()
1186 static void __device_driver_unlock(struct device *dev, struct device *parent) in __device_driver_unlock()
1201 int device_driver_attach(const struct device_driver *drv, struct device *dev) in device_driver_attach()
1220 struct device *dev = _dev; in __driver_attach_async_helper() local
1235 static int __driver_attach(struct device *dev, void *data) in __driver_attach()
1321 static void __device_release_driver(struct device *dev, struct device *parent) in __device_release_driver()
1368 void device_release_driver_internal(struct device *dev, in device_release_driver_internal()
1391 void device_release_driver(struct device *dev) in device_release_driver()
1409 void device_driver_detach(struct device *dev) in device_driver_detach()
1421 struct device *dev; in driver_detach() local