Lines Matching defs:driver_info
23 const struct driver_info *driver_info; member
102 struct driver_info { struct
103 char *description;
105 int flags;
134 int (*bind)(struct usbnet *, struct usb_interface *);
137 void (*unbind)(struct usbnet *, struct usb_interface *);
140 int (*reset)(struct usbnet *);
143 int (*stop)(struct usbnet *);
146 int (*check_connect)(struct usbnet *);
149 int (*manage_power)(struct usbnet *, int);
152 void (*status)(struct usbnet *, struct urb *);
155 int (*link_reset)(struct usbnet *);
158 int (*rx_fixup)(struct usbnet *dev, struct sk_buff *skb);
161 struct sk_buff *(*tx_fixup)(struct usbnet *dev,
165 void (*recover)(struct usbnet *dev);
170 int (*early_init)(struct usbnet *dev);
173 void (*indication)(struct usbnet *dev, void *ind, int indlen);
176 void (*set_rx_mode)(struct usbnet *dev);
179 int in; /* rx endpoint */
180 int out; /* tx endpoint */
182 unsigned long data; /* Misc driver specific data */