Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/rtl8192e/rtl8192e/
DKconfig2 config RTL8192E config
3 tristate "RealTek RTL8192E Wireless LAN NIC driver"
/Linux-v6.1/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c865 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
880 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
1660 priv->rtl_chip = RTL8192E; in rtl8xxxu_identify_chip()
1693 case RTL8192E: in rtl8xxxu_identify_chip()
2169 if (priv->rtl_chip != RTL8723B && priv->rtl_chip != RTL8192E) in rtl8xxxu_init_mac()
2334 if (priv->rtl_chip == RTL8192E) in rtl8xxxu_init_phy_bb()
3956 if (priv->rtl_chip != RTL8723B && priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
3969 if (priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
3991 if (priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
4031 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_init_device()
[all …]
Drtl8xxxu.h85 RTL8192E = 0x8192e, enumerator
/Linux-v6.1/drivers/staging/rtl8192u/
Dr8192U_dm.c2979 #if defined(RTL8190P) || defined(RTL8192E) in dm_dynamic_txpower()