Searched refs:frontend (Results 76 - 86 of 86) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110.c58 #include <linux/dvb/frontend.h>
152 /* remaining inits according to card and frontend type */
294 if (!dvbdmxfilter->feed->demux->dmx.frontend)
296 if (dvbdmxfilter->feed->demux->dmx.frontend->source == DMX_MEMORY_FE)
948 if (!demux->dmx.frontend)
957 switch (demux->dmx.frontend->source) {
975 (demux->dmx.frontend->source != DMX_MEMORY_FE)) {
991 if (demux->dmx.frontend->source != DMX_MEMORY_FE) {
1023 (demux->dmx.frontend->source != DMX_MEMORY_FE))
1032 if (demux->dmx.frontend
[all...]
H A Dbudget-core.c322 if (!demux->dmx.frontend)
528 /* frontend power on */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dmt2060.c27 #include <linux/dvb/frontend.h>
H A Ddvb-pll.c22 #include <linux/dvb/frontend.h>
H A Dtda827x.c22 #include <linux/dvb/frontend.h>
499 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddvb-bt8xx.c76 if (!dvbdmx->dmx.frontend)
96 if (!dvbdmx->dmx.frontend)
548 * Reset the frontend, must be called before trying
550 * will fail. Same goes for the nxt6000 frontend.
579 /* Set pin 27 of the lgdt3303 chip high to reset the frontend */
621 * It is possible to determine the correct frontend using the I2C bus (see the Nebula SDK);
622 * this would be a cleaner solution than trying each frontend in turn.
661 /* DST is not a frontend driver !!! */
672 /* DST is not a frontend, attaching the ASIC */
679 card->fe = &state->frontend;
[all...]
H A Ddst.c1743 memcpy(&state->frontend.ops, &dst_dvbt_ops, sizeof(struct dvb_frontend_ops));
1746 memcpy(&state->frontend.ops, &dst_dvbc_ops, sizeof(struct dvb_frontend_ops));
1749 memcpy(&state->frontend.ops, &dst_dvbs_ops, sizeof(struct dvb_frontend_ops));
1752 memcpy(&state->frontend.ops, &dst_atsc_ops, sizeof(struct dvb_frontend_ops));
1759 state->frontend.demodulator_priv = state;
1761 return state; /* Manu (DST is a card not a frontend) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/cinergyT2/
H A DcinergyT2.c30 #include <linux/dvb/frontend.h>
375 * convert linux-dvb frontend parameter set into TPS.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddmxdev.c163 dmxdev->dvr_orig_fe = dmxdev->demux->frontend;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c36 #include <linux/dvb/frontend.h>
52 frontend. never tested.
1555 printk("dvb-ttusb-budget: A frontend driver was not found for device %04x/%04x\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c113 #include <linux/dvb/frontend.h>

Completed in 146 milliseconds

1234