Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dcore.h53 extern const struct ieee80211_ops rtl_ops;
Dcore.c1876 const struct ieee80211_ops rtl_ops = { variable
1904 EXPORT_SYMBOL_GPL(rtl_ops);
Dusb.c1015 sizeof(struct rtl_usb_priv), &rtl_ops); in rtl_usb_probe()
Dpci.c2196 sizeof(struct rtl_priv), &rtl_ops); in rtl_pci_probe()
/Linux-v5.4/drivers/net/usb/
Dr8152.c738 struct rtl_ops { struct
750 } rtl_ops; member
4113 tp->rtl_ops.enable(tp); in set_carrier()
4132 tp->rtl_ops.disable(tp); in set_carrier()
4190 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
4242 tp->rtl_ops.up(tp); in rtl8152_open()
4299 tp->rtl_ops.down(tp); in rtl8152_close()
4561 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
4591 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
4623 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
[all …]