Lines Matching defs:dev

32 amba_cs_uci_id_match(const struct amba_id *table, struct amba_device *dev)  in amba_cs_uci_id_match()
50 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup()
87 struct amba_device *dev = to_amba_device(_dev); in driver_override_show() local
100 struct amba_device *dev = to_amba_device(_dev); in driver_override_store() local
133 static int amba_read_periphid(struct amba_device *dev) in amba_read_periphid()
207 static int amba_match(struct device *dev, struct device_driver *drv) in amba_match()
238 static int amba_uevent(const struct device *dev, struct kobj_uevent_env *env) in amba_uevent()
251 static int of_amba_device_decode_irq(struct amba_device *dev) in of_amba_device_decode_irq()
277 static int amba_probe(struct device *dev) in amba_probe()
322 static void amba_remove(struct device *dev) in amba_remove()
341 static void amba_shutdown(struct device *dev) in amba_shutdown()
353 static int amba_dma_configure(struct device *dev) in amba_dma_configure()
375 static void amba_dma_cleanup(struct device *dev) in amba_dma_cleanup()
389 static int amba_pm_runtime_suspend(struct device *dev) in amba_pm_runtime_suspend()
404 static int amba_pm_runtime_resume(struct device *dev) in amba_pm_runtime_resume()
527 static void amba_device_release(struct device *dev) in amba_device_release()
547 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
577 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
602 struct amba_device *dev; in amba_device_alloc() local
625 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
638 void amba_device_put(struct amba_device *dev) in amba_device_put()
655 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
666 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
689 void amba_release_regions(struct amba_device *dev) in amba_release_regions()