Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/dvb/
Ddmx-start.rst7 DMX_START title
13 DMX_START
18 .. c:macro:: DMX_START
20 ``int ioctl(int fd, DMX_START)``
Ddmx-stop.rst33 started via the :ref:`DMX_START` command.
Ddmx-set-filter.rst43 :ref:`DMX_START` ioctl call). If a filter was previously set-up, this
/linux-6.12.1/include/uapi/linux/dvb/
Ddmx.h289 #define DMX_START _IO('o', 41) macro
/linux-6.12.1/drivers/media/dvb-core/
Ddmxdev.c1041 case DMX_START: in dvb_demux_do_ioctl()