Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dr8152.h584 struct rtl_ops { struct
585 void (*init)(struct r8152 *);
586 int (*enable)(struct r8152 *);
587 void (*disable)(struct r8152 *);
588 void (*up)(struct r8152 *);
589 void (*down)(struct r8152 *);
590 void (*unload)(struct r8152 *);
591 } rtl_ops; member
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dr8152.c806 struct rtl_ops { struct
807 void (*init)(struct r8152 *tp);
808 int (*enable)(struct r8152 *tp);
809 void (*disable)(struct r8152 *tp);
810 void (*up)(struct r8152 *tp);
811 void (*down)(struct r8152 *tp);
812 void (*unload)(struct r8152 *tp);
813 int (*eee_get)(struct r8152 *tp, struct ethtool_eee *eee);
814 int (*eee_set)(struct r8152 *tp, struct ethtool_eee *eee);
815 bool (*in_nway)(struct r8152 *tp);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1879 const struct ieee80211_ops rtl_ops = { variable