Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.h53 extern const struct ieee80211_ops rtl_ops;
H A Dcore.c1890 const struct ieee80211_ops rtl_ops = { variable
1924 EXPORT_SYMBOL_GPL(rtl_ops);
H A Dusb.c962 sizeof(struct rtl_usb_priv), &rtl_ops); in rtl_usb_probe()
H A Dpci.c2092 sizeof(struct rtl_priv), &rtl_ops); in rtl_pci_probe()
/linux-6.15/drivers/net/usb/
H A Dr8152.c889 struct rtl_ops { struct
902 } rtl_ops; member
6971 tp->rtl_ops.up(tp); in rtl8152_open()
7028 tp->rtl_ops.down(tp); in rtl8152_close()
8474 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
8562 tp->rtl_ops.up(tp); in rtl8152_system_resume()
8656 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
8713 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
9479 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
9950 tp->rtl_ops.init(tp); in rtl8152_probe_once()
[all …]