Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-get-stc.rst18 .. c:function:: int ioctl( int fd, DMX_GET_STC, struct dmx_stc *stc)
28 Pointer to :c:type:`dmx_stc` where the stc data is to be stored.
37 setting the :c:type:`num <dmx_stc>` field of stc before the ioctl (range 0...n).
/Linux-v4.19/include/uapi/linux/dvb/
Ddmx.h208 struct dmx_stc { struct
310 #define DMX_GET_STC _IOWR('o', 50, struct dmx_stc)
/Linux-v4.19/drivers/media/dvb-core/
Ddmxdev.c1108 ((struct dmx_stc *)parg)->num, in dvb_demux_do_ioctl()
1109 &((struct dmx_stc *)parg)->stc, in dvb_demux_do_ioctl()
1110 &((struct dmx_stc *)parg)->base); in dvb_demux_do_ioctl()