Home
last modified time | relevance | path

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

/openbmc/linux/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[] = {
/openbmc/linux/include/uapi/linux/dvb/
H A Dfrontend.h896 struct dtv_property { struct
923 struct dtv_property *props;
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c1351 struct dtv_property *tvp, in dtv_property_process_get()
2223 fe, &getp, (struct dtv_property *)(tvp + i), file); in dvb_frontend_handle_compat_ioctl()
2366 struct dtv_property *tvp = NULL; in dvb_get_property()
2408 tvps->num * sizeof(struct dtv_property))) { in dvb_get_property()
2449 struct dtv_property *tvp = NULL; in dvb_frontend_handle_ioctl()