Lines Matching +full:re +full:- +full:tuning
1 .. SPDX-License-Identifier: GPL-2.0
4 ---------------------
9 The Kernel Digital TV Demux kABI defines a driver-internal interface for
10 registering low-level, hardware specific driver to a hardware independent
20 Each demux receives its TS input from a DVB front-end or from memory, as
21 set via this demux kABI. In a system with more than one front-end, the kABI
22 can be used to select one of the DVB front-ends as a TS source for a demux,
25 The demux kABI only controls front-ends regarding to their connections with
26 demuxes; the kABI used to set the other front-end parameters, such as
27 tuning, are defined via the Digital TV Frontend kABI.
51 This kernel-space API comprises the callback functions that deliver filtered
61 The functions that implement the callback API need not be re-entrant: when
74 .. kernel-doc:: include/media/dmxdev.h
76 High-level Digital TV demux interface
79 .. kernel-doc:: include/media/dvb_demux.h
81 Driver-internal low-level hardware specific driver demux interface
84 .. kernel-doc:: include/media/demux.h