Home
last modified time | relevance | path

Searched refs:phy_set_bw_mode_callback (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c156 .phy_set_bw_mode_callback = rtl92cu_phy_set_bw_mode_callback,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c248 .phy_set_bw_mode_callback = rtl92ce_phy_set_bw_mode_callback,
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dphy.c243 static void phy_set_bw_mode_callback(struct adapter *adapt) in phy_set_bw_mode_callback() function
318 phy_set_bw_mode_callback(adapt); in phy_set_bw_mode()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c702 rtlpriv->cfg->ops->phy_set_bw_mode_callback(hw); in rtl92c_phy_set_bw_mode()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2186 void (*phy_set_bw_mode_callback) (struct ieee80211_hw *hw); member