Lines Matching defs:driver_info
30 struct driver_info *driver_info; member
75 struct driver_info { struct
76 char *description;
78 int flags;
93 int (*bind)(struct usbnet *, struct usb_interface *);
96 void (*unbind)(struct usbnet *, struct usb_interface *);
99 int (*reset)(struct usbnet *);
102 int (*check_connect)(struct usbnet *);
105 void (*status)(struct usbnet *, struct urb *);
108 int (*link_reset)(struct usbnet *);
111 int (*rx_fixup)(struct usbnet *dev, struct sk_buff *skb);
114 struct sk_buff *(*tx_fixup)(struct usbnet *dev,
120 int (*early_init)(struct usbnet *dev);
124 void (*link_change)(struct usbnet *dev, int state);
127 int in; /* rx endpoint */
128 int out; /* tx endpoint */
130 unsigned long data; /* Misc driver specific data */