Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Ducomvar.h149 struct ucom_attach_args { struct
150 int ucaa_portno;
151 int ucaa_bulkin;
152 int ucaa_bulkout;
153 u_int ucaa_ibufsize;
154 u_int ucaa_ibufsizepad;
155 u_int ucaa_obufsize;
156 u_int ucaa_opkthdrlen;
157 const char *ucaa_info; /* attach message */
158 struct usbd_device *ucaa_device;
[all …]