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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.h75 extern const struct ieee80211_ops rtl_ops;
H A Dcore.c1853 const struct ieee80211_ops rtl_ops = { variable in typeref:struct:ieee80211_ops
1881 EXPORT_SYMBOL_GPL(rtl_ops); variable
H A Dusb.c1070 sizeof(struct rtl_usb_priv), &rtl_ops); rtl_usb_probe()
H A Dpci.c2202 sizeof(struct rtl_priv), &rtl_ops); rtl_pci_probe()
/linux-4.4.14/drivers/net/usb/
H A Dr8152.c608 struct rtl_ops { struct in struct:r8152
618 } rtl_ops; member in struct:r8152
2991 tp->rtl_ops.enable(tp); set_carrier()
3002 tp->rtl_ops.disable(tp); set_carrier()
3070 tp->rtl_ops.up(tp); rtl8152_open()
3116 tp->rtl_ops.down(tp); rtl8152_close()
3395 tp->rtl_ops.disable(tp); rtl8152_pre_reset()
3417 tp->rtl_ops.enable(tp); rtl8152_post_reset()
3443 if (!sw_linking && tp->rtl_ops.in_nway(tp)) delay_autosuspend()
3477 tp->rtl_ops.down(tp); rtl8152_suspend()
3494 tp->rtl_ops.init(tp); rtl8152_resume()
3508 tp->rtl_ops.up(tp); rtl8152_resume()
3806 ret = tp->rtl_ops.eee_get(tp, edata); rtl_ethtool_get_eee()
3828 ret = tp->rtl_ops.eee_set(tp, edata); rtl_ethtool_set_eee()
4084 struct rtl_ops *ops = &tp->rtl_ops; rtl_ops_init()
4200 tp->rtl_ops.init(tp); rtl8152_probe()
4246 tp->rtl_ops.unload(tp); rtl8152_disconnect()

Completed in 195 milliseconds