Symbol: USETW2
sys/bus/u4b/audio/uaudio.c
1500
USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0);
sys/bus/u4b/audio/uaudio.c
1501
USETW2(req.wIndex, clockid, iface_no);
sys/bus/u4b/audio/uaudio.c
5235
USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0);
sys/bus/u4b/audio/uaudio.c
5257
USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0);
sys/bus/u4b/audio/uaudio.c
5258
USETW2(req.wIndex, clockid, iface_no);
sys/bus/u4b/input/uhid.c
235
USETW2(req->wValue, type, id);
sys/bus/u4b/input/uhid.c
247
USETW2(req->wValue, type, id);
sys/bus/u4b/input/ukbd.c
892
USETW2(req.wValue, UHID_OUTPUT_REPORT, 0);
sys/bus/u4b/serial/ucycom.c
375
USETW2(req.wValue, UHID_OUTPUT_REPORT, sc->sc_oid);
sys/bus/u4b/serial/ucycom.c
427
USETW2(req.wValue, UHID_FEATURE_REPORT, sc->sc_fid);
sys/bus/u4b/serial/uftdi.c
377
USETW2(req.wIndex, FTDI_SIO_RTS_CTS_HS, wIndex);
sys/bus/u4b/serial/uftdi.c
698
USETW2(req.wValue, cfg.v_stop, cfg.v_start);
sys/bus/u4b/serial/uftdi.c
699
USETW2(req.wIndex, cfg.v_flow, wIndex);
sys/bus/u4b/serial/ulpt.c
603
USETW2(req.wIndex, id->bInterfaceNumber, id->bAlternateSetting);
sys/bus/u4b/usb_request.c
1019
USETW2(req.wValue, type, index);
sys/bus/u4b/usb_request.c
1489
USETW2(req.wValue, UDESC_HUB, 0);
sys/bus/u4b/usb_request.c
1511
USETW2(req.wValue, UDESC_SS_HUB, 0);
sys/bus/u4b/usb_request.c
1806
USETW2(req.wValue, type, id);
sys/bus/u4b/usb_request.c
1834
USETW2(req.wValue, type, id);
sys/bus/u4b/usb_request.c
1862
USETW2(req.wValue, duration, id);
sys/bus/u4b/usb_request.c
1888
USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */
sys/bus/u4b/usb_util.c
245
USETW2(p->bString[max_len], 0, s[max_len]);