Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-get-stc.rst20 ``int ioctl(int fd, DMX_GET_STC, struct dmx_stc *stc)``
29 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/include/uapi/linux/dvb/
H A Ddmx.h187 * struct dmx_stc - Stores System Time Counter (STC) information.
193 struct dmx_stc { struct
295 #define DMX_GET_STC _IOWR('o', 50, struct dmx_stc)
194 numdmx_stc global() argument
195 basedmx_stc global() argument
196 stcdmx_stc global() argument
/linux/drivers/media/dvb-core/
H A Ddmxdev.c1104 ((struct dmx_stc *)parg)->num, in dvb_demux_do_ioctl()
1105 &((struct dmx_stc *)parg)->stc, in dvb_demux_do_ioctl()
1106 &((struct dmx_stc *)parg)->base); in dvb_demux_do_ioctl()