Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/dvb/
Dfrontend-stat-properties.rst16 The values are returned via ``dtv_property.stat``. If the property is
17 supported, ``dtv_property.stat.len`` is bigger than zero.
19 For most delivery systems, ``dtv_property.stat.len`` will be 1 if the
26 ``dtv_property.stat.len`` is updated to reflect the "global" metrics,
30 value at :c:type:`dtv_property.stat.dtv_stats <dtv_stats>` array refers
34 The number of filled elements are stored at ``dtv_property.stat.len``.
36 Each element of the ``dtv_property.stat.dtv_stats`` array consists on
Ddvbproperty.rst35 The actual action is determined by a set of dtv_property cmd/data pairs.
88 static struct dtv_property props[] = {
/Linux-v5.4/include/uapi/linux/dvb/
Dfrontend.h847 struct dtv_property { struct
874 struct dtv_property *props;
/Linux-v5.4/drivers/media/dvb-core/
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()