Home
last modified time | relevance | path

Searched refs:rtl_ops (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/usb/
H A Dr8152.c889 struct rtl_ops { struct
902 } rtl_ops; member
3820 tp->rtl_ops.hw_phy_cfg(tp); in r8153b_ups_en()
3862 tp->rtl_ops.hw_phy_cfg(tp); in r8153c_ups_en()
3911 tp->rtl_ops.hw_phy_cfg(tp); in r8156_ups_en()
6792 tp->rtl_ops.enable(tp); in set_carrier()
6811 tp->rtl_ops.disable(tp); in set_carrier()
6883 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
6941 tp->rtl_ops.up(tp); in rtl8152_open()
6998 tp->rtl_ops.down(tp); in rtl8152_close()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1879 const struct ieee80211_ops rtl_ops = { variable
1913 EXPORT_SYMBOL_GPL(rtl_ops);
H A Dpci.c2111 sizeof(struct rtl_priv), &rtl_ops); in rtl_pci_probe()