Searched defs:usb_attach_arg (Results 1 – 1 of 1) sorted by relevance
251 struct usb_attach_arg { struct252 int uaa_port;253 int uaa_vendor;254 int uaa_product;255 int uaa_release;256 struct usbd_device * uaa_device; /* current device */257 int uaa_class;258 int uaa_subclass;259 int uaa_proto;260 int uaa_usegeneric;