Home
last modified time | relevance | path

Searched refs:DMX_GET_STC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-get-stc.rst7 DMX_GET_STC chapter
13 DMX_GET_STC
18 .. c:macro:: DMX_GET_STC
20 ``int ioctl(int fd, DMX_GET_STC, struct dmx_stc *stc)``
/openbmc/linux/include/uapi/linux/dvb/
H A Ddmx.h295 #define DMX_GET_STC _IOWR('o', 50, struct dmx_stc) macro
/openbmc/linux/drivers/media/dvb-core/
H A Ddmxdev.c1097 case DMX_GET_STC: in dvb_demux_do_ioctl()