Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192c.c360 priv->rtl_chip = RTL8191C; in rtl8192cu_identify_chip()
365 priv->rtl_chip = RTL8192C; in rtl8192cu_identify_chip()
374 priv->rtl_chip = RTL8188C; in rtl8192cu_identify_chip()
404 else if (priv->chip_cut || priv->rtl_chip == RTL8192C) in rtl8192cu_load_firmware()
458 priv->rtl_chip = RTL8188R; in rtl8192cu_parse_efuse()
472 if (priv->rtl_chip == RTL8188R) { in rtl8192cu_init_phy_rf()
588 if (priv->rtl_chip == RTL8188R) { in rtl8192cu_power_on()
H A Dcore.c3977 if (priv->rtl_chip == RTL8188F || priv->rtl_chip == RTL8710B || in rtl8xxxu_init_burst()
4106 if (priv->rtl_chip != RTL8723B && priv->rtl_chip != RTL8192E && in rtl8xxxu_init_device()
4107 priv->rtl_chip != RTL8188E && priv->rtl_chip != RTL8710B && in rtl8xxxu_init_device()
4121 if (priv->rtl_chip != RTL8192E && priv->rtl_chip != RTL8188E && in rtl8xxxu_init_device()
4122 priv->rtl_chip != RTL8710B && priv->rtl_chip != RTL8192F) in rtl8xxxu_init_device()
4196 if (priv->rtl_chip == RTL8710B || priv->rtl_chip == RTL8192F) in rtl8xxxu_init_device()
4309 if (priv->rtl_chip != RTL8188F && priv->rtl_chip != RTL8710B && in rtl8xxxu_init_device()
4349 if (priv->rtl_chip != RTL8192E && priv->rtl_chip != RTL8188F && in rtl8xxxu_init_device()
4350 priv->rtl_chip != RTL8710B && priv->rtl_chip != RTL8192C) { in rtl8xxxu_init_device()
4362 priv->rtl_chip != RTL8710B && priv->rtl_chip != RTL8192F) in rtl8xxxu_init_device()
[all …]
H A D8723a.c157 priv->rtl_chip = RTL8723A; in rtl8723au_identify_chip()
H A D8192e.c484 priv->rtl_chip = RTL8191E; in rtl8192eu_identify_chip()
488 priv->rtl_chip = RTL8192E; in rtl8192eu_identify_chip()
H A D8723b.c306 priv->rtl_chip = RTL8723B; in rtl8723bu_identify_chip()
H A D8188f.c315 priv->rtl_chip = RTL8188F; in rtl8188fu_identify_chip()
H A D8710b.c578 priv->rtl_chip = RTL8710B; in rtl8710bu_identify_chip()
H A D8188e.c391 priv->rtl_chip = RTL8188E; in rtl8188eu_identify_chip()
H A D8192f.c398 priv->rtl_chip = RTL8192F; in rtl8192fu_identify_chip()
H A Drtl8xxxu.h1904 enum rtl8xxxu_rtl_chip rtl_chip; member