Lines Matching defs:dev
21 struct mcb_device *dev) in mcb_match_id()
34 static int mcb_match(struct device *dev, struct device_driver *drv) in mcb_match()
47 static int mcb_uevent(struct device *dev, struct kobj_uevent_env *env) in mcb_uevent()
59 static int mcb_probe(struct device *dev) in mcb_probe()
72 static int mcb_remove(struct device *dev) in mcb_remove()
84 static void mcb_shutdown(struct device *dev) in mcb_shutdown()
137 static void mcb_release_dev(struct device *dev) in mcb_release_dev()
152 int mcb_device_register(struct mcb_bus *bus, struct mcb_device *dev) in mcb_device_register()
208 static int __mcb_devices_unregister(struct device *dev, void *data) in __mcb_devices_unregister()
270 struct mcb_device *dev; in mcb_alloc_dev() local
289 void mcb_free_dev(struct mcb_device *dev) in mcb_free_dev()
295 static int __mcb_bus_add_devices(struct device *dev, void *data) in __mcb_bus_add_devices()
312 static int __mcb_bus_add_child(struct device *dev, void *data) in __mcb_bus_add_child()
348 struct resource *mcb_request_mem(struct mcb_device *dev, const char *name) in mcb_request_mem()
381 static int __mcb_get_irq(struct mcb_device *dev) in __mcb_get_irq()
394 int mcb_get_irq(struct mcb_device *dev) in mcb_get_irq()