Lines Matching refs:usb_interface
29 struct usb_interface *intf;
84 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of()
122 int (*bind)(struct usbnet *, struct usb_interface *);
125 void (*unbind)(struct usbnet *, struct usb_interface *);
177 extern int usbnet_probe(struct usb_interface *, const struct usb_device_id *);
178 extern int usbnet_suspend(struct usb_interface *, pm_message_t);
179 extern int usbnet_resume(struct usb_interface *);
180 extern void usbnet_disconnect(struct usb_interface *);
202 struct usb_interface *control;
203 struct usb_interface *data;
206 extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *);
207 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
208 extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *);
254 extern int usbnet_get_endpoints(struct usbnet *, struct usb_interface *);