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

  /src/sys/dev/usb/
uaudioreg.h 165 uWord wChannelConfig;
237 uWord wChannelConfig;
302 uWord wChannelConfig;
381 uWord wChannelConfig;
407 uWord wChannelConfig;
uaudio.c 878 cc = UGETW(cl->v1.wChannelConfig);
880 printf("cluster: bNrChannels=%u wChannelConfig=%#.4x",
924 USETW(r.v1.wChannelConfig,
925 UGETW(iot[id].d.it->v1.wChannelConfig));
1018 "bAssocTerminal=%d bNrChannels=%d wChannelConfig=%d "
1021 d->v1.bNrChannels, UGETW(d->v1.wChannelConfig),
1024 /* If USB input terminal, record wChannelConfig */
1027 sc->sc_channel_config = UGETW(d->v1.wChannelConfig);
1039 /* If USB input terminal, record wChannelConfig */

Completed in 16 milliseconds