Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.h53 extern const struct ieee80211_ops rtl_ops;
H A Dcore.c1921 const struct ieee80211_ops rtl_ops = { variable
1951 EXPORT_SYMBOL_GPL(rtl_ops);
H A Dusb.c996 sizeof(struct rtl_usb_priv), &rtl_ops); in rtl_usb_probe()
H A Dpci.c2137 sizeof(struct rtl_priv), &rtl_ops); in rtl_pci_probe()
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.c1153 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
1209 tp->rtl_ops.enable(tp); in r8152_init_common()
1322 tp->rtl_ops.disable(tp); in r8152_halt()
1442 tp->rtl_ops.init(tp); in r8152_eth_probe()
1443 tp->rtl_ops.up(tp); in r8152_eth_probe()
1493 tp->rtl_ops.disable(tp); in r8152_eth_stop()
1598 tp->rtl_ops.init(tp); in r8152_eth_probe()
1599 tp->rtl_ops.up(tp); in r8152_eth_probe()
H A Dr8152.h583 struct rtl_ops { struct
590 } rtl_ops; member
/openbmc/linux/drivers/net/usb/
H A Dr8152.c887 struct rtl_ops { struct
900 } rtl_ops; member
6935 tp->rtl_ops.up(tp); in rtl8152_open()
6992 tp->rtl_ops.down(tp); in rtl8152_close()
8438 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
8526 tp->rtl_ops.up(tp); in rtl8152_system_resume()
8607 tp->rtl_ops.down(tp); in rtl8152_system_suspend()
8657 tp->rtl_ops.init(tp); in rtl8152_reset_resume()
9425 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
9895 tp->rtl_ops.init(tp); in rtl8152_probe_once()
[all …]