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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dor51211.c62 struct dvb_frontend frontend; member in struct:or51211_state
567 memcpy(&state->frontend.ops, &or51211_ops, sizeof(struct dvb_frontend_ops));
568 state->frontend.demodulator_priv = state;
569 return &state->frontend;
605 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dsp8870.c49 struct dvb_frontend frontend; member in struct:sp8870_state
468 The firmware of the sp8870 sometimes locks up after setting frontend parameters.
471 the frontend parameters again.
573 memcpy(&state->frontend.ops, &sp8870_ops, sizeof(struct dvb_frontend_ops));
574 state->frontend.demodulator_priv = state;
575 return &state->frontend;
614 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dtda8083.c8 adoption to the new DVB frontend API and diagnostic ioctl's
42 struct dvb_frontend frontend; member in struct:tda8083_state
264 if (sync & 0x20) /* frontend can not lock */
430 memcpy(&state->frontend.ops, &tda8083_ops, sizeof(struct dvb_frontend_ops));
431 state->frontend.demodulator_priv = state;
432 return &state->frontend;
479 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dzl10353.c36 struct dvb_frontend frontend; member in struct:zl10353_state
375 memcpy(&state->frontend.ops, &zl10353_ops, sizeof(struct dvb_frontend_ops));
376 state->frontend.demodulator_priv = state;
378 return &state->frontend;
420 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
423 MODULE_PARM_DESC(debug_regs, "Turn on/off frontend register dumps (default:off).");
H A Dlgdt330x.c55 MODULE_PARM_DESC(debug,"Turn on/off lgdt330x frontend debugging (default:off).");
68 struct dvb_frontend frontend; member in struct:lgdt330x_state
725 memcpy(&state->frontend.ops, &lgdt3302_ops, sizeof(struct dvb_frontend_ops));
728 memcpy(&state->frontend.ops, &lgdt3303_ops, sizeof(struct dvb_frontend_ops));
733 state->frontend.demodulator_priv = state;
742 return &state->frontend;
H A Dcx22702.c46 struct dvb_frontend frontend; member in struct:cx22702_state
489 memcpy(&state->frontend.ops, &cx22702_ops, sizeof(struct dvb_frontend_ops));
490 state->frontend.demodulator_priv = state;
491 return &state->frontend;
H A Dcx24110.c41 struct dvb_frontend frontend; member in struct:cx24110_state
479 /* no provision in hardware. Read the frontend AGC accumulator. No idea how to scale this, but I know it is 2s complement */
606 memcpy(&state->frontend.ops, &cx24110_ops, sizeof(struct dvb_frontend_ops));
607 state->frontend.demodulator_priv = state;
608 return &state->frontend;
651 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dl64781.c36 struct dvb_frontend frontend; member in struct:l64781_state
50 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
554 memcpy(&state->frontend.ops, &l64781_ops, sizeof(struct dvb_frontend_ops));
555 state->frontend.demodulator_priv = state;
556 return &state->frontend;
H A Dsp887x.c28 struct dvb_frontend frontend; member in struct:sp887x_state
572 memcpy(&state->frontend.ops, &sp887x_ops, sizeof(struct dvb_frontend_ops));
573 state->frontend.demodulator_priv = state;
574 return &state->frontend;
612 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstv0297.c36 struct dvb_frontend frontend; member in struct:stv0297_state
665 memcpy(&state->frontend.ops, &stv0297_ops, sizeof(struct dvb_frontend_ops));
666 state->frontend.demodulator_priv = state;
667 return &state->frontend;
H A Dstv0299.c60 struct dvb_frontend frontend; member in struct:stv0299_state
669 memcpy(&state->frontend.ops, &stv0299_ops, sizeof(struct dvb_frontend_ops));
670 state->frontend.demodulator_priv = state;
671 return &state->frontend;
724 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dtda10086.c39 struct dvb_frontend frontend; member in struct:tda10086_state
743 memcpy(&state->frontend.ops, &tda10086_ops, sizeof(struct dvb_frontend_ops));
744 state->frontend.demodulator_priv = state;
745 return &state->frontend;
749 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dtda826x.c24 #include <linux/dvb/frontend.h>
171 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dves1x93.c41 struct dvb_frontend frontend; member in struct:ves1x93_state
498 memcpy(&state->frontend.ops, &ves1x93_ops, sizeof(struct dvb_frontend_ops));
499 state->frontend.demodulator_priv = state;
500 return &state->frontend;
H A Dcx24123.c46 struct dvb_frontend frontend; member in struct:cx24123_state
430 if ((srate > state->frontend.ops.info.symbol_rate_max) ||
431 (srate < state->frontend.ops.info.symbol_rate_min))
653 dprintk("%s: init frontend\n",__FUNCTION__);
977 memcpy(&state->frontend.ops, &cx24123_ops, sizeof(struct dvb_frontend_ops));
978 state->frontend.demodulator_priv = state;
979 return &state->frontend;
1023 MODULE_PARM_DESC(debug, "Activates frontend debugging (default:0)");
H A Dbcm3510.c52 struct dvb_frontend frontend; member in struct:bcm3510_state
331 /* tuner frontend programming */
714 if ((ret = bcm3510_download_firmware(&st->frontend)) < 0 ||
776 memcpy(&state->frontend.ops, &bcm3510_ops, sizeof(struct dvb_frontend_ops));
777 state->frontend.demodulator_priv = state;
794 return &state->frontend;
805 .name = "Broadcom BCM3510 VSB/QAM frontend",
H A Ddib3000mb.c374 deb_setf("reading tuning data from frontend succeeded.\n");
788 memcpy(&state->frontend.ops, &dib3000mb_ops, sizeof(struct dvb_frontend_ops));
789 state->frontend.demodulator_priv = state;
797 return &state->frontend;
H A Dtda1004x.c1270 memcpy(&state->frontend.ops, &tda10045_ops, sizeof(struct dvb_frontend_ops));
1271 state->frontend.demodulator_priv = state;
1272 return &state->frontend;
1329 memcpy(&state->frontend.ops, &tda10046_ops, sizeof(struct dvb_frontend_ops));
1330 state->frontend.demodulator_priv = state;
1331 return &state->frontend;
1335 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Ddib3000mb_priv.h94 /* frontend state */
101 struct dvb_frontend frontend; member in struct:dib3000_state
H A Dnxt200x.c59 struct dvb_frontend frontend; member in struct:nxt200x_state
860 /* the value reported back from the frontend will be FFFF=32db 0000=0db */
916 /* soft reset everything (agc,frontend,eq,fec)*/
980 /* soft reset everything (agc,frontend,eq,fec)*/
1201 memcpy(&state->frontend.ops, &nxt200x_ops, sizeof(struct dvb_frontend_ops));
1202 state->frontend.demodulator_priv = state;
1203 return &state->frontend;
1215 .name = "Nextwave NXT200X VSB/QAM frontend",
1241 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Ds5h1420.c42 struct dvb_frontend frontend; member in struct:s5h1420_state
778 memcpy(&state->frontend.ops, &s5h1420_ops, sizeof(struct dvb_frontend_ops));
779 state->frontend.demodulator_priv = state;
780 return &state->frontend;
H A Dtua6100.c32 #include <linux/dvb/frontend.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A DMakefile37 OBJS1 = $(DHCPD_OBJS) $(DHCPC_OBJS) $(OBJS_SHARED) frontend.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h39 #include <linux/dvb/frontend.h>
108 /* get frontend tuning algorithm from the module */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-dec/
H A Dttusb_dec.c104 struct dmx_frontend frontend; member in struct:ttusb_dec
1058 if (!dvbdmx->dmx.frontend)
1480 dec->frontend.source = DMX_FRONTEND_0;
1483 &dec->frontend)) < 0) {
1495 &dec->frontend)) < 0) {
1499 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend);
1518 dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend);
1664 printk("dvb-ttusb-dec: A frontend driver was not found for device %04x/%04x\n",

Completed in 223 milliseconds

1234