Lines Matching refs:DEVICE_ATTR
128 static DEVICE_ATTR(control, 0644, control_show, control_store);
141 static DEVICE_ATTR(runtime_active_time, 0444, rtpm_active_time_show, NULL);
155 static DEVICE_ATTR(runtime_suspended_time, 0444, rtpm_suspended_time_show, NULL);
187 static DEVICE_ATTR(runtime_status, 0444, rtpm_status_show, NULL);
214 static DEVICE_ATTR(autosuspend_delay_ms, 0644, autosuspend_delay_ms_show,
242 static DEVICE_ATTR(pm_qos_resume_latency_us, 0644,
276 static DEVICE_ATTR(pm_qos_latency_tolerance_us, 0644,
303 static DEVICE_ATTR(pm_qos_no_power_off, 0644,
330 static DEVICE_ATTR(pm_qos_remote_wakeup, 0644,
369 static DEVICE_ATTR(wakeup, 0644, wake_show, wake_store);
386 static DEVICE_ATTR(wakeup_count, 0444, wakeup_count_show, NULL);
403 static DEVICE_ATTR(wakeup_active_count, 0444, wakeup_active_count_show, NULL);
421 static DEVICE_ATTR(wakeup_abort_count, 0444, wakeup_abort_count_show, NULL);
439 static DEVICE_ATTR(wakeup_expire_count, 0444, wakeup_expire_count_show, NULL);
456 static DEVICE_ATTR(wakeup_active, 0444, wakeup_active_show, NULL);
473 static DEVICE_ATTR(wakeup_total_time_ms, 0444, wakeup_total_time_show, NULL);
490 static DEVICE_ATTR(wakeup_max_time_ms, 0444, wakeup_max_time_show, NULL);
507 static DEVICE_ATTR(wakeup_last_time_ms, 0444, wakeup_last_time_show, NULL);
526 static DEVICE_ATTR(wakeup_prevent_sleep_time_ms, 0444,
557 static DEVICE_ATTR(runtime_usage, 0444, rtpm_usagecount_show, NULL);
558 static DEVICE_ATTR(runtime_active_kids, 0444, rtpm_children_show, NULL);
559 static DEVICE_ATTR(runtime_enabled, 0444, rtpm_enabled_show, NULL);
589 static DEVICE_ATTR(async, 0644, async_show, async_store);