Home
last modified time | relevance | path

Searched refs:usbnet (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/usb/
Dusbnet.h27 struct usbnet { struct
126 int (*bind)(struct usbnet *, struct usb_interface *);
129 void (*unbind)(struct usbnet *, struct usb_interface *);
132 int (*reset)(struct usbnet *);
135 int (*stop)(struct usbnet *);
138 int (*check_connect)(struct usbnet *);
141 int (*manage_power)(struct usbnet *, int);
144 void (*status)(struct usbnet *, struct urb *);
147 int (*link_reset)(struct usbnet *);
150 int (*rx_fixup)(struct usbnet *dev, struct sk_buff *skb);
[all …]
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch74999 diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h
75001 --- a/include/linux/usb/usbnet.h
75002 +++ b/include/linux/usb/usbnet.h
75009 /* interface from usbnet core to each USB networking link we handle */
75010 struct usbnet {
75012 @@ -83,8 +85,11 @@ struct usbnet {
75035 /* Minidrivers are just drivers using the "usbnet" core as a powerful