Searched refs:frontend (Results 26 - 50 of 250) sorted by last modified time

12345678910

/linux-master/drivers/media/dvb-frontends/
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;
H A Dzl10353.c22 struct dvb_frontend frontend; member in struct:zl10353_state
615 memcpy(&state->frontend.ops, &zl10353_ops, sizeof(struct dvb_frontend_ops));
616 state->frontend.demodulator_priv = state;
618 return &state->frontend;
659 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
662 MODULE_PARM_DESC(debug_regs, "Turn on/off frontend register dumps (default:off).");
/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/pci/cx23885/
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/crypto/
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/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...]
H A Ddst.c1704 memcpy(&state->frontend.ops, &dst_dvbt_ops, sizeof(struct dvb_frontend_ops));
1707 memcpy(&state->frontend.ops, &dst_dvbc_ops, sizeof(struct dvb_frontend_ops));
1710 memcpy(&state->frontend.ops, &dst_dvbs_ops, sizeof(struct dvb_frontend_ops));
1713 memcpy(&state->frontend.ops, &dst_atsc_ops, sizeof(struct dvb_frontend_ops));
1720 state->frontend.demodulator_priv = state;
1722 return state; /* Manu (DST is a card not a frontend) */
/linux-master/tools/perf/util/
H A Dparse-events.l250 stalled-cycles-frontend|idle-cycles-frontend { return hw_term(yyscanner, PERF_COUNT_HW_STALLED_CYCLES_FRONTEND); }
303 stalled-cycles-frontend|idle-cycles-frontend { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_STALLED_CYCLES_FRONTEND); }
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c62 const char *devid, *type, *frontend; local
75 err = xenbus_gather(XBT_NIL, nodename, "frontend-id", "%i", &domid,
76 "frontend", NULL, &frontend,
80 if (strlen(frontend) == 0)
82 if (!err && !xenbus_exists(XBT_NIL, frontend, ""))
84 kfree(frontend);
132 /* backend/<typename>/<frontend-uuid>/<name> */
152 /* backend/<typename>/<frontend-domid> */
197 .levels = 3, /* backend/type/<frontend>/<i
[all...]
/linux-master/drivers/staging/media/av7110/
H A Dsp8870.c35 struct dvb_frontend frontend; member in struct:sp8870_state
457 The firmware of the sp8870 sometimes locks up after setting frontend parameters.
460 the frontend parameters again.
563 memcpy(&state->frontend.ops, &sp8870_ops, sizeof(struct dvb_frontend_ops));
564 state->frontend.demodulator_priv = state;
565 return &state->frontend;
603 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
/linux-master/drivers/media/tuners/
H A Dxc2028.c7 // - frontend interface
22 #include <linux/dvb/frontend.h>
643 /* silently fail if the frontend doesn't support I2C flush */
1469 printk(KERN_ERR "xc2028: No frontend!\n");
H A Dmxl5005s.c290 struct dvb_frontend *frontend; member in struct:mxl5005s_state
4110 state->frontend = fe;
H A Dmt2060.c12 #include <linux/dvb/frontend.h>
H A Dmt2266.c10 #include <linux/dvb/frontend.h>
H A Dmt2131.c10 #include <linux/dvb/frontend.h>
H A Dmax2165.c12 #include <linux/dvb/frontend.h>
H A Dmc44s803.c10 #include <linux/dvb/frontend.h>
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-dummy-fe.c17 struct dvb_frontend frontend; member in struct:ddbridge_dummy_fe_state
108 memcpy(&state->frontend.ops,
112 state->frontend.demodulator_priv = state;
113 return &state->frontend;

Completed in 521 milliseconds

12345678910