Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dr8152.c1154 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
1210 tp->rtl_ops.enable(tp); in r8152_init_common()
1323 tp->rtl_ops.disable(tp); in r8152_halt()
1443 tp->rtl_ops.init(tp); in r8152_eth_probe()
1444 tp->rtl_ops.up(tp); in r8152_eth_probe()
1494 tp->rtl_ops.disable(tp); in r8152_eth_stop()
1599 tp->rtl_ops.init(tp); in r8152_eth_probe()
1600 tp->rtl_ops.up(tp); in r8152_eth_probe()
H A Dr8152.h584 struct rtl_ops { struct
591 } rtl_ops; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.h53 extern const struct ieee80211_ops rtl_ops;
H A Dcore.c1879 const struct ieee80211_ops rtl_ops = { variable
1907 EXPORT_SYMBOL_GPL(rtl_ops);
H A Dusb.c1016 sizeof(struct rtl_usb_priv), &rtl_ops); in rtl_usb_probe()
H A Dpci.c2191 sizeof(struct rtl_priv), &rtl_ops); in rtl_pci_probe()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dr8152.c806 struct rtl_ops { struct
818 } rtl_ops; member
5082 tp->rtl_ops.enable(tp); in set_carrier()
5101 tp->rtl_ops.disable(tp); in set_carrier()
5169 tp->rtl_ops.hw_phy_cfg(tp); in rtl_hw_phy_work_func_t()
5227 tp->rtl_ops.up(tp); in rtl8152_open()
5284 tp->rtl_ops.down(tp); in rtl8152_close()
5600 tp->rtl_ops.disable(tp); in rtl8152_pre_reset()
5630 tp->rtl_ops.enable(tp); in rtl8152_post_reset()
5662 if (!sw_linking && tp->rtl_ops.in_nway(tp)) in delay_autosuspend()
[all …]