Lines Matching defs:dev

18 						struct mcb_device *dev)  in mcb_match_id()
31 static int mcb_match(struct device *dev, const struct device_driver *drv) in mcb_match()
44 static int mcb_uevent(const struct device *dev, struct kobj_uevent_env *env) in mcb_uevent()
56 static int mcb_probe(struct device *dev) in mcb_probe()
82 static void mcb_remove(struct device *dev) in mcb_remove()
96 static void mcb_shutdown(struct device *dev) in mcb_shutdown()
105 static ssize_t revision_show(struct device *dev, struct device_attribute *attr, in revision_show()
114 static ssize_t model_show(struct device *dev, struct device_attribute *attr, in model_show()
123 static ssize_t minor_show(struct device *dev, struct device_attribute *attr, in minor_show()
132 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show()
208 static void mcb_release_dev(struct device *dev) in mcb_release_dev()
223 int mcb_device_register(struct mcb_bus *bus, struct mcb_device *dev) in mcb_device_register()
255 static void mcb_free_bus(struct device *dev) in mcb_free_bus()
308 static int __mcb_devices_unregister(struct device *dev, void *data) in __mcb_devices_unregister()
366 struct mcb_device *dev; in mcb_alloc_dev() local
384 void mcb_free_dev(struct mcb_device *dev) in mcb_free_dev()
390 static int __mcb_bus_add_devices(struct device *dev, void *data) in __mcb_bus_add_devices()
420 struct resource *mcb_get_resource(struct mcb_device *dev, unsigned int type) in mcb_get_resource()
439 struct resource *mcb_request_mem(struct mcb_device *dev, const char *name) in mcb_request_mem()
472 static int __mcb_get_irq(struct mcb_device *dev) in __mcb_get_irq()
487 int mcb_get_irq(struct mcb_device *dev) in mcb_get_irq()