Searched refs:frontend (Results 126 - 150 of 170) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib3000mb_priv.h90 /* frontend state */
97 struct dvb_frontend frontend; member in struct:dib3000_state
H A Dnxt200x.c57 struct dvb_frontend frontend; member in struct:nxt200x_state
851 /* the value reported back from the frontend will be FFFF=32db 0000=0db */
908 /* soft reset everything (agc,frontend,eq,fec)*/
973 /* soft reset everything (agc,frontend,eq,fec)*/
1194 memcpy(&state->frontend.ops, &nxt200x_ops, sizeof(struct dvb_frontend_ops));
1195 state->frontend.demodulator_priv = state;
1196 return &state->frontend;
1208 .name = "Nextwave NXT200X VSB/QAM frontend",
1234 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Ds5h1420.c47 struct dvb_frontend frontend; member in struct:s5h1420_state
911 memcpy(&state->frontend.ops, &s5h1420_ops, sizeof(struct dvb_frontend_ops));
912 state->frontend.demodulator_priv = state;
926 return &state->frontend;
H A Dsi21xx.c142 struct dvb_frontend frontend; member in struct:si21xx_state
951 memcpy(&state->frontend.ops, &si21xx_ops,
953 state->frontend.demodulator_priv = state;
954 return &state->frontend;
963 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstb0899_priv.h212 struct dvb_frontend frontend; member in struct:stb0899_state
H A Dstb6000.c25 #include <linux/dvb/frontend.h>
252 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstv0900_priv.h346 struct dvb_frontend frontend; member in struct:stv0900_state
H A Dstv090x_priv.h253 struct dvb_frontend frontend; member in struct:stv090x_state
H A Dtda10086.c38 struct dvb_frontend frontend; member in struct:tda10086_state
763 memcpy(&state->frontend.ops, &tda10086_ops, sizeof(struct dvb_frontend_ops));
764 state->frontend.demodulator_priv = state;
765 return &state->frontend;
769 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dtua6100.c33 #include <linux/dvb/frontend.h>
H A Dzl10039.c26 #include <linux/dvb/frontend.h>
304 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Daf9013.c41 struct dvb_frontend frontend; member in struct:af9013_state
1647 memcpy(&state->frontend.ops, &af9013_ops,
1649 state->frontend.demodulator_priv = state;
1651 return &state->frontend;
1696 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dzl10036.c31 #include <linux/dvb/frontend.h>
516 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dlgs8gxx.c44 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
573 /* LGS8913 demod frontend functions */
1056 memcpy(&priv->frontend.ops, &lgs8gxx_ops,
1058 priv->frontend.demodulator_priv = priv;
1063 return &priv->frontend;
H A Dmb86a16.c39 struct dvb_frontend frontend; member in struct:mb86a16_state
1866 memcpy(&state->frontend.ops, &mb86a16_ops, sizeof(struct dvb_frontend_ops));
1867 state->frontend.demodulator_priv = state;
1868 state->frontend.ops.set_voltage = state->config->set_voltage;
1870 return &state->frontend;
H A Dstv090x.c29 #include <linux/dvb/frontend.h>
1675 struct dvb_frontend *fe = &state->frontend;
2124 struct dvb_frontend *fe = &state->frontend;
2583 struct dvb_frontend *fe = &state->frontend;
2832 struct dvb_frontend *fe = &state->frontend;
3160 struct dvb_frontend *fe = &state->frontend;
4568 state->frontend.ops = stv090x_ops;
4569 state->frontend.demodulator_priv = state;
4586 return &state->frontend;
4602 if (stv090x_sleep(&state->frontend) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828.h96 struct dvb_frontend *frontend; member in struct:au0828_dvb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c105 struct dmx_frontend frontend; member in struct:ttusb_dec
1059 if (!dvbdmx->dmx.frontend)
1491 dec->frontend.source = DMX_FRONTEND_0;
1494 &dec->frontend)) < 0) {
1506 &dec->frontend)) < 0) {
1510 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend);
1529 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend);
1675 printk("dvb-ttusb-dec: A frontend driver was not found for device [%04x:%04x]\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164.h173 struct dvb_frontend *frontend; member in struct:saa7164_dvb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmc44s803.c24 #include <linux/dvb/frontend.h>
H A Dmt2131.c24 #include <linux/dvb/frontend.h>
H A Dmax2165.c26 #include <linux/dvb/frontend.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Daf9005-fe.c59 struct dvb_frontend frontend; member in struct:af9005_fe_state
1432 deb_info("attaching frontend af9005\n");
1437 memcpy(&state->frontend.ops, &af9005_fe_ops,
1439 state->frontend.demodulator_priv = state;
1441 return &state->frontend;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddvb-bt8xx.c77 if (!dvbdmx->dmx.frontend)
97 if (!dvbdmx->dmx.frontend)
549 * Reset the frontend, must be called before trying
551 * will fail. Same goes for the nxt6000 frontend.
580 /* Set pin 27 of the lgdt3303 chip high to reset the frontend */
623 * It is possible to determine the correct frontend using the I2C bus (see the Nebula SDK);
624 * this would be a cleaner solution than trying each frontend in turn.
663 /* DST is not a frontend driver !!! */
674 /* DST is not a frontend, attaching the ASIC */
681 card->fe = &state->frontend;
[all...]
H A Ddst.c1735 memcpy(&state->frontend.ops, &dst_dvbt_ops, sizeof(struct dvb_frontend_ops));
1738 memcpy(&state->frontend.ops, &dst_dvbc_ops, sizeof(struct dvb_frontend_ops));
1741 memcpy(&state->frontend.ops, &dst_dvbs_ops, sizeof(struct dvb_frontend_ops));
1744 memcpy(&state->frontend.ops, &dst_atsc_ops, sizeof(struct dvb_frontend_ops));
1751 state->frontend.demodulator_priv = state;
1753 return state; /* Manu (DST is a card not a frontend) */

Completed in 383 milliseconds

1234567