cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

demux.rst (583B)


      1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
      2
      3.. _dvb_demux:
      4
      5#######################
      6Digital TV Demux Device
      7#######################
      8
      9The Digital TV demux device controls the MPEG-TS filters for the
     10digital TV. If the driver and hardware supports, those filters are
     11implemented at the hardware. Otherwise, the Kernel provides a software
     12emulation.
     13
     14It can be accessed through ``/dev/adapter?/demux?``. Data types and
     15ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in
     16your application.
     17
     18
     19.. toctree::
     20    :maxdepth: 1
     21
     22    dmx_types
     23    dmx_fcalls