Lines Matching full:enabled

35  *	 + "enabled\n" to issue the events;
64 * state transitions can be enabled by writing "enabled" to this file.
70 * + "enabled\n" to permit the asynchronous suspend/resume of the device;
76 * attribute is set to "enabled" by bus type code or device drivers and in
320 static const char _enabled[] = "enabled";
352 bool enabled = false; in wakeup_count_show() local
357 enabled = true; in wakeup_count_show()
361 if (!enabled) in wakeup_count_show()
373 bool enabled = false; in wakeup_active_count_show() local
378 enabled = true; in wakeup_active_count_show()
382 if (!enabled) in wakeup_active_count_show()
394 bool enabled = false; in wakeup_abort_count_show() local
399 enabled = true; in wakeup_abort_count_show()
403 if (!enabled) in wakeup_abort_count_show()
415 bool enabled = false; in wakeup_expire_count_show() local
420 enabled = true; in wakeup_expire_count_show()
424 if (!enabled) in wakeup_expire_count_show()
435 bool enabled = false; in wakeup_active_show() local
440 enabled = true; in wakeup_active_show()
444 if (!enabled) in wakeup_active_show()
456 bool enabled = false; in wakeup_total_time_ms_show() local
461 enabled = true; in wakeup_total_time_ms_show()
465 if (!enabled) in wakeup_total_time_ms_show()
476 bool enabled = false; in wakeup_max_time_ms_show() local
481 enabled = true; in wakeup_max_time_ms_show()
485 if (!enabled) in wakeup_max_time_ms_show()
497 bool enabled = false; in wakeup_last_time_ms_show() local
502 enabled = true; in wakeup_last_time_ms_show()
506 if (!enabled) in wakeup_last_time_ms_show()
519 bool enabled = false; in wakeup_prevent_sleep_time_ms_show() local
524 enabled = true; in wakeup_prevent_sleep_time_ms_show()
528 if (!enabled) in wakeup_prevent_sleep_time_ms_show()
581 output = "enabled"; in runtime_enabled_show()