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()
289 int driver_deferred_probe_check_state(struct device *dev) in driver_deferred_probe_check_state()
393 bool device_is_bound(struct device *dev) in device_is_bound()
399 static void driver_bound(struct device *dev) in driver_bound()
425 static ssize_t coredump_store(struct device *dev, struct device_attribute *attr, in coredump_store()
436 static int driver_sysfs_add(struct device *dev) in driver_sysfs_add()
469 static void driver_sysfs_remove(struct device *dev) in driver_sysfs_remove()
496 int device_bind_driver(struct device *dev) in device_bind_driver()
514 static ssize_t state_synced_store(struct device *dev, in state_synced_store()
535 static ssize_t state_synced_show(struct device *dev, in state_synced_show()
548 static void device_unbind_cleanup(struct device *dev) in device_unbind_cleanup()
563 static void device_remove(struct device *dev) in device_remove()
574 static int call_driver_probe(struct device *dev, const struct device_driver *drv) in call_driver_probe()
605 static int really_probe(struct device *dev, const struct device_driver *drv) in really_probe()
733 static int really_probe_debug(struct device *dev, const struct device_driver *drv) in really_probe_debug()
780 static int __driver_probe_device(const struct device_driver *drv, struct device *dev) in __driver_probe_device()
825 static int driver_probe_device(const struct device_driver *drv, struct device *dev) in driver_probe_device()
890 struct device *dev; member
925 struct device *dev = data->dev; in __device_attach_driver() local
967 struct device *dev = _dev; in __device_attach_async_helper() local
1001 static int __device_attach(struct device *dev, bool allow_async) in __device_attach()
1072 int device_attach(struct device *dev) in device_attach()
1078 void device_initial_probe(struct device *dev) in device_initial_probe()
1092 static void __device_driver_lock(struct device *dev, struct device *parent) in __device_driver_lock()
1108 static void __device_driver_unlock(struct device *dev, struct device *parent) in __device_driver_unlock()
1123 int device_driver_attach(const struct device_driver *drv, struct device *dev) in device_driver_attach()
1142 struct device *dev = _dev; in __driver_attach_async_helper() local
1157 static int __driver_attach(struct device *dev, void *data) in __driver_attach()
1243 static void __device_release_driver(struct device *dev, struct device *parent) in __device_release_driver()
1290 void device_release_driver_internal(struct device *dev, in device_release_driver_internal()
1313 void device_release_driver(struct device *dev) in device_release_driver()
1331 void device_driver_detach(struct device *dev) in device_driver_detach()
1343 struct device *dev; in driver_detach() local