Searched defs:usb_device (Results 1 – 1 of 1) sorted by relevance
324 struct usb_device { struct327 enum usb_device_state state; /* configured, not attached, etc */ argument328 enum usb_device_speed speed; /* high/full/low (or error) */ argument336 struct usb_device *parent; /* our hub, unless we're the root */ argument342 struct usb_device_descriptor descriptor;/* Descriptor */ argument343 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 …]