Lines Matching defs:dev
100 static ssize_t control_show(struct device *dev, struct device_attribute *attr, in control_show()
107 static ssize_t control_store(struct device * dev, struct device_attribute *attr, in control_store()
123 static ssize_t runtime_active_time_show(struct device *dev, in runtime_active_time_show()
135 static ssize_t runtime_suspended_time_show(struct device *dev, in runtime_suspended_time_show()
147 static ssize_t runtime_status_show(struct device *dev, in runtime_status_show()
179 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show()
187 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store()
206 static ssize_t pm_qos_resume_latency_us_show(struct device *dev, in pm_qos_resume_latency_us_show()
220 static ssize_t pm_qos_resume_latency_us_store(struct device *dev, in pm_qos_resume_latency_us_store()
250 static ssize_t pm_qos_latency_tolerance_us_show(struct device *dev, in pm_qos_latency_tolerance_us_show()
264 static ssize_t pm_qos_latency_tolerance_us_store(struct device *dev, in pm_qos_latency_tolerance_us_store()
289 static ssize_t pm_qos_no_power_off_show(struct device *dev, in pm_qos_no_power_off_show()
297 static ssize_t pm_qos_no_power_off_store(struct device *dev, in pm_qos_no_power_off_store()
319 static ssize_t wakeup_show(struct device *dev, struct device_attribute *attr, in wakeup_show()
327 static ssize_t wakeup_store(struct device *dev, struct device_attribute *attr, in wakeup_store()
344 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
361 static ssize_t wakeup_active_count_show(struct device *dev, in wakeup_active_count_show()
379 static ssize_t wakeup_abort_count_show(struct device *dev, in wakeup_abort_count_show()
397 static ssize_t wakeup_expire_count_show(struct device *dev, in wakeup_expire_count_show()
415 static ssize_t wakeup_active_show(struct device *dev, in wakeup_active_show()
432 static ssize_t wakeup_total_time_ms_show(struct device *dev, in wakeup_total_time_ms_show()
450 static ssize_t wakeup_max_time_ms_show(struct device *dev, in wakeup_max_time_ms_show()
467 static ssize_t wakeup_last_time_ms_show(struct device *dev, in wakeup_last_time_ms_show()
486 static ssize_t wakeup_prevent_sleep_time_ms_show(struct device *dev, in wakeup_prevent_sleep_time_ms_show()
507 static ssize_t runtime_usage_show(struct device *dev, in runtime_usage_show()
514 static ssize_t runtime_active_kids_show(struct device *dev, in runtime_active_kids_show()
523 static ssize_t runtime_enabled_show(struct device *dev, in runtime_enabled_show()
537 static ssize_t async_show(struct device *dev, struct device_attribute *attr, in async_show()
545 static ssize_t async_store(struct device *dev, struct device_attribute *attr, in async_store()
643 int dpm_sysfs_add(struct device *dev) in dpm_sysfs_add()
687 int wakeup_sysfs_add(struct device *dev) in wakeup_sysfs_add()
692 void wakeup_sysfs_remove(struct device *dev) in wakeup_sysfs_remove()
697 int pm_qos_sysfs_add_resume_latency(struct device *dev) in pm_qos_sysfs_add_resume_latency()
702 void pm_qos_sysfs_remove_resume_latency(struct device *dev) in pm_qos_sysfs_remove_resume_latency()
707 int pm_qos_sysfs_add_flags(struct device *dev) in pm_qos_sysfs_add_flags()
712 void pm_qos_sysfs_remove_flags(struct device *dev) in pm_qos_sysfs_remove_flags()
717 int pm_qos_sysfs_add_latency_tolerance(struct device *dev) in pm_qos_sysfs_add_latency_tolerance()
723 void pm_qos_sysfs_remove_latency_tolerance(struct device *dev) in pm_qos_sysfs_remove_latency_tolerance()
728 void rpm_sysfs_remove(struct device *dev) in rpm_sysfs_remove()
733 void dpm_sysfs_remove(struct device *dev) in dpm_sysfs_remove()