HomeSort by: relevance | last modified time | path
    Searched defs:uaudio_get (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uaudio.c 354 Static int uaudio_get(struct uaudio_softc *, int, int, int, int, int);
722 uaudio_get(sc, GET_MIN, UT_READ_CLASS_INTERFACE,
725 uaudio_get(sc, GET_MAX, UT_READ_CLASS_INTERFACE,
727 r->resval = uaudio_get(sc, GET_RES, UT_READ_CLASS_INTERFACE,
732 count = (uint16_t)uaudio_get(sc, V2_RANGES,
3219 uaudio_get(struct uaudio_softc *sc, int which, int type, int wValue, function in typeref:typename:Static int
3467 val = uaudio_get(sc, which, UT_READ_CLASS_INTERFACE, mc->wValue[chan],
uaudio.c 354 Static int uaudio_get(struct uaudio_softc *, int, int, int, int, int);
722 uaudio_get(sc, GET_MIN, UT_READ_CLASS_INTERFACE,
725 uaudio_get(sc, GET_MAX, UT_READ_CLASS_INTERFACE,
727 r->resval = uaudio_get(sc, GET_RES, UT_READ_CLASS_INTERFACE,
732 count = (uint16_t)uaudio_get(sc, V2_RANGES,
3219 uaudio_get(struct uaudio_softc *sc, int which, int type, int wValue, function in typeref:typename:Static int
3467 val = uaudio_get(sc, which, UT_READ_CLASS_INTERFACE, mc->wValue[chan],

Completed in 31 milliseconds