Home
last modified time | relevance | path

Searched full:frontends (Results 1 – 25 of 126) sorted by relevance

123456

/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dfrontends.rst12 .. kernel-doc:: drivers/media/dvb-frontends/a8293.h
13 .. kernel-doc:: drivers/media/dvb-frontends/af9013.h
14 .. kernel-doc:: drivers/media/dvb-frontends/ascot2e.h
15 .. kernel-doc:: drivers/media/dvb-frontends/cxd2820r.h
16 .. kernel-doc:: drivers/media/dvb-frontends/drxk.h
17 .. kernel-doc:: drivers/media/dvb-frontends/dvb-pll.h
18 .. kernel-doc:: drivers/media/dvb-frontends/helene.h
19 .. kernel-doc:: drivers/media/dvb-frontends/horus3a.h
20 .. kernel-doc:: drivers/media/dvb-frontends/ix2505v.h
21 .. kernel-doc:: drivers/media/dvb-frontends/m88ds3103.h
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/
H A Dkconfig-frontends_4.11.0.1.bb5 DESCRIPTION = "The kconfig-frontends project aims at centralising \
8 The kconfig-frontends package provides the kconfig parser, as well as all \
9 the frontends"
10 HOMEPAGE = "https://gitlab.com/ymorin/kconfig-frontends"
16 SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \
17 file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/
H A D0001-Makefile-ensure-frontends-exits-before-writing-into-.patch4 Subject: [PATCH] Makefile: ensure frontends/ exits before writing into it
7 tree then frontends/ won't exist so we need to create it.
23 bin_SCRIPTS += frontends/kconfig
25 frontends/kconfig: frontends/kconfig.in
/openbmc/linux/drivers/media/dvb-frontends/
H A DKconfig8 menu "Customise DVB Frontends"
11 comment "Multistandard (satellite) frontends"
29 Say Y when you want to support these frontends.
37 to support this demodulator based frontends
53 Say Y when you want to support these frontends.
62 Say Y when you want to support these frontends.
78 Say Y when you want to support these frontends.
80 comment "Multistandard (cable + terrestrial) frontends"
127 comment "DVB-S (satellite) frontends"
322 comment "DVB-T (terrestrial) frontends"
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A 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:
/openbmc/linux/include/media/
H A Ddvbdev.h89 * @mfe_shared: indicates mutually exclusive frontends.
92 * behavior of busy frontends: allowing read-only sharing
94 * of the frontends is already opened with write access.
96 * @mfe_lock: Lock to prevent using the other frontends when MFE is
117 int mfe_shared; /* indicates mutually exclusive frontends */
294 * capable of working with multiple tuners or multiple frontends, but it
295 * won't create links if the device has multiple tuners and multiple frontends
416 * In the past, DVB modules (mainly, frontends) were bound via dvb_attach()
456 * In the past, DVB modules (mainly, frontends) were bound via dvb_attach()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-dvb.c170 fe_id = vb2_dvb_find_frontend(&dev->frontends, fe); in cx88_dvb_bus_ctrl()
180 dev->frontends.active_fe_id = fe_id; in cx88_dvb_bus_ctrl()
184 dev->frontends.active_fe_id = 0; in cx88_dvb_bus_ctrl()
200 f = &core->dvbdev->frontends; in cx88_dvb_gate_ctrl()
615 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc3028()
651 fe0 = vb2_dvb_get_frontend(&dev->frontends, 1); in attach_xc4000()
785 mutex_init(&dev->frontends.lock); in cx8802_alloc_frontends()
786 INIT_LIST_HEAD(&dev->frontends.felist); in cx8802_alloc_frontends()
794 fe = vb2_dvb_alloc_frontend(&dev->frontends, i); in cx8802_alloc_frontends()
797 vb2_dvb_dealloc_frontends(&dev->frontends); in cx8802_alloc_frontends()
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dfrontend-cardlist.rst28 ATSC (North American/Korean Terrestrial/Cable DTV) frontends
48 DVB-C (cable) frontends
60 DVB-S (satellite) frontends
95 DVB-T (terrestrial) frontends
142 ISDB-S (satellite) & ISDB-T (terrestrial) frontends
152 ISDB-T (terrestrial) frontends
163 Multistandard (cable + terrestrial) frontends
176 Multistandard (satellite) frontends
219 Tools to develop new frontends
/openbmc/linux/drivers/media/
H A DKconfig41 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)"
49 frontends, that are used by any of the supported devices.
245 # Ancillary drivers (tuners, i2c, spi, frontends)
264 source "drivers/media/dvb-frontends/Kconfig"
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h65 * Frontends should ignore unknown in events.
71 * refresh. Frontends that keep the framebuffer constantly up-to-date
72 * just ignore it. Frontends that use the advice should immediately
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_bridge.h35 * @fe: The frontends. Obtained when probing the demodulator modules.
39 * @dmx_fe: The frontends associated with the demux.
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c139 f = &port->frontends; in cx23885_dvb_gate_ctrl()
1083 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register_ci_mac()
1092 memcpy(port->frontends.adapter.proposed_mac, in dvb_register_ci_mac()
1095 port->nr, port->frontends.adapter.proposed_mac); in dvb_register_ci_mac()
1103 .adapter = &port->frontends.adapter,/* for CI */ in dvb_register_ci_mac()
1121 memcpy(port->frontends.adapter.proposed_mac, eeprom + 0xa0, 6); in dvb_register_ci_mac()
1140 memcpy(port->frontends.adapter.proposed_mac, eeprom + 0xc0 + in dvb_register_ci_mac()
1154 sp2_config.dvb_adap = &port->frontends.adapter; in dvb_register_ci_mac()
1180 memcpy(port->frontends.adapter.proposed_mac, eeprom + 0xc0, 6); in dvb_register_ci_mac()
1210 fe0 = vb2_dvb_get_frontend(&port->frontends, 1); in dvb_register()
[all …]
/openbmc/linux/include/linux/
H A Dpstore.h102 * @flags: bitfield of frontends the backend can accept writes for
204 /* Supported frontends */
220 * ftrace related stuff: Both backends and frontends need these so expose
/openbmc/linux/include/xen/interface/io/
H A Dblkif.h24 * hold-off mechanism provided by the ring macros). Frontends must set
36 * Frontends that are aware of this feature and wish to use it can write the
41 * For frontends requesting just one queue, the usual event-channel and
46 * Frontends requesting two or more queues must not write the toplevel
/openbmc/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c174 /* unreset frontends bits[0:1] */ in netup_unidvb_dev_enable()
400 mutex_init(&ndev->frontends[num].lock); in netup_unidvb_dvb_init()
401 INIT_LIST_HEAD(&ndev->frontends[num].felist); in netup_unidvb_dvb_init()
404 if (vb2_dvb_alloc_frontend(&ndev->frontends[num], i+1) in netup_unidvb_dvb_init()
414 fes[i] = vb2_dvb_get_frontend(&ndev->frontends[num], i+1); in netup_unidvb_dvb_init()
417 "%s(): frontends has not been allocated\n", in netup_unidvb_dvb_init()
494 if (vb2_dvb_register_bus(&ndev->frontends[num], in netup_unidvb_dvb_init()
505 vb2_dvb_dealloc_frontends(&ndev->frontends[num]); in netup_unidvb_dvb_init()
517 vb2_dvb_unregister_bus(&ndev->frontends[num]); in netup_unidvb_dvb_fini()
H A DMakefile9 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/linux/drivers/media/pci/pluto2/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/
/openbmc/linux/drivers/media/pci/dm1105/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/linux/drivers/media/usb/ttusb-budget/
H A DMakefile4 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/qemu/docs/system/
H A Dkeys.rst3 Keys in the graphical frontends
/openbmc/linux/drivers/media/usb/as102/
H A DMakefile7 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/linux/drivers/media/pci/pt1/
H A DMakefile6 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/linux/drivers/media/pci/smipcie/
H A DMakefile8 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/linux/drivers/media/pci/pt3/
H A DMakefile7 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
/openbmc/linux/drivers/media/spi/
H A DMakefile3 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/cxd2880

123456