Searched refs:frontend (Results 101 - 125 of 250) sorted by relevance

12345678910

/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...]
H A Dxenbus_probe_frontend.c39 pr_warn("bad frontend %s\n", nodename);
292 * This needs to be on a late_initcall, to happen after the frontend device
369 * Reset frontend if it is in Connected or Closed state.
416 char *backend, *frontend; local
418 frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev);
419 if (!frontend)
422 err = xenbus_scanf(XBT_NIL, frontend, "state", "%i", &fe_state);
429 printk(KERN_DEBUG "XENBUS: frontend %s %s\n",
430 frontend, xenbus_strstate(fe_state));
431 backend = xenbus_read(XBT_NIL, frontend, "backen
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Ddst_common.h13 #include <linux/dvb/frontend.h>
94 struct dvb_frontend frontend; member in struct:dst_state
/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...]
H A Dsmsdvb.h29 struct dvb_frontend frontend; member in struct:smsdvb_client_t
/linux-master/drivers/media/dvb-frontends/
H A Dtda10023.c35 struct dvb_frontend frontend; member in struct:tda10023_state
62 int num = state->frontend.dvb ? state->frontend.dvb->num : -1;
77 int num = state->frontend.dvb ? state->frontend.dvb->num : -1;
461 state->frontend.dvb->num, afc,
527 memcpy(&state->frontend.ops, &tda10023_ops, sizeof(struct dvb_frontend_ops));
547 state->frontend.ops.info.symbol_rate_min = (state->sysclk/2)/64;
548 state->frontend.ops.info.symbol_rate_max = (state->sysclk/2)/4;
554 state->frontend
[all...]
H A Dstv0299.h36 #include <linux/dvb/frontend.h>
H A Datbm8830_priv.h16 struct dvb_frontend frontend; member in struct:atbm_state
H A Dstv6110x.h18 struct dvb_frontend *frontend; member in struct:stv6110x_config
H A Dm88ds3103.h11 #include <linux/dvb/frontend.h>
63 * @get_dvb_frontend: Get DVB frontend.
H A Dec100.c13 struct dvb_frontend frontend; member in struct:ec100_state
293 memcpy(&state->frontend.ops, &ec100_ops,
295 state->frontend.demodulator_priv = state;
297 return &state->frontend;
H A Dstv6110x_priv.h57 struct dvb_frontend *frontend; member in struct:stv6110x_state
H A Dmt312.c33 struct dvb_frontend frontend; member in struct:mt312_state
796 memcpy(&state->frontend.ops, &mt312_ops,
798 state->frontend.demodulator_priv = state;
802 strscpy(state->frontend.ops.info.name, "Zarlink VP310 DVB-S",
803 sizeof(state->frontend.ops.info.name));
808 strscpy(state->frontend.ops.info.name, "Zarlink MT312 DVB-S",
809 sizeof(state->frontend.ops.info.name));
814 strscpy(state->frontend.ops.info.name, "Zarlink ZL10313 DVB-S",
815 sizeof(state->frontend.ops.info.name));
824 return &state->frontend;
[all...]
H A Dves1820.c27 struct dvb_frontend frontend; member in struct:ves1820_state
387 memcpy(&state->frontend.ops, &ves1820_ops, sizeof(struct dvb_frontend_ops));
388 state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN/2)/64 */
389 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */
390 state->frontend.demodulator_priv = state;
392 return &state->frontend;
H A Dstv6110x.c396 stv6110x->frontend->tuner_priv = stv6110x;
397 stv6110x->frontend->ops.tuner_ops = stv6110x_ops;
419 stv6110x->frontend = config->frontend;
442 stv6110x_release(stv6110x->frontend);
455 stv6110x->frontend = fe;
H A Dlgs8gl5.c46 struct dvb_frontend frontend; member in struct:lgs8gl5_state
391 memcpy(&state->frontend.ops, &lgs8gl5_ops,
393 state->frontend.demodulator_priv = state;
394 return &state->frontend;
437 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
H A Dstb6100_cfg.h10 #include <linux/dvb/frontend.h>
H A Ds5h1432.c24 struct dvb_frontend frontend; member in struct:s5h1432_state
351 memcpy(&state->frontend.ops, &s5h1432_ops,
354 state->frontend.demodulator_priv = state;
356 return &state->frontend;
H A Datbm8830.c24 MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
476 memcpy(&priv->frontend.ops, &atbm8830_ops,
478 priv->frontend.demodulator_priv = priv;
480 atbm8830_init(&priv->frontend);
482 atbm8830_i2c_gate_ctrl(&priv->frontend, 1);
484 return &priv->frontend;
/linux-master/include/media/
H A Dvideobuf2-dvb.h24 struct dvb_frontend *frontend; member in struct:vb2_dvb
49 int active_fe_id; /* Indicates which frontend in the felist is in use */
/linux-master/drivers/media/usb/dvb-usb/
H A Ddtt200u-fe.c17 struct dvb_frontend frontend; member in struct:dtt200u_fe_state
213 deb_info("attaching frontend dtt200u\n");
218 memcpy(&state->frontend.ops,&dtt200u_fe_ops,sizeof(struct dvb_frontend_ops));
219 state->frontend.demodulator_priv = state;
221 return &state->frontend;
/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/firewire/
H A Dfiredtv.h14 #include <linux/dvb/frontend.h>
79 struct dmx_frontend frontend; member in struct:firedtv
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_backend.c413 if (IS_ERR(backend->frontend))
424 * support for an alpha component (which the frontend doesn't support).
425 * Use the backend directly instead of the frontend in this case, with
433 * Here the format is supported by both the frontend and the backend
434 * and no frontend scaling is required, so use the backend directly.
449 /* Scaling is not supported without the frontend. */
500 DRM_DEBUG_DRIVER("Using the frontend for plane %d\n",
597 DRM_DEBUG_DRIVER("Too many planes going through the frontend, rejecting\n");
611 struct sun4i_frontend *frontend = backend->frontend; local
735 struct sun4i_frontend *frontend; local
[all...]
/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...]

Completed in 250 milliseconds

12345678910