Searched defs:usb_device (Results 1 – 3 of 3) sorted by relevance
185 struct usb_device { struct207 struct usb_device *parent_hub; argument208 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ argument209 struct usb_config_descriptor *cdesc; /* full config descr */210 struct usb_hub *hub; /* only if this is a hub */211 struct usb_xfer *ctrl_xfer[USB_CTRL_XFER_MAX];212 struct usb_temp_data *usb_template_ptr;213 struct usb_endpoint *ep_curr; /* current clear stall endpoint */215 struct usb_fifo *fifo[USB_FIFO_MAX];216 struct usb_symlink *ugen_symlink; /* our generic symlink */[all …]
226 struct usb_device { struct227 struct usb_device *next; argument228 struct usb_device *prev; argument234 struct usb_device_descriptor descriptor; argument242 struct usb_device **children; argument
963 usb_device(usb_dev_handle * dev) in usb_device() function