Lines Matching refs:usb_interface
22 struct usb_interface *intf;
81 static inline struct usb_driver *driver_of(struct usb_interface *intf) in driver_of()
119 int (*bind)(struct usbnet *, struct usb_interface *);
122 void (*unbind)(struct usbnet *, struct usb_interface *);
174 extern int usbnet_probe(struct usb_interface *, const struct usb_device_id *);
175 extern int usbnet_suspend(struct usb_interface *, pm_message_t);
176 extern int usbnet_resume(struct usb_interface *);
177 extern void usbnet_disconnect(struct usb_interface *);
199 struct usb_interface *control;
200 struct usb_interface *data;
204 extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *);
205 extern int usbnet_ether_cdc_bind(struct usbnet *dev, struct usb_interface *intf);
206 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
207 extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *);
254 extern int usbnet_get_endpoints(struct usbnet *, struct usb_interface *);