Home
last modified time | relevance | path

Searched refs:frontend (Results 1 – 25 of 101) sorted by relevance

12345

/linux-4.19.296/drivers/media/dvb-frontends/
DKconfig71 Say Y when you want to support this frontend.
83 Say Y when you want to support this frontend.
102 Say Y when you want to support this frontend.
110 Say Y when you want to support this frontend.
118 Say Y when you want to support this frontend.
128 A DVB-S tuner module. Say Y when you want to support this frontend.
135 A DVB-S tuner module. Say Y when you want to support this frontend.
142 A DVB-S tuner module. Say Y when you want to support this frontend.
149 A DVB-S tuner module. Say Y when you want to support this frontend.
156 A DVB-S tuner module. Say Y when you want to support this frontend.
[all …]
Ddvb_dummy_fe.c28 struct dvb_frontend frontend; member
130 memcpy(&state->frontend.ops, &dvb_dummy_fe_ofdm_ops, sizeof(struct dvb_frontend_ops)); in dvb_dummy_fe_ofdm_attach()
131 state->frontend.demodulator_priv = state; in dvb_dummy_fe_ofdm_attach()
132 return &state->frontend; in dvb_dummy_fe_ofdm_attach()
147 memcpy(&state->frontend.ops, &dvb_dummy_fe_qpsk_ops, sizeof(struct dvb_frontend_ops)); in dvb_dummy_fe_qpsk_attach()
148 state->frontend.demodulator_priv = state; in dvb_dummy_fe_qpsk_attach()
149 return &state->frontend; in dvb_dummy_fe_qpsk_attach()
164 memcpy(&state->frontend.ops, &dvb_dummy_fe_qam_ops, sizeof(struct dvb_frontend_ops)); in dvb_dummy_fe_qam_attach()
165 state->frontend.demodulator_priv = state; in dvb_dummy_fe_qam_attach()
166 return &state->frontend; in dvb_dummy_fe_qam_attach()
Dtda10023.c47 struct dvb_frontend frontend; member
74 int num = state->frontend.dvb ? state->frontend.dvb->num : -1; in tda10023_readreg()
89 int num = state->frontend.dvb ? state->frontend.dvb->num : -1; in tda10023_writereg()
473 state->frontend.dvb->num, afc, in tda10023_get_frontend()
539 memcpy(&state->frontend.ops, &tda10023_ops, sizeof(struct dvb_frontend_ops)); in tda10023_attach()
559 state->frontend.ops.info.symbol_rate_min = (state->sysclk/2)/64; in tda10023_attach()
560 state->frontend.ops.info.symbol_rate_max = (state->sysclk/2)/4; in tda10023_attach()
566 state->frontend.demodulator_priv = state; in tda10023_attach()
567 return &state->frontend; in tda10023_attach()
Dves1820.c39 struct dvb_frontend frontend; member
399 memcpy(&state->frontend.ops, &ves1820_ops, sizeof(struct dvb_frontend_ops)); in ves1820_attach()
400 …state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN… in ves1820_attach()
401 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */ in ves1820_attach()
402 state->frontend.demodulator_priv = state; in ves1820_attach()
404 return &state->frontend; in ves1820_attach()
Dau8522_dig.c873 memcpy(&state->frontend.ops, &au8522_ops, in au8522_attach()
875 state->frontend.demodulator_priv = state; in au8522_attach()
877 state->frontend.ops.analog_ops.i2c_gate_ctrl = au8522_analog_i2c_gate_ctrl; in au8522_attach()
879 if (au8522_init(&state->frontend) != 0) { in au8522_attach()
886 au8522_i2c_gate_ctrl(&state->frontend, 1); in au8522_attach()
888 return &state->frontend; in au8522_attach()
Dtda10021.c40 struct dvb_frontend frontend; member
81 state->frontend.dvb->num, __func__, reg, data, ret); in _tda10021_writereg()
402 state->frontend.dvb->num, afc, in tda10021_get_frontend()
477 memcpy(&state->frontend.ops, &tda10021_ops, sizeof(struct dvb_frontend_ops)); in tda10021_attach()
478 state->frontend.demodulator_priv = state; in tda10021_attach()
479 return &state->frontend; in tda10021_attach()
Dec100.c23 struct dvb_frontend frontend; member
303 memcpy(&state->frontend.ops, &ec100_ops, in ec100_attach()
305 state->frontend.demodulator_priv = state; in ec100_attach()
307 return &state->frontend; in ec100_attach()
Ds921.c51 struct dvb_frontend frontend; member
500 memcpy(&state->frontend.ops, &s921_ops, in s921_attach()
502 state->frontend.demodulator_priv = state; in s921_attach()
504 return &state->frontend; in s921_attach()
Ds5h1432.c33 struct dvb_frontend frontend; member
360 memcpy(&state->frontend.ops, &s5h1432_ops, in s5h1432_attach()
363 state->frontend.demodulator_priv = state; in s5h1432_attach()
365 return &state->frontend; in s5h1432_attach()
Dmt312.c46 struct dvb_frontend frontend; member
812 memcpy(&state->frontend.ops, &mt312_ops, in mt312_attach()
814 state->frontend.demodulator_priv = state; in mt312_attach()
818 strcpy(state->frontend.ops.info.name, "Zarlink VP310 DVB-S"); in mt312_attach()
823 strcpy(state->frontend.ops.info.name, "Zarlink MT312 DVB-S"); in mt312_attach()
828 strcpy(state->frontend.ops.info.name, "Zarlink ZL10313 DVB-S"); in mt312_attach()
837 return &state->frontend; in mt312_attach()
Dlgs8gl5.c58 struct dvb_frontend frontend; member
403 memcpy(&state->frontend.ops, &lgs8gl5_ops, in lgs8gl5_attach()
405 state->frontend.demodulator_priv = state; in lgs8gl5_attach()
406 return &state->frontend; in lgs8gl5_attach()
Datbm8830.c485 memcpy(&priv->frontend.ops, &atbm8830_ops, in atbm8830_attach()
487 priv->frontend.demodulator_priv = priv; in atbm8830_attach()
489 atbm8830_init(&priv->frontend); in atbm8830_attach()
491 atbm8830_i2c_gate_ctrl(&priv->frontend, 1); in atbm8830_attach()
493 return &priv->frontend; in atbm8830_attach()
Dmn88473_priv.h32 struct dvb_frontend frontend; member
Ds5h1411.c38 struct dvb_frontend frontend; member
892 memcpy(&state->frontend.ops, &s5h1411_ops, in s5h1411_attach()
895 state->frontend.demodulator_priv = state; in s5h1411_attach()
897 if (s5h1411_init(&state->frontend) != 0) { in s5h1411_attach()
907 s5h1411_set_powerstate(&state->frontend, 1); in s5h1411_attach()
909 return &state->frontend; in s5h1411_attach()
Dcx22700.c38 struct dvb_frontend frontend; member
402 memcpy(&state->frontend.ops, &cx22700_ops, sizeof(struct dvb_frontend_ops)); in cx22700_attach()
403 state->frontend.demodulator_priv = state; in cx22700_attach()
404 return &state->frontend; in cx22700_attach()
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-dvb.c45 if (!demux->dmx.frontend) in vb2_dvb_start_feed()
111 result = dvb_register_frontend(adapter, dvb->frontend); in vb2_dvb_register_frontend()
186 dvb_unregister_frontend(dvb->frontend); in vb2_dvb_register_frontend()
188 dvb_frontend_detach(dvb->frontend); in vb2_dvb_register_frontend()
189 dvb->frontend = NULL; in vb2_dvb_register_frontend()
288 if (fe->dvb.frontend == p) { in vb2_dvb_find_frontend()
335 dvb_unregister_frontend(fe->dvb.frontend); in vb2_dvb_dealloc_frontends()
337 if (fe->dvb.frontend) in vb2_dvb_dealloc_frontends()
339 dvb_frontend_detach(fe->dvb.frontend); in vb2_dvb_dealloc_frontends()
/linux-4.19.296/crypto/
Dapi.c452 const struct crypto_type *frontend) in crypto_create_tfm() argument
460 tfmsize = frontend->tfmsize; in crypto_create_tfm()
461 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
470 err = frontend->init_tfm(tfm); in crypto_create_tfm()
493 const struct crypto_type *frontend, in crypto_find_alg() argument
496 if (frontend) { in crypto_find_alg()
497 type &= frontend->maskclear; in crypto_find_alg()
498 mask &= frontend->maskclear; in crypto_find_alg()
499 type |= frontend->type; in crypto_find_alg()
500 mask |= frontend->maskset; in crypto_find_alg()
[all …]
Dinternal.h85 const struct crypto_type *frontend);
87 const struct crypto_type *frontend,
90 const struct crypto_type *frontend, u32 type, u32 mask);
98 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend,
Dalgapi.c619 const struct crypto_type *frontend) in crypto_init_spawn2() argument
623 if ((alg->cra_flags ^ frontend->type) & frontend->maskset) in crypto_init_spawn2()
626 spawn->frontend = frontend; in crypto_init_spawn2()
627 err = crypto_init_spawn(spawn, alg, inst, frontend->maskset); in crypto_init_spawn2()
640 alg = crypto_find_alg(name, spawn->frontend, type, mask); in crypto_grab_spawn()
709 tfm = crypto_create_tfm(alg, spawn->frontend); in crypto_spawn_tfm2()
785 const struct crypto_type *frontend, in crypto_attr_alg2() argument
794 return crypto_find_alg(name, frontend, type, mask); in crypto_attr_alg2()
1041 int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, in crypto_type_has_alg() argument
1045 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg()
/linux-4.19.296/include/media/
Ddemux.h562 struct dmx_frontend *frontend; member
579 struct dmx_frontend *frontend);
581 struct dmx_frontend *frontend);
584 struct dmx_frontend *frontend);
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_probe_frontend.c402 char *backend, *frontend; in xenbus_check_frontend() local
404 frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev); in xenbus_check_frontend()
405 if (!frontend) in xenbus_check_frontend()
408 err = xenbus_scanf(XBT_NIL, frontend, "state", "%i", &fe_state); in xenbus_check_frontend()
416 frontend, xenbus_strstate(fe_state)); in xenbus_check_frontend()
417 backend = xenbus_read(XBT_NIL, frontend, "backend", NULL); in xenbus_check_frontend()
422 xenbus_reset_frontend(frontend, backend, be_state); in xenbus_check_frontend()
429 kfree(frontend); in xenbus_check_frontend()
Dxenbus_probe_backend.c62 const char *devid, *type, *frontend; in backend_bus_id() local
76 "frontend", NULL, &frontend, in backend_bus_id()
80 if (strlen(frontend) == 0) in backend_bus_id()
82 if (!err && !xenbus_exists(XBT_NIL, frontend, "")) in backend_bus_id()
84 kfree(frontend); in backend_bus_id()
/linux-4.19.296/drivers/media/common/siano/
Dsmsdvb-main.c130 container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_stats_not_ready()
226 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_tx_params()
243 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_per_slices()
283 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_dvb_stats()
335 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_isdbt_stats()
431 struct dvb_frontend *fe = &client->frontend; in smsdvb_update_isdbt_stats_ex()
522 struct dvb_frontend *fe = &client->frontend; in smsdvb_onresponse()
634 dvb_unregister_frontend(&client->frontend); in smsdvb_unregister_client()
761 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_status()
777 client = container_of(fe, struct smsdvb_client_t, frontend); in smsdvb_read_ber()
[all …]
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dzd1301.c141 struct dvb_frontend *frontend; in zd1301_frontend_attach() local
170 frontend = zd1301_demod_get_dvb_frontend(pdev); in zd1301_frontend_attach()
171 if (!adapter || !frontend) { in zd1301_frontend_attach()
178 dev->mt2060_pdata.dvb_frontend = frontend; in zd1301_frontend_attach()
196 adap->fe[0] = frontend; in zd1301_frontend_attach()
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_demux.c1153 if ((!demux->frontend) || (demux->frontend->source != DMX_MEMORY_FE)) in dvbdmx_write()
1173 struct dmx_frontend *frontend) in dvbdmx_add_frontend() argument
1178 list_add(&(frontend->connectivity_list), head); in dvbdmx_add_frontend()
1184 struct dmx_frontend *frontend) in dvbdmx_remove_frontend() argument
1190 if (DMX_FE_ENTRY(pos) == frontend) { in dvbdmx_remove_frontend()
1210 struct dmx_frontend *frontend) in dvbdmx_connect_frontend() argument
1214 if (demux->frontend) in dvbdmx_connect_frontend()
1219 demux->frontend = frontend; in dvbdmx_connect_frontend()
1230 demux->frontend = NULL; in dvbdmx_disconnect_frontend()
1295 dmx->frontend = NULL; in dvb_dmx_init()

12345