Lines Matching refs:amba_device

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()
63 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk()
78 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk()
88 struct amba_device *dev = to_amba_device(_dev); in driver_override_show()
101 struct amba_device *dev = to_amba_device(_dev); in driver_override_store()
116 struct amba_device *dev = to_amba_device(_dev); \
134 static int amba_read_periphid(struct amba_device *dev) in amba_read_periphid()
210 struct amba_device *pcdev = to_amba_device(dev); in amba_match()
241 const struct amba_device *pcdev = to_amba_device(dev); in amba_uevent()
252 static int of_amba_device_decode_irq(struct amba_device *dev) in of_amba_device_decode_irq()
280 struct amba_device *pcdev = to_amba_device(dev); in amba_probe()
323 struct amba_device *pcdev = to_amba_device(dev); in amba_remove()
390 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend()
405 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume()
463 static int amba_proxy_probe(struct amba_device *adev, in amba_proxy_probe()
537 struct amba_device *d = to_amba_device(dev); in amba_device_release()
555 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
587 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
609 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc()
612 struct amba_device *dev; in amba_device_alloc()
635 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
648 void amba_device_put(struct amba_device *dev) in amba_device_put()
665 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
676 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
699 void amba_release_regions(struct amba_device *dev) in amba_release_regions()