Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h184 struct usb_device { struct
186 struct usb_device_statistics stats_err; argument
187 struct usb_device_statistics stats_ok; argument
188 struct usb_device_statistics stats_cancelled; argument
212 struct usb_device *parent_hub; argument
213 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ argument
214 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 …]
/third_party/libdrm/
Dxf86drm.c4080 bool usb_device, usb_interface; in drm_usb_dev_path() local