HomeSort by: relevance | last modified time | path
    Searched refs:USETW2 (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/usb/
usbdi_util.c 83 USETW2(req.wValue, type, index);
166 USETW2(req.wValue, UDESC_DEVICE, 0);
197 USETW2(req.wValue, UDESC_STRING, sindex);
283 USETW2(req.wValue, 0, UR_PST_EXT_PORT_STATUS);
366 USETW2(req.wIndex, timeout, port);
382 USETW2(req.wIndex, timeout, port);
467 USETW2(req.wValue, duration, id);
539 USETW2(req.wValue, type, id);
560 USETW2(req.wValue, type, id);
577 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 *
    [all...]
uftdi.c 523 USETW2(req.wIndex, FTDI_SIO_RTS_CTS_HS, portno);
838 USETW2(req.wValue, t->c_cc[VSTOP], t->c_cc[VSTART]);
845 USETW2(req.wIndex, flow, portno);
usbroothub.c 104 USETW2(p->bString[i], 0, s[i]);
uhub.c 223 USETW2(req.wValue, UDESC_SS_HUB, 0);
247 USETW2(req.wValue, UDESC_HUB, 0);
uirda.c 904 USETW2(req.wValue, type, index);
usb.h 76 #define USETW2(w,h,l) ((w)[0] = (uint8_t)(l), (w)[1] = (uint8_t)(h))
ulpt.c 302 USETW2(req.wIndex, id->bInterfaceNumber, id->bAlternateSetting);
uvideo.c 2465 USETW2(req.wValue, control, 0);
2466 USETW2(req.wIndex, 0, vs->vs_ifaceno);
uaudio.c 4160 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0);
4169 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0);
4170 USETW2(req.wIndex, clkid, sc->sc_ac_iface);

Completed in 23 milliseconds