Home
last modified time | relevance | path

Searched refs:sc_stream (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/dtv/
H A Ddtv_buffer.c55 struct dtv_stream *ds = &sc->sc_stream; in dtv_buffer_write()
134 struct dtv_stream *ds = &sc->sc_stream; in dtv_buffer_realloc()
204 struct dtv_stream *ds = &sc->sc_stream; in dtv_buffer_setup()
218 struct dtv_stream *ds = &sc->sc_stream; in dtv_buffer_destroy()
235 struct dtv_stream *ds = &sc->sc_stream; in dtv_buffer_read()
301 struct dtv_stream *ds = &sc->sc_stream; in dtv_buffer_poll()
H A Ddtv_device.c97 struct dtv_stream *ds = &sc->sc_stream; in dtv_attach()
150 struct dtv_stream *ds = &sc->sc_stream; in dtv_detach()
H A Ddtvvar.h122 struct dtv_stream sc_stream; member
/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c87 sc->sc_stream[cnt].st_host = sc; in hdaudio_stream_init()
88 sc->sc_stream[cnt].st_enable = true; in hdaudio_stream_init()
89 sc->sc_stream[cnt].st_shift = cnt; in hdaudio_stream_init()
90 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_ISS; in hdaudio_stream_init()
93 sc->sc_stream[cnt].st_host = sc; in hdaudio_stream_init()
94 sc->sc_stream[cnt].st_enable = true; in hdaudio_stream_init()
95 sc->sc_stream[cnt].st_shift = cnt; in hdaudio_stream_init()
96 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_OSS; in hdaudio_stream_init()
99 sc->sc_stream[cnt].st_host = sc; in hdaudio_stream_init()
100 sc->sc_stream[cnt].st_enable = true; in hdaudio_stream_init()
[all …]
H A Dhdaudiovar.h160 struct hdaudio_stream sc_stream[HDAUDIO_MAX_STREAMS]; member