Home
last modified time | relevance | path

Searched refs:wimax_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/net/wimax/
Dop-rfkill.c83 enum wimax_st wimax_state; in wimax_report_rfkill_hw() local
98 wimax_state = WIMAX_ST_READY; in wimax_report_rfkill_hw()
100 wimax_state = WIMAX_ST_RADIO_OFF; in wimax_report_rfkill_hw()
105 __wimax_state_change(wimax_dev, wimax_state); in wimax_report_rfkill_hw()
138 enum wimax_st wimax_state; in wimax_report_rfkill_sw() local
153 wimax_state = WIMAX_ST_READY; in wimax_report_rfkill_sw()
155 wimax_state = WIMAX_ST_RADIO_OFF; in wimax_report_rfkill_sw()
156 __wimax_state_change(wimax_dev, wimax_state); in wimax_report_rfkill_sw()
195 enum wimax_st wimax_state; in __wimax_rf_toggle_radio() local
210 wimax_state = state == WIMAX_RF_ON ? in __wimax_rf_toggle_radio()
[all …]
/Linux-v5.10/drivers/net/wimax/i2400m/
Dop-rfkill.c157 enum wimax_st wimax_state; in i2400m_report_tlv_rf_switches_status() local
166 wimax_state = wimax_state_get(&i2400m->wimax_dev); in i2400m_report_tlv_rf_switches_status()
167 if (wimax_state < WIMAX_ST_RADIO_OFF) { in i2400m_report_tlv_rf_switches_status()
169 wimax_state); in i2400m_report_tlv_rf_switches_status()