Lines Matching defs:driver_info
31 const struct driver_info *driver_info; member
95 struct driver_info { struct
96 char *description;
98 int flags;
127 int (*bind)(struct usbnet *, struct usb_interface *);
130 void (*unbind)(struct usbnet *, struct usb_interface *);
133 int (*reset)(struct usbnet *);
136 int (*stop)(struct usbnet *);
139 int (*check_connect)(struct usbnet *);
142 int (*manage_power)(struct usbnet *, int);
145 void (*status)(struct usbnet *, struct urb *);
148 int (*link_reset)(struct usbnet *);
151 int (*rx_fixup)(struct usbnet *dev, struct sk_buff *skb);
154 struct sk_buff *(*tx_fixup)(struct usbnet *dev,
158 void (*recover)(struct usbnet *dev);
163 int (*early_init)(struct usbnet *dev);
166 void (*indication)(struct usbnet *dev, void *ind, int indlen);
169 void (*set_rx_mode)(struct usbnet *dev);
172 int in; /* rx endpoint */
173 int out; /* tx endpoint */
175 unsigned long data; /* Misc driver specific data */