Searched defs:usb_interface (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dusb.h101 * struct usb_interface - what usb device drivers talk to
162 struct usb_interface { struct
192 #define to_usb_interface(d) container_of(d, struct usb_interface, dev)
194 static inline void *usb_get_intfdata(struct usb_interface *intf)
199 static inline void usb_set_intfdata(struct usb_interface *intf, void *data)
204 struct usb_interface *usb_get_intf(struct usb_interface *intf);
205 void usb_put_intf(struct usb_interface *intf);
222 * struct usb_interface (which persists only as long as its configuration
246 * @interface: array of pointers to usb_interface structure
[all...]

Completed in 187 milliseconds