Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A DKconfig2 config RTL8192E config
3 tristate "RealTek RTL8192E Wireless LAN NIC driver"
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c967 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
982 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_write_rfreg()
2391 if (priv->rtl_chip == RTL8192E) in rtl8xxxu_init_phy_bb()
4108 if (priv->rtl_chip != RTL8723B && priv->rtl_chip != RTL8192E && in rtl8xxxu_init_device()
4123 if (priv->rtl_chip != RTL8192E && priv->rtl_chip != RTL8188E && in rtl8xxxu_init_device()
4146 if (priv->rtl_chip != RTL8192E) in rtl8xxxu_init_device()
4208 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_init_device()
4354 if (priv->rtl_chip != RTL8192E && priv->rtl_chip != RTL8188F && in rtl8xxxu_init_device()
4373 if (priv->rtl_chip == RTL8192E) { in rtl8xxxu_init_device()
4434 } else if (priv->rtl_chip == RTL8192E || priv->rtl_chip == RTL8188E) { in rtl8xxxu_init_device()
[all …]
H A Drtl8xxxu_8192e.c504 priv->rtl_chip = RTL8192E; in rtl8192eu_identify_chip()
H A Drtl8xxxu.h104 RTL8192E = 0x8192e, enumerator
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_dm.c2785 #if defined(RTL8190P) || defined(RTL8192E) in dm_dynamic_txpower()