Lines Matching refs:enable_state
71 short enable_state; /* WBT_STATE_* */
148 return rwb && rwb->enable_state != WBT_STATE_OFF_DEFAULT &&
149 rwb->enable_state != WBT_STATE_OFF_MANUAL;
516 RQWB(rqos)->enable_state = WBT_STATE_ON_MANUAL;
518 RQWB(rqos)->enable_state = WBT_STATE_OFF_MANUAL;
725 if (enable && RQWB(rqos)->enable_state == WBT_STATE_OFF_DEFAULT)
726 RQWB(rqos)->enable_state = WBT_STATE_ON_DEFAULT;
789 if (rwb->enable_state == WBT_STATE_ON_DEFAULT) {
791 rwb->enable_state = WBT_STATE_OFF_DEFAULT;
811 seq_printf(m, "%d\n", rwb->enable_state);
920 rwb->enable_state = WBT_STATE_ON_DEFAULT;