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 | 5557 #define rtw89_debug_priv_get(name, opts...) \ macro 5600 .rf_reg_dump = rtw89_debug_priv_get(rf_reg_dump, RSIZE_8K, RLOCK), 5601 .txpwr_table = rtw89_debug_priv_get(txpwr_table, RSIZE_20K, RLOCK), 5608 .ser_counters = rtw89_debug_priv_get(ser_counters, RLOCK), 5609 .btc_info = rtw89_debug_priv_get(btc_info, RSIZE_12K), 5612 .phy_info = rtw89_debug_priv_get(phy_info), 5614 .stations = rtw89_debug_priv_get(stations, RLOCK), 5618 .beacon_info = rtw89_debug_priv_get(beacon_info), 5619 .diag_mac = rtw89_debug_priv_get(diag_mac, RSIZE_16K, RLOCK), 5620 .diag_bb = rtw89_debug_priv_get(diag_bb, RSIZE_8K, RLOCK),
|