Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dcoex.h321 struct coex_rf_para { struct
Dmain.h1280 const struct coex_rf_para *wl_rf_para_tx;
1281 const struct coex_rf_para *wl_rf_para_rx;
Drtw8703b.c53 static const struct coex_rf_para rf_para_tx_8703b[] = {
62 static const struct coex_rf_para rf_para_rx_8703b[] = {
Drtw8821c.c1845 static const struct coex_rf_para rf_para_tx_8821c[] = {
1854 static const struct coex_rf_para rf_para_rx_8821c[] = {
Drtw8723d.c1597 static const struct coex_rf_para rf_para_tx_8723d[] = {
1606 static const struct coex_rf_para rf_para_rx_8723d[] = {
Drtw8822b.c2333 static const struct coex_rf_para rf_para_tx_8822b[] = {
2342 static const struct coex_rf_para rf_para_rx_8822b[] = {
Drtw8822c.c5159 static const struct coex_rf_para rf_para_tx_8822c[] = {
5169 static const struct coex_rf_para rf_para_rx_8822c[] = {
Dcoex.c891 struct coex_rf_para para) in rtw_coex_set_rf_para()