Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/usb/
Dr8152.c738 struct rtl_ops { struct
739 void (*init)(struct r8152 *);
740 int (*enable)(struct r8152 *);
741 void (*disable)(struct r8152 *);
742 void (*up)(struct r8152 *);
743 void (*down)(struct r8152 *);
744 void (*unload)(struct r8152 *);
745 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
746 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
747 bool (*in_nway)(struct r8152 *);
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Dcore.c1876 const struct ieee80211_ops rtl_ops = { variable