Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dusbdi.h221 struct usb_attach_arg { struct
222 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 …]