Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h583 struct rtl_ops { struct
584 void (*init)(struct r8152 *);
585 int (*enable)(struct r8152 *);
586 void (*disable)(struct r8152 *);
587 void (*up)(struct r8152 *);
588 void (*down)(struct r8152 *);
589 void (*unload)(struct r8152 *);
590 } rtl_ops; member
/openbmc/linux/drivers/net/usb/
H A Dr8152.c887 struct rtl_ops { struct
888 void (*init)(struct r8152 *tp);
889 int (*enable)(struct r8152 *tp);
890 void (*disable)(struct r8152 *tp);
891 void (*up)(struct r8152 *tp);
892 void (*down)(struct r8152 *tp);
893 void (*unload)(struct r8152 *tp);
894 int (*eee_get)(struct r8152 *tp, struct ethtool_eee *eee);
895 int (*eee_set)(struct r8152 *tp, struct ethtool_eee *eee);
896 bool (*in_nway)(struct r8152 *tp);
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1921 const struct ieee80211_ops rtl_ops = { variable