Lines Matching defs:dev

104 static ssize_t control_show(struct device *dev, struct device_attribute *attr,  in control_show()
111 static ssize_t control_store(struct device * dev, struct device_attribute *attr, in control_store()
133 static ssize_t rtpm_active_time_show(struct device *dev, in rtpm_active_time_show()
146 static ssize_t rtpm_suspended_time_show(struct device *dev, in rtpm_suspended_time_show()
160 static ssize_t rtpm_status_show(struct device *dev, in rtpm_status_show()
192 static ssize_t autosuspend_delay_ms_show(struct device *dev, in autosuspend_delay_ms_show()
200 static ssize_t autosuspend_delay_ms_store(struct device *dev, in autosuspend_delay_ms_store()
224 wake_show(struct device * dev, struct device_attribute *attr, char * buf) in wake_show()
232 wake_store(struct device * dev, struct device_attribute *attr, in wake_store()
257 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
274 static ssize_t wakeup_active_count_show(struct device *dev, in wakeup_active_count_show()
291 static ssize_t wakeup_hit_count_show(struct device *dev, in wakeup_hit_count_show()
308 static ssize_t wakeup_active_show(struct device *dev, in wakeup_active_show()
325 static ssize_t wakeup_total_time_show(struct device *dev, in wakeup_total_time_show()
342 static ssize_t wakeup_max_time_show(struct device *dev, in wakeup_max_time_show()
359 static ssize_t wakeup_last_time_show(struct device *dev, in wakeup_last_time_show()
380 static ssize_t rtpm_usagecount_show(struct device *dev, in rtpm_usagecount_show()
386 static ssize_t rtpm_children_show(struct device *dev, in rtpm_children_show()
393 static ssize_t rtpm_enabled_show(struct device *dev, in rtpm_enabled_show()
411 static ssize_t async_show(struct device *dev, struct device_attribute *attr, in async_show()
418 static ssize_t async_store(struct device *dev, struct device_attribute *attr, in async_store()
493 int dpm_sysfs_add(struct device *dev) in dpm_sysfs_add()
523 int wakeup_sysfs_add(struct device *dev) in wakeup_sysfs_add()
528 void wakeup_sysfs_remove(struct device *dev) in wakeup_sysfs_remove()
533 void rpm_sysfs_remove(struct device *dev) in rpm_sysfs_remove()
538 void dpm_sysfs_remove(struct device *dev) in dpm_sysfs_remove()