Lines Matching refs:amba_device

30 amba_lookup(const struct amba_id *table, struct amba_device *dev)  in amba_lookup()
46 struct amba_device *pcdev = to_amba_device(dev); in amba_match()
58 struct amba_device *pcdev = to_amba_device(dev); in amba_uevent()
72 struct amba_device *dev = to_amba_device(_dev); in driver_override_show()
85 struct amba_device *dev = to_amba_device(_dev); in driver_override_store()
120 struct amba_device *dev = to_amba_device(_dev); \
148 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend()
163 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume()
217 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk()
232 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk()
244 struct amba_device *pcdev = to_amba_device(dev); in amba_probe()
285 struct amba_device *pcdev = to_amba_device(dev); in amba_remove()
346 struct amba_device *d = to_amba_device(dev); in amba_device_release()
353 static int amba_device_try_add(struct amba_device *dev, struct resource *parent) in amba_device_try_add()
447 struct amba_device *dev;
492 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
520 static struct amba_device *
526 struct amba_device *dev; in amba_aphb_device_add()
549 struct amba_device *
559 struct amba_device *
569 struct amba_device *
580 struct amba_device *
592 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
612 struct amba_device *amba_device_alloc(const char *name, resource_size_t base, in amba_device_alloc()
615 struct amba_device *dev; in amba_device_alloc()
638 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
650 void amba_device_put(struct amba_device *dev) in amba_device_put()
667 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
674 struct amba_device *dev;
684 struct amba_device *pcdev = to_amba_device(dev); in amba_find_match()
715 struct amba_device *
737 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
759 void amba_release_regions(struct amba_device *dev) in amba_release_regions()