Searched refs:sc_stream (Results 1 – 5 of 5) sorted by relevance
55 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()
97 struct dtv_stream *ds = &sc->sc_stream; in dtv_attach()150 struct dtv_stream *ds = &sc->sc_stream; in dtv_detach()
122 struct dtv_stream sc_stream; member
87 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 …]
160 struct hdaudio_stream sc_stream[HDAUDIO_MAX_STREAMS]; member