Searched refs:wiphy_to_adapter (Results 1 – 3 of 3) sorted by relevance
57 struct adapter *padapter = wiphy_to_adapter(wiphy); in _rtw_reg_apply_flags()
1974 struct adapter *adapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_get_channel()2197 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