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()
136 static ssize_t runtime_suspended_time_show(struct device *dev, in runtime_suspended_time_show()
149 static ssize_t runtime_status_show(struct device *dev, in runtime_status_show()
181 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show()
191 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store()
210 static ssize_t pm_qos_resume_latency_us_show(struct device *dev, in pm_qos_resume_latency_us_show()
224 static ssize_t pm_qos_resume_latency_us_store(struct device *dev, in pm_qos_resume_latency_us_store()
254 static ssize_t pm_qos_latency_tolerance_us_show(struct device *dev, in pm_qos_latency_tolerance_us_show()
268 static ssize_t pm_qos_latency_tolerance_us_store(struct device *dev, in pm_qos_latency_tolerance_us_store()
293 static ssize_t pm_qos_no_power_off_show(struct device *dev, in pm_qos_no_power_off_show()
301 static ssize_t pm_qos_no_power_off_store(struct device *dev, in pm_qos_no_power_off_store()
323 static ssize_t wakeup_show(struct device *dev, struct device_attribute *attr, in wakeup_show()
331 static ssize_t wakeup_store(struct device *dev, struct device_attribute *attr, in wakeup_store()
348 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
368 static ssize_t wakeup_active_count_show(struct device *dev, in wakeup_active_count_show()
389 static ssize_t wakeup_abort_count_show(struct device *dev, in wakeup_abort_count_show()
410 static ssize_t wakeup_expire_count_show(struct device *dev, in wakeup_expire_count_show()
431 static ssize_t wakeup_active_show(struct device *dev, in wakeup_active_show()
451 static ssize_t wakeup_total_time_ms_show(struct device *dev, in wakeup_total_time_ms_show()
472 static ssize_t wakeup_max_time_ms_show(struct device *dev, in wakeup_max_time_ms_show()
492 static ssize_t wakeup_last_time_ms_show(struct device *dev, in wakeup_last_time_ms_show()
514 static ssize_t wakeup_prevent_sleep_time_ms_show(struct device *dev, in wakeup_prevent_sleep_time_ms_show()
536 static inline int dpm_sysfs_wakeup_change_owner(struct device *dev, kuid_t kuid, in dpm_sysfs_wakeup_change_owner()
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()