Home
last modified time | relevance | path

Searched refs:frontends (Results 1 – 25 of 66) sorted by relevance

123

/Linux-v4.19/Documentation/media/dvb-drivers/
Dfrontends.rst10 .. kernel-doc:: drivers/media/dvb-frontends/a8293.h
11 .. kernel-doc:: drivers/media/dvb-frontends/af9013.h
12 .. kernel-doc:: drivers/media/dvb-frontends/ascot2e.h
13 .. kernel-doc:: drivers/media/dvb-frontends/cxd2820r.h
14 .. kernel-doc:: drivers/media/dvb-frontends/drxk.h
15 .. kernel-doc:: drivers/media/dvb-frontends/dvb-pll.h
16 .. kernel-doc:: drivers/media/dvb-frontends/helene.h
17 .. kernel-doc:: drivers/media/dvb-frontends/horus3a.h
18 .. kernel-doc:: drivers/media/dvb-frontends/ix2505v.h
19 .. kernel-doc:: drivers/media/dvb-frontends/m88ds3103.h
[all …]
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddvb-frontend-parameters.rst44 In the case of QPSK frontends the ``frequency`` field specifies the
48 frontends the ``frequency`` specifies the absolute frequency and is
57 For satellite QPSK frontends you have to use the ``dvb_qpsk_parameters``
91 ATSC frontends are supported by the ``dvb_vsb_parameters`` structure:
106 DVB-T frontends are supported by the ``dvb_ofdm_parameters`` structure:
/Linux-v4.19/drivers/media/spi/
DMakefile5 ccflags-y += -Idrivers/media/dvb-frontends
6 ccflags-y += -Idrivers/media/dvb-frontends/cxd2880
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-dvb.c178 fe_id = vb2_dvb_find_frontend(&dev->frontends, fe); in cx88_dvb_bus_ctrl()
188 dev->frontends.active_fe_id = fe_id; in cx88_dvb_bus_ctrl()
192 dev->frontends.active_fe_id = 0; in cx88_dvb_bus_ctrl()
208 f = &core->dvbdev->frontends; in cx88_dvb_gate_ctrl()
623 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc3028()
659 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc4000()
793 mutex_init(&dev->frontends.lock); in cx8802_alloc_frontends()
794 INIT_LIST_HEAD(&dev->frontends.felist); in cx8802_alloc_frontends()
802 fe = vb2_dvb_alloc_frontend(&dev->frontends, i); in cx8802_alloc_frontends()
805 vb2_dvb_dealloc_frontends(&dev->frontends); in cx8802_alloc_frontends()
[all …]
/Linux-v4.19/drivers/media/
DKconfig202 comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)"
205 # Ancillary drivers (tuners, i2c, spi, frontends)
209 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)"
218 frontends, that are used by any of the supported devices.
240 source "drivers/media/dvb-frontends/Kconfig"
DMakefile13 obj-$(CONFIG_DVB_CORE) += dvb-frontends/
/Linux-v4.19/drivers/media/pci/dm1105/
DMakefile3 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/pci/pluto2/
DMakefile3 ccflags-y += -Idrivers/media/dvb-frontends/
/Linux-v4.19/drivers/media/usb/ttusb-budget/
DMakefile3 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-dvb.c149 f = &port->frontends; in cx23885_dvb_gate_ctrl()
1093 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register_ci_mac()
1102 memcpy(port->frontends.adapter.proposed_mac, in dvb_register_ci_mac()
1105 port->nr, port->frontends.adapter.proposed_mac); in dvb_register_ci_mac()
1113 .adapter = &port->frontends.adapter,/* for CI */ in dvb_register_ci_mac()
1131 memcpy(port->frontends.adapter.proposed_mac, eeprom + 0xa0, 6); in dvb_register_ci_mac()
1150 memcpy(port->frontends.adapter.proposed_mac, eeprom + 0xc0 + in dvb_register_ci_mac()
1164 sp2_config.dvb_adap = &port->frontends.adapter; in dvb_register_ci_mac()
1190 memcpy(port->frontends.adapter.proposed_mac, eeprom + 0xc0, 6); in dvb_register_ci_mac()
1220 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register()
[all …]
/Linux-v4.19/drivers/media/pci/pt1/
DMakefile5 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/pci/smipcie/
DMakefile8 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/pci/pt3/
DMakefile7 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/usb/as102/
DMakefile7 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/pci/ngene/
DMakefile10 ccflags-y += -Idrivers/media/dvb-frontends/
/Linux-v4.19/drivers/media/dvb-frontends/
DKconfig4 comment "Multistandard (satellite) frontends"
13 to support this demodulator based frontends
29 Say Y when you want to support these frontends.
38 Say Y when you want to support these frontends.
54 Say Y when you want to support these frontends.
63 Say Y when you want to support these frontends.
73 comment "Multistandard (cable + terrestrial) frontends"
120 comment "DVB-S (satellite) frontends"
316 comment "DVB-T (terrestrial) frontends"
549 source "drivers/media/dvb-frontends/cxd2880/Kconfig"
[all …]
/Linux-v4.19/drivers/media/platform/sti/c8sectpfe/
DMakefile8 ccflags-y += -Idrivers/media/dvb-frontends/
/Linux-v4.19/drivers/media/pci/netup_unidvb/
DMakefile9 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/dvb-frontends/cxd2880/
DMakefile18 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/pci/ddbridge/
DMakefile12 ccflags-y += -Idrivers/media/dvb-frontends/
/Linux-v4.19/drivers/media/usb/tm6000/
DMakefile14 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/common/b2c2/
DMakefile7 ccflags-y += -Idrivers/media/dvb-frontends/
/Linux-v4.19/drivers/media/pci/saa7164/
DMakefile9 ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
/Linux-v4.19/drivers/media/usb/au0828/
DMakefile15 ccflags-y += -Idrivers/media/dvb-frontends
/Linux-v4.19/drivers/media/pci/bt8xx/
DMakefile9 ccflags-y += -Idrivers/media/dvb-frontends

123