Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8-rc3 18 lines 398 B view raw
1.. -*- coding: utf-8; mode: rst -*- 2 3.. _dvb_demux: 4 5################ 6DVB Demux Device 7################ 8The DVB demux device controls the filters of the DVB hardware/software. 9It can be accessed through ``/dev/adapter?/demux?``. Data types and and 10ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in 11your application. 12 13 14.. toctree:: 15 :maxdepth: 1 16 17 dmx_types 18 dmx_fcalls