Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/dvb/
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)``
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.
Ddmx-stop.rst32 via the ioctl calls :ref:`DMX_SET_FILTER` or :ref:`DMX_SET_PES_FILTER` and
Ddmx-fread.rst70 See ioctl :ref:`DMX_SET_FILTER` for how to set a timeout.
/linux-6.12.1/include/uapi/linux/dvb/
Ddmx.h291 #define DMX_SET_FILTER _IOW('o', 43, struct dmx_sct_filter_params) macro
/linux-6.12.1/drivers/media/dvb-core/
Ddmxdev.c1062 case DMX_SET_FILTER: in dvb_demux_do_ioctl()