Lines Matching refs:usb_interface
32 struct usb_interface *intf;
95 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of()
133 int (*bind)(struct usbnet *, struct usb_interface *);
136 void (*unbind)(struct usbnet *, struct usb_interface *);
191 extern int usbnet_probe(struct usb_interface *, const struct usb_device_id *);
192 extern int usbnet_suspend(struct usb_interface *, pm_message_t);
193 extern int usbnet_resume(struct usb_interface *);
194 extern void usbnet_disconnect(struct usb_interface *);
216 struct usb_interface *control;
217 struct usb_interface *data;
221 extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *);
222 extern int usbnet_ether_cdc_bind(struct usbnet *dev, struct usb_interface *intf);
223 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
224 extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *);
270 extern int usbnet_get_endpoints(struct usbnet *, struct usb_interface *);