Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_8192c.c344 else if (priv->chip_cut || priv->rtl_chip == RTL8192C) in rtl8192cu_load_firmware()
404 priv->rtl_chip = RTL8188R; in rtl8192cu_parse_efuse()
427 if (priv->rtl_chip == RTL8188R) { in rtl8192cu_init_phy_rf()
543 if (priv->rtl_chip == RTL8188R) { in rtl8192cu_power_on()
Drtl8xxxu_core.c873 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
888 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
1020 else if (priv->rtl_chip == RTL8192C || priv->rtl_chip == RTL8191C) in rtl8xxxu_gen1_enable_rf()
1631 priv->rtl_chip = RTL8723B; in rtl8xxxu_identify_chip()
1635 priv->rtl_chip = RTL8723A; in rtl8xxxu_identify_chip()
1660 priv->rtl_chip = RTL8191E; in rtl8xxxu_identify_chip()
1666 priv->rtl_chip = RTL8192E; in rtl8xxxu_identify_chip()
1674 priv->rtl_chip = RTL8191C; in rtl8xxxu_identify_chip()
1681 priv->rtl_chip = RTL8192C; in rtl8xxxu_identify_chip()
1689 priv->rtl_chip = RTL8188C; in rtl8xxxu_identify_chip()
[all …]
Drtl8xxxu.h1298 enum rtl8xxxu_rtl_chip rtl_chip; member