Home
last modified time | relevance | path

Searched refs:coex_rf_para (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wireless/realtek/rtw88/
Dcoex.h321 struct coex_rf_para { struct
Dmain.h1259 const struct coex_rf_para *wl_rf_para_tx;
1260 const struct coex_rf_para *wl_rf_para_rx;
Drtw8821c.c1738 static const struct coex_rf_para rf_para_tx_8821c[] = {
1747 static const struct coex_rf_para rf_para_rx_8821c[] = {
Drtw8822b.c2304 static const struct coex_rf_para rf_para_tx_8822b[] = {
2313 static const struct coex_rf_para rf_para_rx_8822b[] = {
Drtw8723d.c2111 static const struct coex_rf_para rf_para_tx_8723d[] = {
2120 static const struct coex_rf_para rf_para_rx_8723d[] = {
Drtw8822c.c5122 static const struct coex_rf_para rf_para_tx_8822c[] = {
5132 static const struct coex_rf_para rf_para_rx_8822c[] = {
Dcoex.c892 struct coex_rf_para para) in rtw_coex_set_rf_para()