Home
last modified time | relevance | path

Searched refs:DMX_QBUF (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/media/uapi/dvb/
Ddmx-qbuf.rst13 ioctl DMX_QBUF, DMX_DQBUF
19 DMX_QBUF - DMX_DQBUF - Exchange a buffer with the driver
27 .. c:function:: int ioctl( int fd, DMX_QBUF, struct dmx_buffer *argp )
28 :name: DMX_QBUF
47 Applications call the ``DMX_QBUF`` ioctl to enqueue an empty
57 When ``DMX_QBUF`` is called with a pointer to this structure, it locks the
/Linux-v5.4/include/uapi/linux/dvb/
Ddmx.h327 #define DMX_QBUF _IOWR('o', 63, struct dmx_buffer) macro
/Linux-v5.4/drivers/media/dvb-core/
Ddmxdev.c1159 case DMX_QBUF: in dvb_demux_do_ioctl()
1317 case DMX_QBUF: in dvb_dvr_do_ioctl()