Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dsw.c209 .radio_onoff_checking = rtl92ee_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dsw.c109 .radio_onoff_checking = rtl92cu_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c220 .radio_onoff_checking = rtl88ee_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dsw.c217 .radio_onoff_checking = rtl8723be_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dsw.c197 .radio_onoff_checking = rtl92ce_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dsw.c210 .radio_onoff_checking = rtl92de_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dsw.c213 .radio_onoff_checking = rtl8723e_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dsw.c259 .radio_onoff_checking = rtl8821ae_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dsw.c251 .radio_onoff_checking = rtl92se_gpio_radio_on_off_checking,
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1737 radio_state = rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid); in rtl_op_rfkill_poll()
H A Dbase.c502 radio_state = rtlpriv->cfg->ops->radio_onoff_checking(hw, &valid); in rtl_init_rfkill()
H A Dwifi.h2262 bool (*radio_onoff_checking)(struct ieee80211_hw *hw, u8 *valid); member