Home
last modified time | relevance | path

Searched refs:pcms (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c398 scp = sc->pcms[i]; in hdspe_running()
1096 if (sc->pcms[i] == NULL) { in hdspe_pcm_attach()
1097 sc->pcms[i] = scp; in hdspe_pcm_attach()
1119 if (sc->pcms[i] == scp) { in hdspe_pcm_quiesce()
1139 sc->pcms[slot] == scp && sc->pcm_detaching[slot], in hdspe_pcm_unquiesce()
1142 sc->pcms[slot] = NULL; in hdspe_pcm_unquiesce()
H A Dhdsp-pcm.c409 scp = sc->pcms[i]; in hdsp_running()
1102 if (sc->pcms[i] == NULL) { in hdsp_pcm_attach()
1103 sc->pcms[i] = scp; in hdsp_pcm_attach()
1125 if (sc->pcms[i] == scp) { in hdsp_pcm_quiesce()
1145 sc->pcms[slot] == scp && sc->pcm_detaching[slot], in hdsp_pcm_unquiesce()
1148 sc->pcms[slot] = NULL; in hdsp_pcm_unquiesce()
H A Dhdspe.h249 struct sc_pcminfo *pcms[HDSPE_MAX_PCMDEV]; member
H A Dhdsp.h257 struct sc_pcminfo *pcms[HDSP_MAX_PCMDEV]; member
H A Dhdspe.c124 scp = sc->pcms[i]; in hdspe_intr()
H A Dhdsp.c114 scp = sc->pcms[i]; in hdsp_intr()