Home | History | Annotate | Download | only in usb

Lines Matching defs:wValue

117 	uint16_t	wValue[MIX_MAX_CHAN]; /* using nchan */
697 * - mc->wValue[]
723 mc->wValue[0], mc->wIndex, msz));
726 mc->wValue[0], mc->wIndex, msz));
728 mc->wValue[0], mc->wIndex, msz);
734 mc->wValue[0], mc->wIndex, 2);
756 mc->wValue[0], mc->wIndex, len, buf);
824 DPRINTFN_CLEAN(2, "wValue=%04x", mc->wValue[0]);
826 DPRINTFN_CLEAN(2, ",%04x", mc->wValue[i]);
1144 mix.wValue[k++] =
1174 mix.wValue[0] = MAKE(V2_CUR_SELECTOR, 0);
1176 mix.wValue[0] = MAKE(0, 0);
1575 mix.wValue[0] = MAKE(ctl, 0);
1580 mix.wValue[i-1] = MAKE(ctl, i);
1582 mix.wValue[i-1] = -1;
1629 mix.wValue[0] = MAKE(ctl, 0);
1634 mix.wValue[i-1] = MAKE(ctl, i);
1636 mix.wValue[i-1] = -1;
1675 mix.wValue[0] = MAKE(UD_MODE_SELECT_CONTROL, 0);
1707 mix.wValue[0] = MAKE(XX_ENABLE_CONTROL, 0);
1763 mix.wValue[0] = MAKE(UA_EXT_ENABLE, 0);
1785 mix.wValue[0] = MAKE(V2_CUR_CLKFREQ, 0);
1809 mix.wValue[0] = MAKE(V2_CUR_CLKSEL, 0);
3219 uaudio_get(struct uaudio_softc *sc, int which, int type, int wValue,
3227 if (wValue == -1)
3232 USETW(req.wValue, wValue);
3235 DPRINTFN(2,"type=0x%02x req=0x%02x wValue=0x%04x "
3237 type, which, wValue, wIndex, len);
3271 uaudio_getbuf(struct uaudio_softc *sc, int which, int type, int wValue,
3279 USETW(req.wValue, wValue);
3282 DPRINTFN(2,"type=0x%02x req=0x%02x wValue=0x%04x "
3284 type, which, wValue, wIndex, len);
3296 uaudio_set(struct uaudio_softc *sc, int which, int type, int wValue,
3303 if (wValue == -1)
3308 USETW(req.wValue, wValue);
3317 DPRINTFN(2,"type=0x%02x req=0x%02x wValue=0x%04x "
3319 type, which, wValue, wIndex, len, val);
3467 val = uaudio_get(sc, which, UT_READ_CLASS_INTERFACE, mc->wValue[chan],
3481 uaudio_set(sc, which, UT_WRITE_CLASS_INTERFACE, mc->wValue[chan],
4160 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0);
4169 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0);