Home
last modified time | relevance | path

Searched refs:sc_monitor (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/sbus/
H A Ddbrivar.h156 int sc_monitor; /* monitor volume */ member
H A Ddbri.c927 sc->sc_monitor = 0; in mmcodec_default()
932 CS4215_MA(15 - ((sc->sc_monitor >> 4) & 0x0f)); in mmcodec_default()
968 (CS4215_MA(15 - ((sc->sc_monitor >> 4) & 0x0f))); in mmcodec_setgain()
1696 sc->sc_monitor) in dbri_set_port()
1698 sc->sc_monitor = mc->un.value.level[AUDIO_MIXER_LEVEL_LEFT]; in dbri_set_port()
1743 mc->un.value.level[AUDIO_MIXER_LEVEL_LEFT] = sc->sc_monitor; in dbri_get_port()
/netbsd/sys/dev/hyperv/
H A Dvmbusvar.h184 struct vmbus_mnf *sc_monitor[2]; member
H A Dvmbus.c369 for (i = 0; i < __arraycount(sc->sc_monitor); i++) { in vmbus_alloc_dma()
370 sc->sc_monitor[i] = hyperv_dma_alloc(sc->sc_dmat, in vmbus_alloc_dma()
372 if (sc->sc_monitor[i] == NULL) in vmbus_alloc_dma()
391 for (i = 0; i < __arraycount(sc->sc_monitor); i++) { in vmbus_free_dma()
392 sc->sc_monitor[i] = NULL; in vmbus_free_dma()
1582 mtg = &sc->sc_monitor[1]->mnf_trigs[ch->ch_mgroup]; in vmbus_channel_setevent()