Lines Matching defs:driver_info
31 const struct driver_info *driver_info; member
94 struct driver_info { struct
95 char *description;
97 int flags;
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);
153 struct sk_buff *(*tx_fixup)(struct usbnet *dev,
157 void (*recover)(struct usbnet *dev);
162 int (*early_init)(struct usbnet *dev);
165 void (*indication)(struct usbnet *dev, void *ind, int indlen);
168 void (*set_rx_mode)(struct usbnet *dev);
171 int in; /* rx endpoint */
172 int out; /* tx endpoint */
174 unsigned long data; /* Misc driver specific data */