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