Searched defs:usb_device (Results 1 – 2 of 2) sorted by relevance
184 struct usb_device { struct186 struct usb_device_statistics stats_err; argument187 struct usb_device_statistics stats_ok; argument188 struct usb_device_statistics stats_cancelled; argument212 struct usb_device *parent_hub; argument213 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ argument214 struct usb_config_descriptor *cdesc; /* full config descr */215 struct usb_hub *hub; /* only if this is a hub */216 struct usb_xfer *ctrl_xfer[USB_CTRL_XFER_MAX];217 struct usb_temp_data *usb_template_ptr;[all …]
4080 bool usb_device, usb_interface; in drm_usb_dev_path() local