Lines Matching refs:usb_interface
30 struct usb_interface *intf;
89 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of()
127 int (*bind)(struct usbnet *, struct usb_interface *);
130 void (*unbind)(struct usbnet *, struct usb_interface *);
182 extern int usbnet_probe(struct usb_interface *, const struct usb_device_id *);
183 extern int usbnet_suspend(struct usb_interface *, pm_message_t);
184 extern int usbnet_resume(struct usb_interface *);
185 extern void usbnet_disconnect(struct usb_interface *);
207 struct usb_interface *control;
208 struct usb_interface *data;
212 extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *);
213 extern int usbnet_ether_cdc_bind(struct usbnet *dev, struct usb_interface *intf);
214 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
215 extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *);
261 extern int usbnet_get_endpoints(struct usbnet *, struct usb_interface *);