Searched refs:USETW2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/
H A Dusb_endian.h98 #define USETW2(w,b1,b0) do { \ macro
H A Dusb_util.c220 USETW2(p->bString[max_len], 0, s[max_len]);
H A Dusb_request.c1008 USETW2(req.wValue, type, index);
1470 USETW2(req.wValue, UDESC_HUB, 0);
1492 USETW2(req.wValue, UDESC_SS_HUB, 0);
1787 USETW2(req.wValue, type, id);
1815 USETW2(req.wValue, type, id);
1843 USETW2(req.wValue, duration, id);
1869 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */
/freebsd-10.2-release/sys/dev/usb/serial/
H A Ducycom.c401 USETW2(req.wValue, UHID_OUTPUT_REPORT, sc->sc_oid);
453 USETW2(req.wValue, UHID_FEATURE_REPORT, sc->sc_fid);
H A Duftdi.c1645 USETW2(req.wValue, cfg.v_stop, cfg.v_start);
1646 USETW2(req.wIndex, cfg.v_flow, wIndex);
1693 USETW2(req.wValue, 0, 0);
1695 USETW2(req.wValue, (1 << bitmode), iomask);
1730 USETW2(req.wValue, 0, latency);
1770 USETW2(req.wValue, enable, echar & 0xff);
1789 USETW2(req.wValue, enable, echar & 0xff);
H A Dulpt.c610 USETW2(req.wIndex, id->bInterfaceNumber, id->bAlternateSetting);
/freebsd-10.2-release/sys/dev/usb/input/
H A Duhid.c241 USETW2(req->wValue, type, id);
253 USETW2(req->wValue, type, id);
H A Dukbd.c874 USETW2(req.wValue, UHID_OUTPUT_REPORT, 0);
H A Datp.c932 USETW2(req.wValue,
/freebsd-10.2-release/sys/dev/sound/usb/
H A Duaudio.c1450 USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0);
1451 USETW2(req.wIndex, clockid, iface_no);
5186 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0);
5208 USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0);
5209 USETW2(req.wIndex, clockid, iface_no);

Completed in 160 milliseconds