Lines Matching defs:dev

30 #define GENPD_DEV_CALLBACK(genpd, type, callback, dev)		\  argument
134 static inline bool irq_safe_dev_in_sleep_domain(struct device *dev, in irq_safe_dev_in_sleep_domain()
164 static struct generic_pm_domain *dev_to_genpd_safe(struct device *dev) in dev_to_genpd_safe()
180 static struct generic_pm_domain *dev_to_genpd(struct device *dev) in dev_to_genpd()
189 struct device *dev) in genpd_stop_dev()
195 struct device *dev) in genpd_start_dev()
384 static int genpd_set_performance_state(struct device *dev, unsigned int state) in genpd_set_performance_state()
405 static int genpd_drop_performance_state(struct device *dev) in genpd_drop_performance_state()
415 static void genpd_restore_performance_state(struct device *dev, in genpd_restore_performance_state()
437 int dev_pm_genpd_set_performance_state(struct device *dev, unsigned int state) in dev_pm_genpd_set_performance_state()
479 void dev_pm_genpd_set_next_wakeup(struct device *dev, ktime_t next) in dev_pm_genpd_set_next_wakeup()
504 ktime_t dev_pm_genpd_get_next_hrtimer(struct device *dev) in dev_pm_genpd_get_next_hrtimer()
530 void dev_pm_genpd_synced_poweroff(struct device *dev) in dev_pm_genpd_synced_poweroff()
811 static int genpd_dev_pm_start(struct device *dev) in genpd_dev_pm_start()
822 struct device *dev; in genpd_dev_pm_qos_notifier() local
879 static int __genpd_runtime_suspend(struct device *dev) in __genpd_runtime_suspend()
902 static int __genpd_runtime_resume(struct device *dev) in __genpd_runtime_resume()
929 static int genpd_runtime_suspend(struct device *dev) in genpd_runtime_suspend()
1005 static int genpd_runtime_resume(struct device *dev) in genpd_runtime_resume()
1204 static int genpd_prepare(struct device *dev) in genpd_prepare()
1245 static int genpd_finish_suspend(struct device *dev, in genpd_finish_suspend()
1246 int (*suspend_noirq)(struct device *dev), in genpd_finish_suspend()
1247 int (*resume_noirq)(struct device *dev)) in genpd_finish_suspend()
1287 static int genpd_suspend_noirq(struct device *dev) in genpd_suspend_noirq()
1303 static int genpd_finish_resume(struct device *dev, in genpd_finish_resume()
1304 int (*resume_noirq)(struct device *dev)) in genpd_finish_resume()
1339 static int genpd_resume_noirq(struct device *dev) in genpd_resume_noirq()
1355 static int genpd_freeze_noirq(struct device *dev) in genpd_freeze_noirq()
1371 static int genpd_thaw_noirq(struct device *dev) in genpd_thaw_noirq()
1386 static int genpd_poweroff_noirq(struct device *dev) in genpd_poweroff_noirq()
1402 static int genpd_restore_noirq(struct device *dev) in genpd_restore_noirq()
1418 static void genpd_complete(struct device *dev) in genpd_complete()
1439 static void genpd_switch_state(struct device *dev, bool suspend) in genpd_switch_state()
1474 void dev_pm_genpd_suspend(struct device *dev) in dev_pm_genpd_suspend()
1488 void dev_pm_genpd_resume(struct device *dev) in dev_pm_genpd_resume()
1507 static struct generic_pm_domain_data *genpd_alloc_dev_data(struct device *dev, in genpd_alloc_dev_data()
1563 static void genpd_free_dev_data(struct device *dev, in genpd_free_dev_data()
1611 static int genpd_get_cpu(struct generic_pm_domain *genpd, struct device *dev) in genpd_get_cpu()
1626 static int genpd_add_device(struct generic_pm_domain *genpd, struct device *dev, in genpd_add_device()
1672 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev) in pm_genpd_add_device()
1688 struct device *dev) in genpd_remove_device()
1737 int pm_genpd_remove_device(struct device *dev) in pm_genpd_remove_device()
1763 int dev_pm_genpd_add_notifier(struct device *dev, struct notifier_block *nb) in dev_pm_genpd_add_notifier()
1809 int dev_pm_genpd_remove_notifier(struct device *dev) in dev_pm_genpd_remove_notifier()
2521 int of_genpd_add_device(struct of_phandle_args *genpdspec, struct device *dev) in of_genpd_add_device()
2657 static void genpd_release_dev(struct device *dev) in genpd_release_dev()
2675 static void genpd_dev_pm_detach(struct device *dev, bool power_off) in genpd_dev_pm_detach()
2716 static void genpd_dev_pm_sync(struct device *dev) in genpd_dev_pm_sync()
2727 static int __genpd_dev_pm_attach(struct device *dev, struct device *base_dev, in __genpd_dev_pm_attach()
2812 int genpd_dev_pm_attach(struct device *dev) in genpd_dev_pm_attach()
2845 struct device *genpd_dev_pm_attach_by_id(struct device *dev, in genpd_dev_pm_attach_by_id()
2900 struct device *genpd_dev_pm_attach_by_name(struct device *dev, const char *name) in genpd_dev_pm_attach_by_name()
3083 static void rtpm_status_str(struct seq_file *s, struct device *dev) in rtpm_status_str()
3105 static void perf_status_str(struct seq_file *s, struct device *dev) in perf_status_str()