Searched defs:ucom_attach_args (Results 1 – 1 of 1) sorted by relevance
149 struct ucom_attach_args { struct150 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 …]