Home
last modified time | relevance | path

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

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