Searched defs:usb_device (Results 1 – 4 of 4) sorted by relevance
189 struct usb_device { struct191 struct usb_device_statistics stats_err; argument192 struct usb_device_statistics stats_ok; argument193 struct usb_device_statistics stats_cancelled; argument217 struct usb_device *parent_hub; argument218 struct usb_device *parent_hs_hub; /* high-speed parent HUB */ argument219 struct usb_config_descriptor *cdesc; /* full config descr */220 struct usb_hub *hub; /* only if this is a hub */221 struct usb_xfer *ctrl_xfer[USB_CTRL_XFER_MAX];222 struct usb_temp_data *usb_template_ptr;[all …]
227 struct usb_device { struct228 struct usb_device *next; argument229 struct usb_device *prev; argument235 struct usb_device_descriptor descriptor; argument243 struct usb_device **children; argument
966 usb_device(usb_dev_handle * dev) in usb_device() function
890 int (*probe)(struct usb_device *, int)) in uhso_probe_iface()