Lines Matching refs:amba_device
30 amba_cs_uci_id_match(const struct amba_id *table, struct amba_device *dev) in amba_cs_uci_id_match()
48 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup()
60 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk()
75 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk()
85 struct amba_device *dev = to_amba_device(_dev); in driver_override_show()
98 struct amba_device *dev = to_amba_device(_dev); in driver_override_store()
133 struct amba_device *dev = to_amba_device(_dev); \
155 struct amba_device *pcdev = to_amba_device(dev); in amba_match()
167 struct amba_device *pcdev = to_amba_device(dev); in amba_uevent()
184 struct amba_device *pcdev = to_amba_device(dev); in amba_probe()
225 struct amba_device *pcdev = to_amba_device(dev); in amba_remove()
262 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend()
277 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume()
368 struct amba_device *d = to_amba_device(dev); in amba_device_release()
375 static int of_amba_device_decode_irq(struct amba_device *dev) in of_amba_device_decode_irq()
397 static int amba_device_try_add(struct amba_device *dev, struct resource *parent) in amba_device_try_add()
525 struct amba_device *dev;
578 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
606 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
627 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc()
630 struct amba_device *dev; in amba_device_alloc()
653 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
665 void amba_device_put(struct amba_device *dev) in amba_device_put()
682 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
689 struct amba_device *dev;
699 struct amba_device *pcdev = to_amba_device(dev); in amba_find_match()
730 struct amba_device *
752 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
774 void amba_release_regions(struct amba_device *dev) in amba_release_regions()