Home
last modified time | relevance | path

Searched refs:RTL8192E (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8192e/rtl8192e/
DKconfig2 config RTL8192E config
3 tristate "RealTek RTL8192E Wireless LAN NIC driver"
/Linux-v6.6/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c967 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
982 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
2396 if (priv->rtl_chip == RTL8192E) in rtl8xxxu_init_phy_bb()
4113 if (priv->rtl_chip != RTL8723B && priv->rtl_chip != RTL8192E && in rtl8xxxu_init_device()
4128 if (priv->rtl_chip != RTL8192E && priv->rtl_chip != RTL8188E && in rtl8xxxu_init_device()
4151 if (priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
4213 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_init_device()
4359 if (priv->rtl_chip != RTL8192E && priv->rtl_chip != RTL8188F && in rtl8xxxu_init_device()
4378 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_init_device()
4439 } else if (priv->rtl_chip == RTL8192E || priv->rtl_chip == RTL8188E) { in rtl8xxxu_init_device()
[all …]
Drtl8xxxu_8192e.c504 priv->rtl_chip = RTL8192E; in rtl8192eu_identify_chip()
Drtl8xxxu.h104 RTL8192E = 0x8192e, enumerator
/Linux-v6.6/drivers/staging/rtl8192u/
Dr8192U_dm.c2785 #if defined(RTL8190P) || defined(RTL8192E) in dm_dynamic_txpower()