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