Searched refs:frontend (Results 1 - 25 of 250) sorted by last modified time

12345678910

/linux-master/arch/x86/events/
H A Dcore.c1915 EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND );
/linux-master/drivers/media/tuners/
H A Dxc4000.c16 #include <linux/dvb/frontend.h>
/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/media/pci/cx23885/
H A Dcx23885-video.c1043 fe = vfe->dvb.frontend;
H A Dcx23885-dvb.c146 if (fe && fe->dvb.frontend && fe->dvb.frontend->ops.i2c_gate_ctrl)
147 fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open);
631 /* call the frontend set_voltage function */
659 /* call the frontend set_voltage function */
1209 /* Get the first frontend */
1217 /* multi-frontend gate control is undefined or defaults to fe0 */
1223 /* init frontend */
1227 fe0->dvb.frontend
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dzl10036.c19 #include <linux/dvb/frontend.h>
502 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstv6110x_priv.h57 struct dvb_frontend *frontend; member in struct:stv6110x_state
H A Dtda8083.h9 adoption to the new DVB frontend API and diagnostic ioctl's
18 #include <linux/dvb/frontend.h>
H A Ddvb-pll.c13 #include <linux/dvb/frontend.h>
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 Dcx24110.h15 #include <linux/dvb/frontend.h>
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 Dcx24117.c199 struct dvb_frontend frontend; member in struct:cx24117_state
1172 "%s: Error attaching frontend %d\n",
1195 "%s: Attaching frontend %d\n",
1199 memcpy(&state->frontend.ops, &cx24117_ops,
1201 state->frontend.demodulator_priv = state;
1202 return &state->frontend;
/linux-master/crypto/
H A Dahash.c603 spawn->base.frontend = &crypto_ahash_type;
H A Dlskcipher.c396 spawn->base.frontend = &crypto_lskcipher_type;
H A Dskcipher.c894 spawn->base.frontend = &crypto_skcipher_type;
H A Dshash.c297 spawn->base.frontend = &crypto_shash_type;
H A Dalgapi.c737 alg = crypto_find_alg(name, spawn->frontend,
835 tfm = crypto_create_tfm(alg, spawn->frontend);
1042 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, argument
1046 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask);
/linux-master/tools/perf/tests/shell/
H A Dstat+std_output.sh14 event_name=(cpu-clock task-clock context-switches cpu-migrations page-faults stalled-cycles-frontend stalled-cycles-backend cycles instructions branches branch-misses)
15 event_metric=("CPUs utilized" "CPUs utilized" "/sec" "/sec" "/sec" "frontend cycles idle" "backend cycles idle" "GHz" "insn per cycle" "/sec" "of all branches")
/linux-master/drivers/media/common/siano/
H A Dsmsdvb-main.c119 container_of(fe, struct smsdvb_client_t, frontend);
243 struct dvb_frontend *fe = &client->frontend;
260 struct dvb_frontend *fe = &client->frontend;
300 struct dvb_frontend *fe = &client->frontend;
352 struct dvb_frontend *fe = &client->frontend;
452 struct dvb_frontend *fe = &client->frontend;
547 struct dvb_frontend *fe = &client->frontend;
659 dvb_unregister_frontend(&client->frontend);
786 client = container_of(fe, struct smsdvb_client_t, frontend);
802 client = container_of(fe, struct smsdvb_client_t, frontend);
[all...]
/linux-master/arch/x86/events/intel/
H A Dcore.c5004 PMU_FORMAT_ATTR(frontend, "config1:0-23");
5826 FORMAT_ATTR_HYBRID(frontend, hybrid_big);
5835 FORMAT_HYBRID_PTR(frontend)
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c430 fes[0]->dvb.frontend = dvb_attach(cxd2841er_attach_s,
432 if (fes[0]->dvb.frontend == NULL) {
434 "%s(): unable to attach DVB-S/S2 frontend\n",
441 if (!dvb_attach(horus3a_attach, fes[0]->dvb.frontend,
444 "%s(): unable to attach HORUS3A DVB-S/S2 tuner frontend\n",
450 if (!dvb_attach(helene_attach_s, fes[0]->dvb.frontend,
453 "%s(): unable to attach HELENE DVB-S/S2 tuner frontend\n",
459 if (!dvb_attach(lnbh25_attach, fes[0]->dvb.frontend,
462 "%s(): unable to attach SEC frontend\n", __func__);
466 /* DVB-T/T2 frontend */
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-dvb.c172 pr_err("%s() No frontend found\n", __func__);
210 if (fe && fe->dvb.frontend && fe->dvb.frontend->ops.i2c_gate_ctrl)
211 fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open);
614 /* Get the first frontend */
619 if (!fe0->dvb.frontend) {
620 pr_err("dvb frontend not attached. Can't attach xc3028\n");
631 fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg);
634 dvb_frontend_detach(fe0->dvb.frontend);
[all...]
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c18 #include <linux/dvb/frontend.h>
/linux-master/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c68 if (!dvbdmx->dmx.frontend)
88 if (!dvbdmx->dmx.frontend)
544 * Reset the frontend, must be called before trying
546 * will fail. Same goes for the nxt6000 frontend.
575 /* Set pin 27 of the lgdt3303 chip high to reset the frontend */
619 * It is possible to determine the correct frontend using the I2C bus (see the Nebula SDK);
620 * this would be a cleaner solution than trying each frontend in turn.
659 /* DST is not a frontend driver !!! */
670 /* DST is not a frontend, attaching the ASIC */
678 card->fe = &state->frontend;
[all...]

Completed in 290 milliseconds

12345678910