Searched refs:DMX_EXPBUF (Results 1 – 4 of 4) sorted by relevance
4 ioctl DMX_EXPBUF10 DMX_EXPBUF - Export a buffer as a DMABUF file descriptor.18 .. c:function:: int ioctl( int fd, DMX_EXPBUF, struct dmx_exportbuffer *argp )19 :name: DMX_EXPBUF48 multiple :ref:`DMX_EXPBUF` calls.50 After calling :ref:`DMX_EXPBUF` the ``fd`` field will be set by a69 if (ioctl(v4lfd, DMX_EXPBUF, &expbuf) == -1) {70 perror("DMX_EXPBUF");
326 #define DMX_EXPBUF _IOWR('o', 62, struct dmx_exportbuffer) macro
1150 case DMX_EXPBUF: in dvb_demux_do_ioctl()1312 case DMX_EXPBUF: in dvb_dvr_do_ioctl()
1190 COMPATIBLE_IOCTL(DMX_EXPBUF)