uhso.c | 309 size_t hp_rsize; /* allocated size */ member in struct:uhso_port 819 hp->hp_rsize = UHSO_MUX_RSIZE; 889 error = usbd_create_xfer(pipe0, hp->hp_rsize, 0, 0, &hp->hp_rxfer); 965 USETW(req.wLength, hp->hp_rsize); 968 &req, hp->hp_rbuf, hp->hp_rsize, USBD_SHORT_XFER_OK, 1094 hp->hp_rsize = UHSO_BULK_RSIZE; 1165 int error = usbd_create_xfer(hp->hp_rpipe, hp->hp_rsize, 1260 usbd_setup_xfer(hp->hp_rxfer, hp, hp->hp_rbuf, hp->hp_rsize, 1968 hp->hp_rsize = MCLBYTES;
|