Home
last modified time | relevance | path

Searched refs:wiphy_to_adapter (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c58 struct adapter *padapter = wiphy_to_adapter(wiphy); in _rtw_reg_apply_flags()
Dioctl_cfg80211.c1976 struct adapter *adapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_get_channel()
2200 struct adapter *padapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_add_virtual_intf()
/Linux-v6.6/drivers/staging/rtl8723bs/include/
Dioctl_cfg80211.h85 #define wiphy_to_adapter(x) (*((struct adapter **)wiphy_priv(x))) macro