Searched refs:rtw89_debug_priv_get (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | debug.c | 4301 #define rtw89_debug_priv_get(name, opts...) \ macro 4344 .rf_reg_dump = rtw89_debug_priv_get(rf_reg_dump, RSIZE_8K), 4345 .txpwr_table = rtw89_debug_priv_get(txpwr_table, RSIZE_20K, RLOCK), 4352 .btc_info = rtw89_debug_priv_get(btc_info, RSIZE_12K), 4355 .phy_info = rtw89_debug_priv_get(phy_info), 4356 .stations = rtw89_debug_priv_get(stations, RLOCK),
|