Lines Matching defs:dev
32 static void driver_bound(struct device *dev) in driver_bound()
50 static int driver_sysfs_add(struct device *dev) in driver_sysfs_add()
70 static void driver_sysfs_remove(struct device *dev) in driver_sysfs_remove()
94 int device_bind_driver(struct device *dev) in device_bind_driver()
108 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe()
203 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device()
223 struct device *dev = data; in __device_attach() local
245 int device_attach(struct device *dev) in device_attach()
273 static int __driver_attach(struct device *dev, void *data) in __driver_attach()
321 static void __device_release_driver(struct device *dev) in __device_release_driver()
360 void device_release_driver(struct device *dev) in device_release_driver()
380 struct device *dev; in driver_detach() local
411 void *dev_get_drvdata(const struct device *dev) in dev_get_drvdata()
419 int dev_set_drvdata(struct device *dev, void *data) in dev_set_drvdata()