Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-querybuf.rst7 ioctl DMX_QUERYBUF
13 DMX_QUERYBUF - Query the status of a buffer
20 .. c:macro:: DMX_QUERYBUF
22 ``int ioctl(int fd, DMX_QUERYBUF, struct dvb_buffer *argp)``
44 After calling :ref:`DMX_QUERYBUF` with a pointer to this structure,
H A Ddmx-mmap.rst75 :ref:`DMX_QUERYBUF` ioctl.
86 :ref:`DMX_QUERYBUF` ioctl. Buffers must be allocated with the
H A Ddmx-qbuf.rst48 by a :ref:`DMX_QUERYBUF` ioctl will do as well.
/linux/include/uapi/linux/dvb/
H A Ddmx.h310 #define DMX_QUERYBUF _IOWR('o', 61, struct dmx_buffer) macro