Home
last modified time | relevance | path

Searched refs:rf_paths (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtl8xxxu/
D8192c.c367 priv->rf_paths = 2; in rtl8192cu_identify_chip()
371 priv->rf_paths = 1; in rtl8192cu_identify_chip()
475 } else if (priv->rf_paths == 1) { in rtl8192cu_init_phy_rf()
D8192f.c399 priv->rf_paths = 2; in rtl8192fu_identify_chip()
546 for (rfpath = RF_A; rfpath < priv->rf_paths; rfpath++) { in rtl8192fu_config_kfree()
612 if (priv->rf_paths > 1) in rtl8192fu_config_channel()
650 if (priv->rf_paths > 1) in rtl8192fu_config_channel()
1327 if (priv->rf_paths > 1) { in rtl8192fu_phy_iqcalibrate()
1369 if (priv->rf_paths > 1) { in rtl8192fu_phy_iqcalibrate()
1434 if (priv->rf_paths > 1) { in rtl8192fu_phy_iqcalibrate()
D8723b.c307 priv->rf_paths = 1; in rtl8723bu_identify_chip()
631 if (priv->rf_paths > 1) in rtl8723bu_iqk_path_a()
741 if (priv->rf_paths > 1) in rtl8723bu_rx_iqk_path_a()
841 if (priv->rf_paths > 1) in rtl8723bu_rx_iqk_path_a()
1220 if (priv->rf_paths > 1) in rtl8723bu_phy_iq_calibrate()
D8192e.c490 priv->rf_paths = 2; in rtl8192eu_identify_chip()
1156 if (priv->rf_paths > 1) { in rtl8192eu_phy_iqcalibrate()
1221 if (priv->rf_paths > 1) { in rtl8192eu_phy_iqcalibrate()
1319 if (priv->rf_paths > 1) in rtl8192eu_phy_iq_calibrate()
D8723a.c159 priv->rf_paths = 1; in rtl8723au_identify_chip()
D8188e.c392 priv->rf_paths = 1; in rtl8188eu_identify_chip()
507 for (i = RF_A; i < priv->rf_paths; i++) { in rtl8188eu_config_channel()
513 for (i = RF_A; i < priv->rf_paths; i++) { in rtl8188eu_config_channel()
Dcore.c1064 if (priv->rf_paths == 2) { in rtl8xxxu_gen1_enable_rf()
1084 if (priv->rf_paths == 2) in rtl8xxxu_gen1_enable_rf()
1090 if (priv->rf_paths == 2) in rtl8xxxu_gen1_enable_rf()
1106 if (priv->rf_paths == 2) in rtl8xxxu_gen1_disable_rf()
1121 if (priv->rf_paths == 2) in rtl8xxxu_gen1_disable_rf()
1128 if (priv->rf_paths == 2) in rtl8xxxu_gen1_disable_rf()
1303 for (i = RF_A; i < priv->rf_paths; i++) { in rtl8xxxu_gen1_config_channel()
1321 for (i = RF_A; i < priv->rf_paths; i++) { in rtl8xxxu_gen1_config_channel()
1422 for (i = RF_A; i < priv->rf_paths; i++) { in rtl8xxxu_gen2_config_channel()
1443 for (i = RF_A; i < priv->rf_paths; i++) { in rtl8xxxu_gen2_config_channel()
[all …]
D8188f.c316 priv->rf_paths = 1; in rtl8188fu_identify_chip()
D8710b.c579 priv->rf_paths = 1; in rtl8710bu_identify_chip()
Drtl8xxxu.h1861 u8 rf_paths; member