HomeSort by: relevance | last modified time | path
    Searched defs:demux (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/dtv/
dtv_demux.c 38 * The demux device is implemented as a cloning device. Each instance can
172 * Start running the demux.
175 dtv_demux_start(struct dtv_demux *demux)
177 struct dtv_softc *sc = demux->dd_sc;
182 * If the demux is not running, mark it as running and update the
183 * global demux run counter.
187 if (demux->dd_running == false) {
189 demux->dd_running = true;
190 /* If this is the first demux running, trigger device start */
204 * demux instance as halted
298 struct dtv_demux *demux; local in function:dtv_demux_open
330 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_close
369 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_ioctl
465 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_poll
494 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_read
722 struct dtv_demux *demux; local in function:dtv_demux_write
    [all...]
dtv_demux.c 38 * The demux device is implemented as a cloning device. Each instance can
172 * Start running the demux.
175 dtv_demux_start(struct dtv_demux *demux)
177 struct dtv_softc *sc = demux->dd_sc;
182 * If the demux is not running, mark it as running and update the
183 * global demux run counter.
187 if (demux->dd_running == false) {
189 demux->dd_running = true;
190 /* If this is the first demux running, trigger device start */
204 * demux instance as halted
298 struct dtv_demux *demux; local in function:dtv_demux_open
330 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_close
369 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_ioctl
465 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_poll
494 struct dtv_demux *demux = fp->f_data; local in function:dtv_demux_read
722 struct dtv_demux *demux; local in function:dtv_demux_write
    [all...]

Completed in 24 milliseconds