Lines Matching defs:dev

77 	struct device *dev;  in deferred_probe_work_func()  local
127 void driver_deferred_probe_add(struct device *dev) in driver_deferred_probe_add()
137 void driver_deferred_probe_del(struct device *dev) in driver_deferred_probe_del()
220 void device_set_deferred_probe_reason(const struct device *dev, struct va_format *vaf) in device_set_deferred_probe_reason()
277 int driver_deferred_probe_check_state(struct device *dev) in driver_deferred_probe_check_state()
355 bool device_is_bound(struct device *dev) in device_is_bound()
360 static void driver_bound(struct device *dev) in driver_bound()
390 static ssize_t coredump_store(struct device *dev, struct device_attribute *attr, in coredump_store()
401 static int driver_sysfs_add(struct device *dev) in driver_sysfs_add()
433 static void driver_sysfs_remove(struct device *dev) in driver_sysfs_remove()
458 int device_bind_driver(struct device *dev) in device_bind_driver()
475 static void driver_deferred_probe_add_trigger(struct device *dev, in driver_deferred_probe_add_trigger()
484 static ssize_t state_synced_show(struct device *dev, in state_synced_show()
497 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe()
672 static int really_probe_debug(struct device *dev, struct device_driver *drv) in really_probe_debug()
729 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device()
794 struct device *dev; member
829 struct device *dev = data->dev; in __device_attach_driver() local
863 struct device *dev = _dev; in __device_attach_async_helper() local
897 static int __device_attach(struct device *dev, bool allow_async) in __device_attach()
968 int device_attach(struct device *dev) in device_attach()
974 void device_initial_probe(struct device *dev) in device_initial_probe()
988 static void __device_driver_lock(struct device *dev, struct device *parent) in __device_driver_lock()
1004 static void __device_driver_unlock(struct device *dev, struct device *parent) in __device_driver_unlock()
1019 int device_driver_attach(struct device_driver *drv, struct device *dev) in device_driver_attach()
1039 struct device *dev = _dev; in __driver_attach_async_helper() local
1061 static int __driver_attach(struct device *dev, void *data) in __driver_attach()
1139 static void __device_release_driver(struct device *dev, struct device *parent) in __device_release_driver()
1205 void device_release_driver_internal(struct device *dev, in device_release_driver_internal()
1228 void device_release_driver(struct device *dev) in device_release_driver()
1246 void device_driver_detach(struct device *dev) in device_driver_detach()
1258 struct device *dev; in driver_detach() local