Home
last modified time | relevance | path

Searched refs:DMX_SET_PES_FILTER (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-set-pes-filter.rst7 DMX_SET_PES_FILTER title
13 DMX_SET_PES_FILTER
18 .. c:macro:: DMX_SET_PES_FILTER
20 ``int ioctl(int fd, DMX_SET_PES_FILTER, struct dmx_pes_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-add-pid.rst35 previously set up with :ref:`DMX_SET_PES_FILTER` and output equal to
H A Ddmx-remove-pid.rst37 :ref:`DMX_SET_PES_FILTER` or :ref:`DMX_ADD_PID`.
/openbmc/linux/include/uapi/linux/dvb/
H A Ddmx.h292 #define DMX_SET_PES_FILTER _IOW('o', 44, struct dmx_pes_filter_params) macro
/openbmc/linux/drivers/media/dvb-core/
H A Ddmxdev.c1071 case DMX_SET_PES_FILTER: in dvb_demux_do_ioctl()