Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
DKconfig1 config RTL8192E config
2 tristate "RealTek RTL8192E Wireless LAN NIC driver"
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c873 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
888 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
1666 priv->rtl_chip = RTL8192E; in rtl8xxxu_identify_chip()
1696 case RTL8192E: in rtl8xxxu_identify_chip()
2170 if (priv->rtl_chip != RTL8723B && priv->rtl_chip != RTL8192E) in rtl8xxxu_init_mac()
2335 if (priv->rtl_chip == RTL8192E) in rtl8xxxu_init_phy_bb()
3955 if (priv->rtl_chip != RTL8723B && priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
3968 if (priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
3990 if (priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
4030 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_init_device()
[all …]
Drtl8xxxu.h93 RTL8192E = 0x8192e, enumerator
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_dm.c3031 #if defined(RTL8190P) || defined(RTL8192E) in dm_dynamic_txpower()