Searched refs:DMX_QBUF (Results 1 – 4 of 4) sorted by relevance
4 ioctl DMX_QBUF, DMX_DQBUF10 DMX_QBUF - DMX_DQBUF - Exchange a buffer with the driver18 .. c:function:: int ioctl( int fd, DMX_QBUF, struct dmx_buffer *argp )19 :name: DMX_QBUF38 Applications call the ``DMX_QBUF`` ioctl to enqueue an empty48 When ``DMX_QBUF`` is called with a pointer to this structure, it locks the
327 #define DMX_QBUF _IOWR('o', 63, struct dmx_buffer) macro
1159 case DMX_QBUF: in dvb_demux_do_ioctl()1316 case DMX_QBUF: in dvb_dvr_do_ioctl()
1191 COMPATIBLE_IOCTL(DMX_QBUF)