Searched refs:wiphy_to_adapter (Results 1 – 3 of 3) sorted by relevance
46 struct adapter *padapter = wiphy_to_adapter(wiphy); in _rtw_reg_apply_flags()
1967 struct adapter *adapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_get_channel()2190 struct adapter *padapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_add_virtual_intf()
85 #define wiphy_to_adapter(x) (*((struct adapter **)wiphy_priv(x))) macro