Lines Matching defs:dev

101 static ssize_t control_show(struct device *dev, struct device_attribute *attr,  in control_show()
108 static ssize_t control_store(struct device * dev, struct device_attribute *attr, in control_store()
124 static ssize_t runtime_active_time_show(struct device *dev, in runtime_active_time_show()
137 static ssize_t runtime_suspended_time_show(struct device *dev, in runtime_suspended_time_show()
150 static ssize_t runtime_status_show(struct device *dev, in runtime_status_show()
182 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show()
192 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store()
211 static ssize_t pm_qos_resume_latency_us_show(struct device *dev, in pm_qos_resume_latency_us_show()
225 static ssize_t pm_qos_resume_latency_us_store(struct device *dev, in pm_qos_resume_latency_us_store()
255 static ssize_t pm_qos_latency_tolerance_us_show(struct device *dev, in pm_qos_latency_tolerance_us_show()
269 static ssize_t pm_qos_latency_tolerance_us_store(struct device *dev, in pm_qos_latency_tolerance_us_store()
294 static ssize_t pm_qos_no_power_off_show(struct device *dev, in pm_qos_no_power_off_show()
302 static ssize_t pm_qos_no_power_off_store(struct device *dev, in pm_qos_no_power_off_store()
324 static ssize_t wakeup_show(struct device *dev, struct device_attribute *attr, in wakeup_show()
332 static ssize_t wakeup_store(struct device *dev, struct device_attribute *attr, in wakeup_store()
349 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
369 static ssize_t wakeup_active_count_show(struct device *dev, in wakeup_active_count_show()
390 static ssize_t wakeup_abort_count_show(struct device *dev, in wakeup_abort_count_show()
411 static ssize_t wakeup_expire_count_show(struct device *dev, in wakeup_expire_count_show()
432 static ssize_t wakeup_active_show(struct device *dev, in wakeup_active_show()
452 static ssize_t wakeup_total_time_ms_show(struct device *dev, in wakeup_total_time_ms_show()
473 static ssize_t wakeup_max_time_ms_show(struct device *dev, in wakeup_max_time_ms_show()
493 static ssize_t wakeup_last_time_ms_show(struct device *dev, in wakeup_last_time_ms_show()
512 static inline int dpm_sysfs_wakeup_change_owner(struct device *dev, kuid_t kuid, in dpm_sysfs_wakeup_change_owner()
523 static ssize_t wakeup_prevent_sleep_time_ms_show(struct device *dev, in wakeup_prevent_sleep_time_ms_show()
545 static inline int dpm_sysfs_wakeup_change_owner(struct device *dev, kuid_t kuid, in dpm_sysfs_wakeup_change_owner()
553 static ssize_t runtime_usage_show(struct device *dev, in runtime_usage_show()
560 static ssize_t runtime_active_kids_show(struct device *dev, in runtime_active_kids_show()
569 static ssize_t runtime_enabled_show(struct device *dev, in runtime_enabled_show()
588 static ssize_t async_show(struct device *dev, struct device_attribute *attr, in async_show()
596 static ssize_t async_store(struct device *dev, struct device_attribute *attr, in async_store()
694 int dpm_sysfs_add(struct device *dev) in dpm_sysfs_add()
738 int dpm_sysfs_change_owner(struct device *dev, kuid_t kuid, kgid_t kgid) in dpm_sysfs_change_owner()
777 int wakeup_sysfs_add(struct device *dev) in wakeup_sysfs_add()
787 void wakeup_sysfs_remove(struct device *dev) in wakeup_sysfs_remove()
793 int pm_qos_sysfs_add_resume_latency(struct device *dev) in pm_qos_sysfs_add_resume_latency()
798 void pm_qos_sysfs_remove_resume_latency(struct device *dev) in pm_qos_sysfs_remove_resume_latency()
803 int pm_qos_sysfs_add_flags(struct device *dev) in pm_qos_sysfs_add_flags()
808 void pm_qos_sysfs_remove_flags(struct device *dev) in pm_qos_sysfs_remove_flags()
813 int pm_qos_sysfs_add_latency_tolerance(struct device *dev) in pm_qos_sysfs_add_latency_tolerance()
819 void pm_qos_sysfs_remove_latency_tolerance(struct device *dev) in pm_qos_sysfs_remove_latency_tolerance()
824 void rpm_sysfs_remove(struct device *dev) in rpm_sysfs_remove()
829 void dpm_sysfs_remove(struct device *dev) in dpm_sysfs_remove()