Lines Matching full:digital
26 * enum dvb_buf_type - types of Digital TV memory-mapped buffers
29 * with a received Digital TV stream
175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV
191 * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV
200 * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV
210 * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV
223 * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV
235 * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV
247 * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling.
253 * Queue a Digital TV buffer as requested by userspace
258 * dvb_vb2_dqbuf() - Wrapper to vb2_core_dqbuf() for Digital TV
265 * Dequeue a Digital TV buffer to the userspace
270 * dvb_vb2_mmap() - Wrapper to vb2_mmap() for Digital TV buffer handling.
276 * map Digital TV video buffers into application address space.