Searched refs:rtw89_debug_priv_get (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 4204 #define rtw89_debug_priv_get(name, opts...) \ macro 4247 .rf_reg_dump = rtw89_debug_priv_get(rf_reg_dump, RSIZE_8K), 4248 .txpwr_table = rtw89_debug_priv_get(txpwr_table, RSIZE_20K, RLOCK), 4255 .btc_info = rtw89_debug_priv_get(btc_info, RSIZE_12K), 4258 .phy_info = rtw89_debug_priv_get(phy_info), 4259 .stations = rtw89_debug_priv_get(stations, RLOCK),
|