Searched defs:usb_attach_arg (Results 1 – 1 of 1) sorted by relevance
221 struct usb_attach_arg { struct222 int port;223 int configno;224 int ifaceno;225 int vendor;226 int product;227 int release;228 struct usbd_device *device; /* current device */230 int usegeneric;232 int nifaces; /* number of interfaces */[all …]