Searched refs:frontend (Results 151 - 175 of 250) sorted by relevance

12345678910

/linux-master/drivers/media/dvb-frontends/
H A Dtda10086.c25 struct dvb_frontend frontend; member in struct:tda10086_state
755 memcpy(&state->frontend.ops, &tda10086_ops, sizeof(struct dvb_frontend_ops));
756 state->frontend.demodulator_priv = state;
757 return &state->frontend;
761 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dtda826x.c12 #include <linux/dvb/frontend.h>
170 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstv0299.c48 struct dvb_frontend frontend; member in struct:stv0299_state
696 memcpy(&state->frontend.ops, &stv0299_ops, sizeof(struct dvb_frontend_ops));
697 state->frontend.demodulator_priv = state;
698 return &state->frontend;
749 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstv0297.c24 struct dvb_frontend frontend; member in struct:stv0297_state
672 memcpy(&state->frontend.ops, &stv0297_ops, sizeof(struct dvb_frontend_ops));
673 state->frontend.demodulator_priv = state;
674 return &state->frontend;
H A Dstv0288.c30 struct dvb_frontend frontend; member in struct:stv0288_state
583 memcpy(&state->frontend.ops, &stv0288_ops,
585 state->frontend.demodulator_priv = state;
586 return &state->frontend;
600 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dcx24110.c27 struct dvb_frontend frontend; member in struct:cx24110_state
478 /* 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;
650 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Das102_fe.c13 struct dvb_frontend frontend; member in struct:as102_state
180 /* Set frontend arguments */
454 fe = &state->frontend;
460 /* init frontend callback ops */
H A Ds5h1411.c26 struct dvb_frontend frontend; member in struct:s5h1411_state
880 memcpy(&state->frontend.ops, &s5h1411_ops,
883 state->frontend.demodulator_priv = state;
885 if (s5h1411_init(&state->frontend) != 0) {
895 s5h1411_set_powerstate(&state->frontend, 1);
897 return &state->frontend;
H A Dlgdt3305.c11 #include <linux/dvb/frontend.h>
47 struct dvb_frontend frontend; member in struct:lgdt3305_state
1115 memcpy(&state->frontend.ops, &lgdt3304_ops,
1119 memcpy(&state->frontend.ops, &lgdt3305_ops,
1125 state->frontend.demodulator_priv = state;
1144 return &state->frontend;
H A Dcx24123.c30 MODULE_PARM_DESC(debug, "Activates frontend debugging (default:0)");
47 struct dvb_frontend frontend; member in struct:cx24123_state
448 if ((srate > state->frontend.ops.info.symbol_rate_max) ||
449 (srate < state->frontend.ops.info.symbol_rate_min))
691 dprintk("init frontend\n");
1073 memcpy(&state->frontend.ops, &cx24123_ops,
1075 state->frontend.demodulator_priv = state;
1092 return &state->frontend;
H A Dlgdt3306a.c14 #include <linux/dvb/frontend.h>
67 struct dvb_frontend frontend; member in struct:lgdt3306a_state
1764 /* set frontend */
1812 memcpy(&state->frontend.ops, &lgdt3306a_ops,
1814 state->frontend.demodulator_priv = state;
1855 return &state->frontend;
2161 return lgdt3306a_i2c_gate_ctrl(&state->frontend, 1);
2169 return lgdt3306a_i2c_gate_ctrl(&state->frontend, 0);
2195 state->frontend.ops.release = NULL;
2234 state->frontend
[all...]
H A Dlg2160.c9 #include <linux/dvb/frontend.h>
43 struct dvb_frontend frontend; member in struct:lg216x_state
1413 memcpy(&state->frontend.ops, &lg2160_ops,
1417 memcpy(&state->frontend.ops, &lg2161_ops,
1422 state->frontend.demodulator_priv = state;
1425 state->frontend.dtv_property_cache.atscmh_parade_id = 1;
1427 return &state->frontend;
H A Dds3000.c223 struct dvb_frontend frontend; member in struct:ds3000_state
850 memcpy(&state->frontend.ops, &ds3000_ops,
852 state->frontend.demodulator_priv = state;
859 ds3000_set_voltage(&state->frontend, SEC_VOLTAGE_OFF);
860 return &state->frontend;
1125 MODULE_PARM_DESC(debug, "Activates frontend debugging (default:0)");
H A Dlgdt330x.c40 MODULE_PARM_DESC(debug, "Turn on/off lgdt330x frontend debugging (default:off).");
53 struct dvb_frontend frontend; member in struct:lgdt330x_state
854 return &state->frontend;
879 memcpy(&state->frontend.ops, &lgdt3302_ops,
883 memcpy(&state->frontend.ops, &lgdt3303_ops,
889 state->frontend.demodulator_priv = state;
891 /* Setup get frontend callback */
H A Dbcm3510.c54 struct dvb_frontend frontend; member in struct:bcm3510_state
362 /* tuner frontend programming */
751 if ((ret = bcm3510_download_firmware(&st->frontend)) < 0 ||
813 memcpy(&state->frontend.ops, &bcm3510_ops, sizeof(struct dvb_frontend_ops));
814 state->frontend.demodulator_priv = state;
831 return &state->frontend;
842 .name = "Broadcom BCM3510 VSB/QAM frontend",
H A Ddib3000mb.c351 deb_setf("reading tuning data from frontend succeeded.\n");
765 memcpy(&state->frontend.ops, &dib3000mb_ops, sizeof(struct dvb_frontend_ops));
766 state->frontend.demodulator_priv = state;
774 return &state->frontend;
H A Dtda1004x.c1300 memcpy(&state->frontend.ops, &tda10045_ops, sizeof(struct dvb_frontend_ops));
1301 state->frontend.demodulator_priv = state;
1302 return &state->frontend;
1369 memcpy(&state->frontend.ops, &tda10046_ops, sizeof(struct dvb_frontend_ops));
1370 state->frontend.demodulator_priv = state;
1371 return &state->frontend;
1375 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dcx24116.c37 MODULE_PARM_DESC(debug, "Activates frontend debugging (default:0)");
177 struct dvb_frontend frontend; member in struct:cx24116_state
448 if ((rate > state->frontend.ops.info.symbol_rate_max) ||
449 (rate < state->frontend.ops.info.symbol_rate_min)) {
1131 memcpy(&state->frontend.ops, &cx24116_ops,
1133 state->frontend.demodulator_priv = state;
1134 return &state->frontend;
H A Ddrxk_hard.h212 struct dvb_frontend frontend; member in struct:drxk_state
H A Dstb0899_priv.h200 struct dvb_frontend frontend; member in struct:stb0899_state
H A Dstv0900_priv.h331 struct dvb_frontend frontend; member in struct:stv0900_state
H A Ddib3000mb_priv.h85 /* frontend state */
92 struct dvb_frontend frontend; member in struct:dib3000_state
H A Dstv090x_priv.h241 struct dvb_frontend frontend; member in struct:stv090x_state
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_bridge.c224 if (!demux->dmx.frontend)
263 return &state->frontend;
356 /* retrieve a ptr to the frontend state */
450 * The source of the demux is a frontend connected
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_backend.h171 struct sun4i_frontend *frontend; member in struct:sun4i_backend
182 /* Protects against races in the frontend teardown */

Completed in 192 milliseconds

12345678910