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

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_endian.h96 #define USETW2(w,b1,b0) do { \ macro
H A Dusb_util.c216 USETW2(p->bString[max_len], 0, s[max_len]);
H A Dusb_request.c1003 USETW2(req.wValue, type, index);
1425 USETW2(req.wValue, UDESC_HUB, 0);
1447 USETW2(req.wValue, UDESC_SS_HUB, 0);
1742 USETW2(req.wValue, type, id);
1770 USETW2(req.wValue, type, id);
1798 USETW2(req.wValue, duration, id);
1824 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */
/freebsd-9.3-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.c1585 USETW2(req.wValue, cfg.v_stop, cfg.v_start);
1586 USETW2(req.wIndex, cfg.v_flow, wIndex);
1633 USETW2(req.wValue, 0, 0);
1635 USETW2(req.wValue, (1 << bitmode), iomask);
1670 USETW2(req.wValue, 0, latency);
1710 USETW2(req.wValue, enable, echar & 0xff);
1729 USETW2(req.wValue, enable, echar & 0xff);
H A Dulpt.c610 USETW2(req.wIndex, id->bInterfaceNumber, id->bAlternateSetting);
/freebsd-9.3-release/sys/dev/usb/input/
H A Duhid.c241 USETW2(req->wValue, type, id);
253 USETW2(req->wValue, type, id);
H A Dukbd.c870 USETW2(req.wValue, UHID_OUTPUT_REPORT, 0);
H A Datp.c932 USETW2(req.wValue,
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c1438 USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0);
1439 USETW2(req.wIndex, clockid, iface_no);
4981 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0);
5003 USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0);
5004 USETW2(req.wIndex, clockid, iface_no);

Completed in 181 milliseconds