Home
last modified time | relevance | path

Searched refs:DMX_REQBUFS (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-reqbufs.rst4 ioctl DMX_REQBUFS
10 DMX_REQBUFS - Initiate Memory Mapping and/or DMA buffer I/O
18 .. c:function:: int ioctl( int fd, DMX_REQBUFS, struct dmx_requestbuffers *argp )
19 :name: DMX_REQBUFS
60 Applications can call :ref:`DMX_REQBUFS` again to change the number of
Ddmx-querybuf.rst37 been allocated with the :ref:`DMX_REQBUFS` ioctl.
40 to the number of buffers allocated with :ref:`DMX_REQBUFS`
Ddmx-expbuf.rst37 buffers have been allocated with the :ref:`DMX_REQBUFS` ioctl.
41 range from zero to the number of buffers allocated with :ref:`DMX_REQBUFS`
Ddmx-mmap.rst87 :ref:`DMX_REQBUFS` ioctl before they can be queried.
112 :ref:`DMX_REQBUFS` ioctl.
Ddmx-qbuf.rst44 :ref:`DMX_REQBUFS` (struct :c:type:`dmx_requestbuffers` ``count``) minus
/Linux-v4.19/include/uapi/linux/dvb/
Ddmx.h324 #define DMX_REQBUFS _IOWR('o', 60, struct dmx_requestbuffers) macro
/Linux-v4.19/drivers/media/dvb-core/
Ddmxdev.c1132 case DMX_REQBUFS: in dvb_demux_do_ioctl()
1304 case DMX_REQBUFS: in dvb_dvr_do_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c1188 COMPATIBLE_IOCTL(DMX_REQBUFS)