Lines Matching refs:amba_device

29 amba_cs_uci_id_match(const struct amba_id *table, struct amba_device *dev)  in amba_cs_uci_id_match()
47 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup()
61 struct amba_device *pcdev = to_amba_device(dev); in amba_match()
73 struct amba_device *pcdev = to_amba_device(dev); in amba_uevent()
87 struct amba_device *dev = to_amba_device(_dev); in driver_override_show()
100 struct amba_device *dev = to_amba_device(_dev); in driver_override_store()
135 struct amba_device *dev = to_amba_device(_dev); \
163 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend()
178 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume()
232 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk()
247 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk()
259 struct amba_device *pcdev = to_amba_device(dev); in amba_probe()
300 struct amba_device *pcdev = to_amba_device(dev); in amba_remove()
361 struct amba_device *d = to_amba_device(dev); in amba_device_release()
368 static int amba_device_try_add(struct amba_device *dev, struct resource *parent) in amba_device_try_add()
495 struct amba_device *dev;
540 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
568 static struct amba_device *
574 struct amba_device *dev; in amba_aphb_device_add()
597 struct amba_device *
607 struct amba_device *
617 struct amba_device *
628 struct amba_device *
640 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
660 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc()
663 struct amba_device *dev; in amba_device_alloc()
686 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
698 void amba_device_put(struct amba_device *dev) in amba_device_put()
715 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
722 struct amba_device *dev;
732 struct amba_device *pcdev = to_amba_device(dev); in amba_find_match()
763 struct amba_device *
785 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
807 void amba_release_regions(struct amba_device *dev) in amba_release_regions()