Lines Matching refs:USETW
574 USETW(req.wValue, ls);
575 USETW(req.wIndex, sc->sc_ctl_iface_no);
576 USETW(req.wLength, 0);
594 USETW(req.wValue, onoff ? UCDC_BREAK_ON : UCDC_BREAK_OFF);
595 USETW(req.wIndex, sc->sc_ctl_iface_no);
596 USETW(req.wLength, 0);
641 USETW(req.wValue, 0);
642 USETW(req.wIndex, sc->sc_ctl_iface_no);
643 USETW(req.wLength, UCDC_LINE_STATE_LENGTH);
669 USETW(req.wValue, feature);
670 USETW(req.wIndex, sc->sc_ctl_iface_no);
671 USETW(req.wLength, UCDC_ABSTRACT_STATE_LENGTH);
672 USETW(ast.wState, state);