Home
last modified time | relevance | path

Searched refs:DMX_SET_FILTER (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-set-filter.rst7 DMX_SET_FILTER title
13 DMX_SET_FILTER
18 .. c:macro:: DMX_SET_FILTER
20 ``int ioctl(int fd, DMX_SET_FILTER, struct dmx_sct_filter_params *params)``
H A Ddmx-start.rst32 via the ioctl calls :ref:`DMX_SET_FILTER` or :ref:`DMX_SET_PES_FILTER`.
53 :ref:`DMX_SET_FILTER` or :ref:`DMX_SET_PES_FILTER` ioctls.
H A Ddmx-stop.rst32 via the ioctl calls :ref:`DMX_SET_FILTER` or :ref:`DMX_SET_PES_FILTER` and
H A Ddmx-fread.rst70 See ioctl :ref:`DMX_SET_FILTER` for how to set a timeout.
/linux/include/uapi/linux/dvb/
H A Ddmx.h291 #define DMX_SET_FILTER _IOW('o', 43, struct dmx_sct_filter_params) macro