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

/external/kernel-headers/original/linux/
H A Dusb.h90 * 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 structure
[all...]
/external/bluetooth/bluez/tools/
H A Ddfutool.c84 struct usb_interface *interface = &config->interface[i];

Completed in 11 milliseconds