• Home
  • Raw
  • Download

Lines Matching defs:dev

102 static ssize_t control_show(struct device *dev, struct device_attribute *attr,  in control_show()
109 static ssize_t control_store(struct device * dev, struct device_attribute *attr, in control_store()
131 static ssize_t rtpm_active_time_show(struct device *dev, in rtpm_active_time_show()
144 static ssize_t rtpm_suspended_time_show(struct device *dev, in rtpm_suspended_time_show()
158 static ssize_t rtpm_status_show(struct device *dev, in rtpm_status_show()
190 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show()
198 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store()
218 static ssize_t pm_qos_resume_latency_show(struct device *dev, in pm_qos_resume_latency_show()
225 static ssize_t pm_qos_resume_latency_store(struct device *dev, in pm_qos_resume_latency_store()
246 static ssize_t pm_qos_latency_tolerance_show(struct device *dev, in pm_qos_latency_tolerance_show()
260 static ssize_t pm_qos_latency_tolerance_store(struct device *dev, in pm_qos_latency_tolerance_store()
282 static ssize_t pm_qos_no_power_off_show(struct device *dev, in pm_qos_no_power_off_show()
290 static ssize_t pm_qos_no_power_off_store(struct device *dev, in pm_qos_no_power_off_store()
309 static ssize_t pm_qos_remote_wakeup_show(struct device *dev, in pm_qos_remote_wakeup_show()
317 static ssize_t pm_qos_remote_wakeup_store(struct device *dev, in pm_qos_remote_wakeup_store()
342 wake_show(struct device * dev, struct device_attribute *attr, char * buf) in wake_show()
350 wake_store(struct device * dev, struct device_attribute *attr, in wake_store()
375 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
392 static ssize_t wakeup_active_count_show(struct device *dev, in wakeup_active_count_show()
409 static ssize_t wakeup_abort_count_show(struct device *dev, in wakeup_abort_count_show()
427 static ssize_t wakeup_expire_count_show(struct device *dev, in wakeup_expire_count_show()
445 static ssize_t wakeup_active_show(struct device *dev, in wakeup_active_show()
462 static ssize_t wakeup_total_time_show(struct device *dev, in wakeup_total_time_show()
479 static ssize_t wakeup_max_time_show(struct device *dev, in wakeup_max_time_show()
496 static ssize_t wakeup_last_time_show(struct device *dev, in wakeup_last_time_show()
514 static ssize_t wakeup_prevent_sleep_time_show(struct device *dev, in wakeup_prevent_sleep_time_show()
538 static ssize_t rtpm_usagecount_show(struct device *dev, in rtpm_usagecount_show()
544 static ssize_t rtpm_children_show(struct device *dev, in rtpm_children_show()
551 static ssize_t rtpm_enabled_show(struct device *dev, in rtpm_enabled_show()
571 static ssize_t async_show(struct device *dev, struct device_attribute *attr, in async_show()
579 static ssize_t async_store(struct device *dev, struct device_attribute *attr, in async_store()
695 int dpm_sysfs_add(struct device *dev) in dpm_sysfs_add()
730 int wakeup_sysfs_add(struct device *dev) in wakeup_sysfs_add()
735 void wakeup_sysfs_remove(struct device *dev) in wakeup_sysfs_remove()
740 int pm_qos_sysfs_add_resume_latency(struct device *dev) in pm_qos_sysfs_add_resume_latency()
745 void pm_qos_sysfs_remove_resume_latency(struct device *dev) in pm_qos_sysfs_remove_resume_latency()
750 int pm_qos_sysfs_add_flags(struct device *dev) in pm_qos_sysfs_add_flags()
755 void pm_qos_sysfs_remove_flags(struct device *dev) in pm_qos_sysfs_remove_flags()
760 void rpm_sysfs_remove(struct device *dev) in rpm_sysfs_remove()
765 void dpm_sysfs_remove(struct device *dev) in dpm_sysfs_remove()