Lines Matching defs:dev
26 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup()
40 static int amba_match(struct device *dev, struct device_driver *drv) in amba_match()
49 static int amba_uevent(struct device *dev, struct kobj_uevent_env *env) in amba_uevent()
92 static int amba_legacy_suspend(struct device *dev, pm_message_t mesg) in amba_legacy_suspend()
104 static int amba_legacy_resume(struct device *dev) in amba_legacy_resume()
120 static int amba_pm_suspend(struct device *dev) in amba_pm_suspend()
138 static int amba_pm_resume(struct device *dev) in amba_pm_resume()
165 static int amba_pm_freeze(struct device *dev) in amba_pm_freeze()
183 static int amba_pm_thaw(struct device *dev) in amba_pm_thaw()
201 static int amba_pm_poweroff(struct device *dev) in amba_pm_poweroff()
219 static int amba_pm_restore(struct device *dev) in amba_pm_restore()
253 static int amba_pm_runtime_suspend(struct device *dev) in amba_pm_runtime_suspend()
264 static int amba_pm_runtime_resume(struct device *dev) in amba_pm_runtime_resume()
394 static int amba_probe(struct device *dev) in amba_probe()
429 static int amba_remove(struct device *dev) in amba_remove()
450 static void amba_shutdown(struct device *dev) in amba_shutdown()
490 static void amba_device_release(struct device *dev) in amba_device_release()
508 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
611 void amba_device_unregister(struct amba_device *dev) in amba_device_unregister()
618 struct amba_device *dev; member
625 static int amba_find_match(struct device *dev, void *data) in amba_find_match()
681 int amba_request_regions(struct amba_device *dev, const char *name) in amba_request_regions()
703 void amba_release_regions(struct amba_device *dev) in amba_release_regions()