Lines Matching defs:rfpwr_state
1551 enum rf_pwrstate rfpwr_state)
1561 switch (rfpwr_state) {
1563 if ((ppsc->rfpwr_state == ERFOFF) &&
1609 if (ppsc->rfpwr_state == ERFOFF)
1645 "switch case %#x not processed\n", rfpwr_state);
1650 ppsc->rfpwr_state = rfpwr_state;
1655 enum rf_pwrstate rfpwr_state)
1661 if (rfpwr_state == ppsc->rfpwr_state)
1663 bresult = _rtl8723e_phy_set_rf_power_state(hw, rfpwr_state);