Home
last modified time | relevance | path

Searched refs:dtv_property (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst9 The values are returned via ``dtv_property.stat``. If the property is
10 supported, ``dtv_property.stat.len`` is bigger than zero.
12 For most delivery systems, ``dtv_property.stat.len`` will be 1 if the
19 ``dtv_property.stat.len`` is updated to reflect the "global" metrics,
23 value at :c:type:`dtv_property.stat.dtv_stats <dtv_stats>` array refers
27 The number of filled elements are stored at ``dtv_property.stat.len``.
29 Each element of the ``dtv_property.stat.dtv_stats`` array consists on
H A Ddvbproperty.rst28 The actual action is determined by a set of dtv_property cmd/data pairs.
81 static struct dtv_property props[] = {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dfrontend.h847 struct dtv_property { struct
874 struct dtv_property *props;
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h847 struct dtv_property { struct
874 struct dtv_property *props;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dfrontend.h847 struct dtv_property { struct
874 struct dtv_property *props;
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c1340 struct dtv_property *tvp, in dtv_property_process_get()
2141 fe, &getp, (struct dtv_property *)(tvp + i), file); in dvb_frontend_handle_compat_ioctl()
2321 struct dtv_property *tvp = NULL; in dvb_get_property()
2362 tvps->num * sizeof(struct dtv_property))) { in dvb_get_property()
2403 struct dtv_property *tvp = NULL; in dvb_frontend_handle_ioctl()