Lines Matching refs:usb_interface
22 struct usb_interface *intf;
96 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of()
134 int (*bind)(struct usbnet *, struct usb_interface *);
137 void (*unbind)(struct usbnet *, struct usb_interface *);
189 extern int usbnet_probe(struct usb_interface *, const struct usb_device_id *);
190 extern int usbnet_suspend(struct usb_interface *, pm_message_t);
191 extern int usbnet_resume(struct usb_interface *);
192 extern void usbnet_disconnect(struct usb_interface *);
214 struct usb_interface *control;
215 struct usb_interface *data;
219 extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *);
220 extern int usbnet_ether_cdc_bind(struct usbnet *dev, struct usb_interface *intf);
221 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
222 extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *);
269 extern int usbnet_get_endpoints(struct usbnet *, struct usb_interface *);