Home
last modified time | relevance | path

Searched defs:usb_device (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
Dusb.h324 struct usb_device { struct
327 enum usb_device_state state; /* configured, not attached, etc */ argument
328 enum usb_device_speed speed; /* high/full/low (or error) */ argument
336 struct usb_device *parent; /* our hub, unless we're the root */ argument
342 struct usb_device_descriptor descriptor;/* Descriptor */ argument
343 struct usb_host_config *config; /* All of the configs */
345 struct usb_host_config *actconfig;/* the active configuration */
346 struct usb_host_endpoint *ep_in[16];
347 struct usb_host_endpoint *ep_out[16];
349 char **rawdescriptors; /* Raw descriptors for each config */
[all …]