Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Ducomvar.h84 struct ucom_attach_args { struct
85 int portno;
86 int bulkin;
87 int bulkout;
88 struct uhidev_softc *uhidev;
89 u_int ibufsize;
90 u_int ibufsizepad;
91 u_int obufsize;
92 u_int opkthdrlen;
94 struct usbd_device *device;
[all …]