Home
last modified time | relevance | path

Searched defs:rtl_ops (Results 1 – 2 of 2) sorted by relevance

/drivers/net/usb/
Dr8152.c880 struct rtl_ops { struct
881 void (*init)(struct r8152 *tp);
882 int (*enable)(struct r8152 *tp);
883 void (*disable)(struct r8152 *tp);
884 void (*up)(struct r8152 *tp);
885 void (*down)(struct r8152 *tp);
886 void (*unload)(struct r8152 *tp);
887 int (*eee_get)(struct r8152 *tp, struct ethtool_eee *eee);
888 int (*eee_set)(struct r8152 *tp, struct ethtool_eee *eee);
889 bool (*in_nway)(struct r8152 *tp);
[all …]
/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1910 const struct ieee80211_ops rtl_ops = { variable