Lines Matching refs:amba_device
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()
62 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk()
77 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk()
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()
115 struct amba_device *dev = to_amba_device(_dev); \
133 static int amba_read_periphid(struct amba_device *dev) in amba_read_periphid()
209 struct amba_device *pcdev = to_amba_device(dev); in amba_match()
240 const struct amba_device *pcdev = to_amba_device(dev); in amba_uevent()
251 static int of_amba_device_decode_irq(struct amba_device *dev) in of_amba_device_decode_irq()
279 struct amba_device *pcdev = to_amba_device(dev); in amba_probe()
324 struct amba_device *pcdev = to_amba_device(dev); in amba_remove()
391 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend()
406 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume()
458 static int amba_proxy_probe(struct amba_device *adev, in amba_proxy_probe()
529 struct amba_device *d = to_amba_device(dev); in amba_device_release()
546 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
576 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
598 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc()
601 struct amba_device *dev; in amba_device_alloc()
624 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
637 void amba_device_put(struct amba_device *dev) in amba_device_put()
654 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
665 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
688 void amba_release_regions(struct amba_device *dev) in amba_release_regions()