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()
130 static ssize_t rtpm_active_time_show(struct device *dev, in rtpm_active_time_show()
143 static ssize_t rtpm_suspended_time_show(struct device *dev, in rtpm_suspended_time_show()
157 static ssize_t rtpm_status_show(struct device *dev, in rtpm_status_show()
189 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show()
197 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store()
217 static ssize_t pm_qos_resume_latency_show(struct device *dev, in pm_qos_resume_latency_show()
224 static ssize_t pm_qos_resume_latency_store(struct device *dev, in pm_qos_resume_latency_store()
245 static ssize_t pm_qos_latency_tolerance_show(struct device *dev, in pm_qos_latency_tolerance_show()
259 static ssize_t pm_qos_latency_tolerance_store(struct device *dev, in pm_qos_latency_tolerance_store()
279 static ssize_t pm_qos_no_power_off_show(struct device *dev, in pm_qos_no_power_off_show()
287 static ssize_t pm_qos_no_power_off_store(struct device *dev, in pm_qos_no_power_off_store()
306 static ssize_t pm_qos_remote_wakeup_show(struct device *dev, in pm_qos_remote_wakeup_show()
314 static ssize_t pm_qos_remote_wakeup_store(struct device *dev, in pm_qos_remote_wakeup_store()
338 wake_show(struct device * dev, struct device_attribute *attr, char * buf) in wake_show()
346 wake_store(struct device * dev, struct device_attribute *attr, in wake_store()
371 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
388 static ssize_t wakeup_active_count_show(struct device *dev, in wakeup_active_count_show()
405 static ssize_t wakeup_abort_count_show(struct device *dev, in wakeup_abort_count_show()
423 static ssize_t wakeup_expire_count_show(struct device *dev, in wakeup_expire_count_show()
441 static ssize_t wakeup_active_show(struct device *dev, in wakeup_active_show()
458 static ssize_t wakeup_total_time_show(struct device *dev, in wakeup_total_time_show()
475 static ssize_t wakeup_max_time_show(struct device *dev, in wakeup_max_time_show()
492 static ssize_t wakeup_last_time_show(struct device *dev, in wakeup_last_time_show()
510 static ssize_t wakeup_prevent_sleep_time_show(struct device *dev, in wakeup_prevent_sleep_time_show()
532 static ssize_t rtpm_usagecount_show(struct device *dev, in rtpm_usagecount_show()
538 static ssize_t rtpm_children_show(struct device *dev, in rtpm_children_show()
545 static ssize_t rtpm_enabled_show(struct device *dev, in rtpm_enabled_show()
562 static ssize_t async_show(struct device *dev, struct device_attribute *attr, in async_show()
570 static ssize_t async_store(struct device *dev, struct device_attribute *attr, in async_store()
676 int dpm_sysfs_add(struct device *dev) in dpm_sysfs_add()
711 int wakeup_sysfs_add(struct device *dev) in wakeup_sysfs_add()
716 void wakeup_sysfs_remove(struct device *dev) in wakeup_sysfs_remove()
721 int pm_qos_sysfs_add_resume_latency(struct device *dev) in pm_qos_sysfs_add_resume_latency()
726 void pm_qos_sysfs_remove_resume_latency(struct device *dev) in pm_qos_sysfs_remove_resume_latency()
731 int pm_qos_sysfs_add_flags(struct device *dev) in pm_qos_sysfs_add_flags()
736 void pm_qos_sysfs_remove_flags(struct device *dev) in pm_qos_sysfs_remove_flags()
741 int pm_qos_sysfs_add_latency_tolerance(struct device *dev) in pm_qos_sysfs_add_latency_tolerance()
747 void pm_qos_sysfs_remove_latency_tolerance(struct device *dev) in pm_qos_sysfs_remove_latency_tolerance()
752 void rpm_sysfs_remove(struct device *dev) in rpm_sysfs_remove()
757 void dpm_sysfs_remove(struct device *dev) in dpm_sysfs_remove()