Home
last modified time | relevance | path

Searched refs:radio_onoff_checking (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dsw.c210 .radio_onoff_checking = rtl92de_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c218 .radio_onoff_checking = rtl8723be_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c221 .radio_onoff_checking = rtl88ee_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c198 .radio_onoff_checking = rtl92ce_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c110 .radio_onoff_checking = rtl92cu_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c210 .radio_onoff_checking = rtl92ee_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c214 .radio_onoff_checking = rtl8723e_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dsw.c260 .radio_onoff_checking = rtl8821ae_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c251 .radio_onoff_checking = rtl92se_gpio_radio_on_off_checking,
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1715 radio_state = rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid); in rtl_op_rfkill_poll()
Dbase.c500 radio_state = rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid); in rtl_init_rfkill()
Dwifi.h2276 bool (*radio_onoff_checking)(struct ieee80211_hw *hw, u8 *valid); member