Lines Matching defs:driver_info
33 const struct driver_info *driver_info; member
101 struct driver_info { struct
102 char *description;
104 int flags;
133 int (*bind)(struct usbnet *, struct usb_interface *);
136 void (*unbind)(struct usbnet *, struct usb_interface *);
139 int (*reset)(struct usbnet *);
142 int (*stop)(struct usbnet *);
145 int (*check_connect)(struct usbnet *);
148 int (*manage_power)(struct usbnet *, int);
151 void (*status)(struct usbnet *, struct urb *);
154 int (*link_reset)(struct usbnet *);
157 int (*rx_fixup)(struct usbnet *dev, struct sk_buff *skb);
160 struct sk_buff *(*tx_fixup)(struct usbnet *dev,
164 void (*recover)(struct usbnet *dev);
169 int (*early_init)(struct usbnet *dev);
172 void (*indication)(struct usbnet *dev, void *ind, int indlen);
175 void (*set_rx_mode)(struct usbnet *dev);
178 int in; /* rx endpoint */
179 int out; /* tx endpoint */
181 unsigned long data; /* Misc driver specific data */