HomeSort by: relevance | last modified time | path
    Searched defs:utoh (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
vhci.c 185 bool utoh; member in struct:vhci_packet
277 vhci_pkt_ctrl_create(vhci_port_t *port, struct usbd_xfer *xfer, bool utoh,
289 req->utoh = false;
304 if (utoh && (xfer->ux_length > 0)) {
308 res->utoh = true;
319 if (utoh) {
326 dat->utoh = utoh;
364 if (pkt->utoh) {
vhci.c 185 bool utoh; member in struct:vhci_packet
277 vhci_pkt_ctrl_create(vhci_port_t *port, struct usbd_xfer *xfer, bool utoh,
289 req->utoh = false;
304 if (utoh && (xfer->ux_length > 0)) {
308 res->utoh = true;
319 if (utoh) {
326 dat->utoh = utoh;
364 if (pkt->utoh) {
vhci.c 185 bool utoh; member in struct:vhci_packet
277 vhci_pkt_ctrl_create(vhci_port_t *port, struct usbd_xfer *xfer, bool utoh,
289 req->utoh = false;
304 if (utoh && (xfer->ux_length > 0)) {
308 res->utoh = true;
319 if (utoh) {
326 dat->utoh = utoh;
364 if (pkt->utoh) {

Completed in 32 milliseconds