Searched refs:codecs (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A DMakefile.am24 codecs.exp \
99 codecs.res \
175 codecs.final \
246 codecs.nexe \
330 codecs \
446 codecs_SOURCE = cmptest.h codecs.c
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac.c482 * Wait for codecs to finish their own reset sequence. The delay here
963 } else if (sc->codecs[cad].pending <= 0) {
967 sc->codecs[cad].response = resp;
968 sc->codecs[cad].pending--;
993 if ((child = sc->codecs[cad].dev) != NULL &&
1018 sc->codecs[cad].response = HDA_INVALID;
1020 sc->codecs[cad].pending++;
1035 } while (sc->codecs[cad].pending != 0 && --timeout);
1037 if (sc->codecs[cad].pending != 0) {
1040 sc->codecs[ca
[all...]
H A Dhdac_private.h226 } codecs[HDAC_CODEC_MAX]; member in struct:hdac_softc
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_hda.c130 struct hda_codec_inst *codecs[HDA_CODEC_MAX]; member in struct:hda_softc
389 * TODO search all the codecs declared in opts
489 sc->codecs[sc->codecs_no++] = hci;
521 hci = sc->codecs[cad];
549 hci = sc->codecs[i];
576 hci = sc->codecs[i];
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am91 sodium/codecs.c \

Completed in 67 milliseconds