HomeSort by relevance Sort by last modified time
    Searched defs:usb_interface (Results 1 - 2 of 2) sorted by null

  /external/libusb-compat/libusb/
usb.h 149 struct usb_interface { struct
167 struct usb_interface *interface;
  /external/kernel-headers/original/linux/
usb.h 90 * struct usb_interface - what usb device drivers talk to
133 struct usb_interface { struct
148 #define to_usb_interface(d) container_of(d, struct usb_interface, dev)
152 static inline void *usb_get_intfdata (struct usb_interface *intf)
157 static inline void usb_set_intfdata (struct usb_interface *intf, void *data)
162 struct usb_interface *usb_get_intf(struct usb_interface *intf);
163 void usb_put_intf(struct usb_interface *intf);
177 * struct usb_interface (which persists only as long as its configuration
200 * @interface: array of pointers to usb_interface structures, one for eac
    [all...]

Completed in 603 milliseconds