Home
last modified time | relevance | path

Searched refs:radio_onoff_checking (Results 1 – 8 of 8) 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/rtl8192de/
H A Dsw.c211 .radio_onoff_checking = rtl92d_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/rtl8192ce/
H A Dsw.c194 .radio_onoff_checking = rtl92ce_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/rtl8192ee/
H A Dsw.c205 .radio_onoff_checking = rtl92ee_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/
H A Dcore.c1706 radio_state = rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid); in rtl_op_rfkill_poll()