Home
last modified time | relevance | path

Searched full:rtl8188e (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/net/wireless/
H A Drealtek,rtl8188e.yaml4 $id: http://devicetree.org/schemas/net/wireless/realtek,rtl8188e.yaml#
7 title: Realtek RTL8188E USB WiFi
13 Realtek RTL8188E is a family of USB-connected 2.4 GHz WiFi modules.
/linux/drivers/staging/rtl8723bs/hal/
H A DHalPwrSeqCmd.c29 /* This routine deal with the Power Configuration CMDs parsing for RTL8723/RTL8188E Series IC. */
/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_reg.h542 /* RTL8723/RTL8188E SDIO Host Interrupt Mask Register */
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c2218 case RTL8188E: in rtl8xxxu_init_mac()
4003 priv->rtl_chip != RTL8188E && priv->rtl_chip != RTL8710B && in rtl8xxxu_init_device()
4017 if (priv->rtl_chip != RTL8192E && priv->rtl_chip != RTL8188E && in rtl8xxxu_init_device()
4077 if (priv->rtl_chip == RTL8188E) in rtl8xxxu_init_device()
4108 } else if (priv->rtl_chip == RTL8188E) { in rtl8xxxu_init_device()
4257 if (priv->rtl_chip != RTL8188F && priv->rtl_chip != RTL8188E && in rtl8xxxu_init_device()
4276 } else if (priv->rtl_chip == RTL8188F || priv->rtl_chip == RTL8188E || in rtl8xxxu_init_device()
4325 } else if (priv->rtl_chip == RTL8192E || priv->rtl_chip == RTL8188E) { in rtl8xxxu_init_device()
4396 if (priv->rtl_chip == RTL8188E) in rtl8xxxu_init_device()
7796 if (priv->rtl_chip == RTL8188E) in rtl8xxxu_probe()
[all...]
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1742 * parsing for RTL8723/RTL8188E Series IC.