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.c991 sizeof(struct rtl_usb_priv), &rtl_ops); in rtl_usb_probe()
H A Dpci.c2094 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
3782 tp->rtl_ops.hw_phy_cfg(tp); in r8153b_ups_en()
3824 tp->rtl_ops.hw_phy_cfg(tp); in r8153c_ups_en()
3873 tp->rtl_ops.hw_phy_cfg(tp); in r8156_ups_en()
6786 tp->rtl_ops.enable(tp); in set_carrier()
6805 tp->rtl_ops.disable(tp); in set_carrier()
6877 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
6935 tp->rtl_ops.up(tp); in rtl8152_open()
6992 tp->rtl_ops.down(tp); in rtl8152_close()
[all …]