Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-qbuf.rst4 ioctl DMX_QBUF, DMX_DQBUF
10 DMX_QBUF - DMX_DQBUF - Exchange a buffer with the driver
18 .. c:function:: int ioctl( int fd, DMX_QBUF, struct dmx_buffer *argp )
19 :name: DMX_QBUF
38 Applications call the ``DMX_QBUF`` ioctl to enqueue an empty
48 When ``DMX_QBUF`` is called with a pointer to this structure, it locks the
/Linux-v4.19/include/uapi/linux/dvb/
Ddmx.h327 #define DMX_QBUF _IOWR('o', 63, struct dmx_buffer) macro
/Linux-v4.19/drivers/media/dvb-core/
Ddmxdev.c1159 case DMX_QBUF: in dvb_demux_do_ioctl()
1316 case DMX_QBUF: in dvb_dvr_do_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c1191 COMPATIBLE_IOCTL(DMX_QBUF)