Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ !
H A Dsw.c106 .radio_onoff_checking = rtl92cu_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ !
H A Dsw.c205 .radio_onoff_checking = rtl92ee_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ !
H A Dsw.c210 .radio_onoff_checking = rtl8723e_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ !
H A Dsw.c217 .radio_onoff_checking = rtl88ee_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ !
H A Dsw.c211 .radio_onoff_checking = rtl92d_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ !
H A Dsw.c194 .radio_onoff_checking = rtl92ce_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ !
H A Dsw.c214 .radio_onoff_checking = rtl8723be_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ !
H A Dsw.c202 .radio_onoff_checking = rtl92d_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ !
H A Dsw.c248 .radio_onoff_checking = rtl92se_gpio_radio_on_off_checking,
/linux/drivers/net/wireless/realtek/rtlwifi/ !
H A Dwifi.h2212 bool (*radio_onoff_checking)(struct ieee80211_hw *hw, u8 *valid); member
H A Dbase.c502 radio_state = rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid); in rtl_init_rfkill()