Lines Matching +full:data +full:- +full:independent
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
37 Whenever the functions of the demux API modify shared data, the
51 This kernel-space API comprises the callback functions that deliver filtered
52 data to the demux client. Unlike the other DVB kABIs, these functions are
57 registered and used independent of each other. As an example, it is possible
61 The functions that implement the callback API need not be re-entrant: when
71 Digital TV Demux device registration functions and data structures
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