Lines Matching defs:dev
29 amba_cs_uci_id_match(const struct amba_id *table, struct amba_device *dev) in amba_cs_uci_id_match()
47 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup()
59 static int amba_match(struct device *dev, struct device_driver *drv) in amba_match()
71 static int amba_uevent(struct device *dev, struct kobj_uevent_env *env) in amba_uevent()
87 struct amba_device *dev = to_amba_device(_dev); in driver_override_show() local
100 struct amba_device *dev = to_amba_device(_dev); in driver_override_store() local
161 static int amba_pm_runtime_suspend(struct device *dev) in amba_pm_runtime_suspend()
176 static int amba_pm_runtime_resume(struct device *dev) in amba_pm_runtime_resume()
257 static int amba_probe(struct device *dev) in amba_probe()
298 static int amba_remove(struct device *dev) in amba_remove()
319 static void amba_shutdown(struct device *dev) in amba_shutdown()
362 static void amba_device_release(struct device *dev) in amba_device_release()
371 static int amba_device_try_add(struct amba_device *dev, struct resource *parent) in amba_device_try_add()
495 struct amba_device *dev; member
548 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
582 struct amba_device *dev; in amba_aphb_device_add() local
648 static void amba_device_initialize(struct amba_device *dev, const char *name) in amba_device_initialize()
672 struct amba_device *dev; in amba_device_alloc() local
695 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
707 void amba_device_put(struct amba_device *dev) in amba_device_put()
724 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
731 struct amba_device *dev; member
738 static int amba_find_match(struct device *dev, void *data) in amba_find_match()
794 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
816 void amba_release_regions(struct amba_device *dev) in amba_release_regions()