Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dr8152.c608 struct rtl_ops { struct
609 void (*init)(struct r8152 *);
610 int (*enable)(struct r8152 *);
611 void (*disable)(struct r8152 *);
612 void (*up)(struct r8152 *);
613 void (*down)(struct r8152 *);
614 void (*unload)(struct r8152 *);
615 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
616 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
617 bool (*in_nway)(struct r8152 *);
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1853 const struct ieee80211_ops rtl_ops = { variable