Lines Matching +full:pre +full:- +full:filled
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/media/uapi/fdl-appendix.rst.
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
10 .. _frontend-stat-properties:
34 The number of filled elements are stored at ``dtv_property.stat.len``.
39 - ``svalue`` or ``uvalue``, where ``svalue`` is for signed values of
43 - ``scale`` - Scale for the value. It can be:
45 - ``FE_SCALE_NOT_AVAILABLE`` - The parameter is supported by the
49 - ``FE_SCALE_DECIBEL`` - parameter is a signed value, measured in
52 - ``FE_SCALE_RELATIVE`` - parameter is a unsigned value, where 0
55 - ``FE_SCALE_COUNTER`` - parameter is a unsigned value that counts
60 .. _DTV-STAT-SIGNAL-STRENGTH:
70 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
73 - ``FE_SCALE_DECIBEL`` - signal strength is in 0.001 dBm units, power
76 - ``FE_SCALE_RELATIVE`` - The frontend provides a 0% to 100%
80 .. _DTV-STAT-CNR:
89 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
92 - ``FE_SCALE_DECIBEL`` - Signal/Noise ratio is in 0.001 dB units.
94 - ``FE_SCALE_RELATIVE`` - The frontend provides a 0% to 100%
98 .. _DTV-STAT-PRE-ERROR-BIT-COUNT:
112 :ref:`DTV_STAT_PRE_TOTAL_BIT_COUNT <DTV-STAT-PRE-TOTAL-BIT-COUNT>`.
120 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
123 - ``FE_SCALE_COUNTER`` - Number of error bits counted before the inner
127 .. _DTV-STAT-PRE-TOTAL-BIT-COUNT:
134 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`
148 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
151 - ``FE_SCALE_COUNTER`` - Number of bits counted while measuring
152 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`.
155 .. _DTV-STAT-POST-ERROR-BIT-COUNT:
169 :ref:`DTV_STAT_POST_TOTAL_BIT_COUNT <DTV-STAT-POST-TOTAL-BIT-COUNT>`.
177 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
180 - ``FE_SCALE_COUNTER`` - Number of error bits counted after the inner
184 .. _DTV-STAT-POST-TOTAL-BIT-COUNT:
191 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`
205 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
208 - ``FE_SCALE_COUNTER`` - Number of bits counted while measuring
209 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`.
212 .. _DTV-STAT-ERROR-BLOCK-COUNT:
218 correction coding (after Reed-Solomon or other outer code).
226 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
229 - ``FE_SCALE_COUNTER`` - Number of error blocks counted after the outer
233 .. _DTV-STAT-TOTAL-BLOCK-COUNT:
235 DTV-STAT_TOTAL_BLOCK_COUNT
239 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>`
243 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>` by
244 :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`.
248 - ``FE_SCALE_NOT_AVAILABLE`` - it failed to measure it, or the
251 - ``FE_SCALE_COUNTER`` - Number of blocks counted while measuring
252 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>`.