Lines Matching full:frontend
3 Digital TV Frontend kABI
6 Digital TV Frontend
9 The Digital TV Frontend kABI defines a driver-internal interface for
11 frontend layer. It is only of interest for Digital TV device driver writers.
102 standards, they're specified in Hz. Due to that, if the same frontend
139 The core frontend support also supports
145 Attaching frontend driver to the bridge driver
148 Before using the Digital TV frontend core, the bridge driver should attach
149 the frontend demod, tuner and SEC devices and call
151 in order to register the new frontend at the subsystem. At device
154 remove the frontend from the core and then :c:func:`dvb_frontend_detach()`
155 to free the memory allocated by the frontend drivers.
166 Digital TV Frontend statistics argument
173 :ref:`statistics <frontend-stat-properties>` meant to help tuning the device
182 scale at its init code. For example, if the frontend provides signal
216 - Typically obtained from the gain applied to the tuner and/or frontend
241 as the frontend measures it indirectly from other parameters (e. g. after
329 On almost all frontend hardware, the bit and byte counts are stored by
420 * On this particular frontend, there's no register that
436 the frontend core will automatically call this function periodically
437 (usually, 3 times per second, when the frontend is locked).
442 Digital TV Frontend functions and types