Lines Matching refs:amba_device

28 amba_lookup(const struct amba_id *table, struct amba_device *dev)  in amba_lookup()
44 struct amba_device *pcdev = to_amba_device(dev); in amba_match()
56 struct amba_device *pcdev = to_amba_device(dev); in amba_uevent()
70 struct amba_device *dev = to_amba_device(_dev); in driver_override_show()
82 struct amba_device *dev = to_amba_device(_dev); in driver_override_store()
112 struct amba_device *dev = to_amba_device(_dev); \
142 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend()
157 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume()
207 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk()
222 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk()
234 struct amba_device *pcdev = to_amba_device(dev); in amba_probe()
271 struct amba_device *pcdev = to_amba_device(dev); in amba_remove()
332 struct amba_device *d = to_amba_device(dev); in amba_device_release()
348 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
426 static struct amba_device *
432 struct amba_device *dev; in amba_aphb_device_add()
455 struct amba_device *
465 struct amba_device *
475 struct amba_device *
486 struct amba_device *
498 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
518 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc()
521 struct amba_device *dev; in amba_device_alloc()
544 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
556 void amba_device_put(struct amba_device *dev) in amba_device_put()
573 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
580 struct amba_device *dev;
590 struct amba_device *pcdev = to_amba_device(dev); in amba_find_match()
621 struct amba_device *
643 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
665 void amba_release_regions(struct amba_device *dev) in amba_release_regions()