Home
last modified time | relevance | path

Searched refs:init_phy_rf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192c.c626 .init_phy_rf = rtl8192cu_init_phy_rf,
H A D8723a.c500 .init_phy_rf = rtl8723au_init_phy_rf,
H A D8192e.c1731 .init_phy_rf = rtl8192eu_init_phy_rf,
H A D8710b.c1827 .init_phy_rf = rtl8710bu_init_phy_rf,
H A D8723b.c1720 .init_phy_rf = rtl8723bu_init_phy_rf,
H A D8188f.c1718 .init_phy_rf = rtl8188fu_init_phy_rf,
H A D8188e.c1845 .init_phy_rf = rtl8188eu_init_phy_rf,
H A D8192f.c2049 .init_phy_rf = rtl8192fu_init_phy_rf,
H A Drtl8xxxu.h1966 int (*init_phy_rf) (struct rtl8xxxu_priv *priv); member
H A Dcore.c4090 ret = fops->init_phy_rf(priv); in rtl8xxxu_init_device()