Lines Matching full:enabled
36 * + "enabled\n" to issue the events;
65 * state transitions can be enabled by writing "enabled" to this file.
71 * + "enabled\n" to permit the asynchronous suspend/resume of the device;
77 * attribute is set to "enabled" by bus type code or device drivers and in
321 static const char _enabled[] = "enabled";
353 bool enabled = false; in wakeup_count_show() local
358 enabled = true; in wakeup_count_show()
362 if (!enabled) in wakeup_count_show()
374 bool enabled = false; in wakeup_active_count_show() local
379 enabled = true; in wakeup_active_count_show()
383 if (!enabled) in wakeup_active_count_show()
395 bool enabled = false; in wakeup_abort_count_show() local
400 enabled = true; in wakeup_abort_count_show()
404 if (!enabled) in wakeup_abort_count_show()
416 bool enabled = false; in wakeup_expire_count_show() local
421 enabled = true; in wakeup_expire_count_show()
425 if (!enabled) in wakeup_expire_count_show()
436 bool enabled = false; in wakeup_active_show() local
441 enabled = true; in wakeup_active_show()
445 if (!enabled) in wakeup_active_show()
457 bool enabled = false; in wakeup_total_time_ms_show() local
462 enabled = true; in wakeup_total_time_ms_show()
466 if (!enabled) in wakeup_total_time_ms_show()
477 bool enabled = false; in wakeup_max_time_ms_show() local
482 enabled = true; in wakeup_max_time_ms_show()
486 if (!enabled) in wakeup_max_time_ms_show()
498 bool enabled = false; in wakeup_last_time_ms_show() local
503 enabled = true; in wakeup_last_time_ms_show()
507 if (!enabled) in wakeup_last_time_ms_show()
528 bool enabled = false; in wakeup_prevent_sleep_time_ms_show() local
533 enabled = true; in wakeup_prevent_sleep_time_ms_show()
537 if (!enabled) in wakeup_prevent_sleep_time_ms_show()
581 output = "enabled"; in runtime_enabled_show()