Lines Matching defs:ucom_attach_args
149 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;
159 struct usbd_interface *ucaa_iface;
160 const struct ucom_methods *ucaa_methods;
161 void *ucaa_arg;