Lines Matching defs:dev

33 amba_cs_uci_id_match(const struct amba_id *table, struct amba_device *dev)  in amba_cs_uci_id_match()
51 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup()
88 struct amba_device *dev = to_amba_device(_dev); in driver_override_show() local
101 struct amba_device *dev = to_amba_device(_dev); in driver_override_store() local
134 static int amba_read_periphid(struct amba_device *dev) in amba_read_periphid()
208 static int amba_match(struct device *dev, const struct device_driver *drv) in amba_match()
239 static int amba_uevent(const struct device *dev, struct kobj_uevent_env *env) in amba_uevent()
252 static int of_amba_device_decode_irq(struct amba_device *dev) in of_amba_device_decode_irq()
278 static int amba_probe(struct device *dev) in amba_probe()
323 static void amba_remove(struct device *dev) in amba_remove()
342 static void amba_shutdown(struct device *dev) in amba_shutdown()
354 static int amba_dma_configure(struct device *dev) in amba_dma_configure()
377 static void amba_dma_cleanup(struct device *dev) in amba_dma_cleanup()
391 static int amba_pm_runtime_suspend(struct device *dev) in amba_pm_runtime_suspend()
406 static int amba_pm_runtime_resume(struct device *dev) in amba_pm_runtime_resume()
453 bool dev_is_amba(const struct device *dev) in dev_is_amba()
538 static void amba_device_release(struct device *dev) in amba_device_release()
558 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
590 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
615 struct amba_device *dev; in amba_device_alloc() local
638 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
651 void amba_device_put(struct amba_device *dev) in amba_device_put()
668 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
679 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
702 void amba_release_regions(struct amba_device *dev) in amba_release_regions()