frontend 375 arch/powerpc/perf/power7-pmu.c GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC); frontend 124 arch/powerpc/perf/power8-pmu.c GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_GCT_NOSLOT_CYC); frontend 153 arch/powerpc/perf/power9-pmu.c GENERIC_EVENT_ATTR(stalled-cycles-frontend, PM_ICT_NOSLOT_CYC); frontend 1694 arch/x86/events/core.c EVENT_ATTR(stalled-cycles-frontend, STALLED_CYCLES_FRONTEND ); frontend 3839 arch/x86/events/intel/core.c PMU_FORMAT_ATTR(frontend, "config1:0-23"); frontend 374 crypto/aead.c spawn->base.frontend = &crypto_aead_type; frontend 96 crypto/akcipher.c spawn->base.frontend = &crypto_akcipher_type; frontend 657 crypto/algapi.c const struct crypto_type *frontend) frontend 661 crypto/algapi.c if ((alg->cra_flags ^ frontend->type) & frontend->maskset) frontend 664 crypto/algapi.c spawn->frontend = frontend; frontend 665 crypto/algapi.c err = crypto_init_spawn(spawn, alg, inst, frontend->maskset); frontend 678 crypto/algapi.c alg = crypto_find_alg(name, spawn->frontend, type, mask); frontend 747 crypto/algapi.c tfm = crypto_create_tfm(alg, spawn->frontend); frontend 823 crypto/algapi.c const struct crypto_type *frontend, frontend 832 crypto/algapi.c return crypto_find_alg(name, frontend, type, mask); frontend 1037 crypto/algapi.c int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, frontend 1041 crypto/algapi.c struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); frontend 449 crypto/api.c const struct crypto_type *frontend) frontend 457 crypto/api.c tfmsize = frontend->tfmsize; frontend 458 crypto/api.c total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); frontend 467 crypto/api.c err = frontend->init_tfm(tfm); frontend 490 crypto/api.c const struct crypto_type *frontend, frontend 493 crypto/api.c if (frontend) { frontend 494 crypto/api.c type &= frontend->maskclear; frontend 495 crypto/api.c mask &= frontend->maskclear; frontend 496 crypto/api.c type |= frontend->type; frontend 497 crypto/api.c mask |= frontend->maskset; frontend 525 crypto/api.c const struct crypto_type *frontend, u32 type, u32 mask) frontend 533 crypto/api.c alg = crypto_find_alg(alg_name, frontend, type, mask); frontend 539 crypto/api.c tfm = crypto_create_tfm(alg, frontend); frontend 74 crypto/internal.h const struct crypto_type *frontend); frontend 76 crypto/internal.h const struct crypto_type *frontend, frontend 79 crypto/internal.h const struct crypto_type *frontend, u32 type, u32 mask); frontend 85 crypto/internal.h int crypto_type_has_alg(const char *name, const struct crypto_type *frontend, frontend 984 crypto/skcipher.c spawn->base.frontend = &crypto_skcipher_type2; frontend 431 drivers/gpu/drm/sun4i/sun4i_backend.c if (IS_ERR(backend->frontend)) frontend 632 drivers/gpu/drm/sun4i/sun4i_backend.c struct sun4i_frontend *frontend = backend->frontend; frontend 634 drivers/gpu/drm/sun4i/sun4i_backend.c if (!frontend) frontend 653 drivers/gpu/drm/sun4i/sun4i_backend.c sun4i_frontend_exit(frontend); frontend 737 drivers/gpu/drm/sun4i/sun4i_backend.c struct sun4i_frontend *frontend; frontend 750 drivers/gpu/drm/sun4i/sun4i_backend.c list_for_each_entry(frontend, &drv->frontend_list, list) { frontend 751 drivers/gpu/drm/sun4i/sun4i_backend.c if (remote == frontend->node) { frontend 754 drivers/gpu/drm/sun4i/sun4i_backend.c return frontend; frontend 824 drivers/gpu/drm/sun4i/sun4i_backend.c backend->frontend = sun4i_backend_find_frontend(drv, dev->of_node); frontend 825 drivers/gpu/drm/sun4i/sun4i_backend.c if (IS_ERR(backend->frontend)) frontend 171 drivers/gpu/drm/sun4i/sun4i_backend.h struct sun4i_frontend *frontend; frontend 79 drivers/gpu/drm/sun4i/sun4i_frontend.c static void sun4i_frontend_scaler_init(struct sun4i_frontend *frontend) frontend 83 drivers/gpu/drm/sun4i/sun4i_frontend.c if (frontend->data->has_coef_access_ctrl) frontend 84 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write_bits(frontend->regs, SUN4I_FRONTEND_FRM_CTRL_REG, frontend 89 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_HORZCOEF0_REG(i), frontend 91 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_HORZCOEF0_REG(i), frontend 93 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_HORZCOEF1_REG(i), frontend 95 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_HORZCOEF1_REG(i), frontend 97 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_VERTCOEF_REG(i), frontend 99 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_VERTCOEF_REG(i), frontend 103 drivers/gpu/drm/sun4i/sun4i_frontend.c if (frontend->data->has_coef_rdy) frontend 104 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write_bits(frontend->regs, frontend 110 drivers/gpu/drm/sun4i/sun4i_frontend.c int sun4i_frontend_init(struct sun4i_frontend *frontend) frontend 112 drivers/gpu/drm/sun4i/sun4i_frontend.c return pm_runtime_get_sync(frontend->dev); frontend 116 drivers/gpu/drm/sun4i/sun4i_frontend.c void sun4i_frontend_exit(struct sun4i_frontend *frontend) frontend 118 drivers/gpu/drm/sun4i/sun4i_frontend.c pm_runtime_put(frontend->dev); frontend 156 drivers/gpu/drm/sun4i/sun4i_frontend.c void sun4i_frontend_update_buffer(struct sun4i_frontend *frontend, frontend 179 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_TB_OFF0_REG, frontend 186 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_TB_OFF1_REG, frontend 194 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_TB_OFF2_REG, frontend 209 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_LINESTRD0_REG, frontend 213 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_LINESTRD1_REG, frontend 217 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_LINESTRD2_REG, frontend 227 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_BUF_ADDR0_REG, paddr); frontend 233 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_BUF_ADDR1_REG, frontend 241 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_BUF_ADDR2_REG, frontend 403 drivers/gpu/drm/sun4i/sun4i_frontend.c int sun4i_frontend_update_formats(struct sun4i_frontend *frontend, frontend 445 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_HORZPHASE_REG, frontend 446 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->data->ch_phase[0].horzphase); frontend 447 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_HORZPHASE_REG, frontend 448 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->data->ch_phase[1].horzphase); frontend 449 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_VERTPHASE0_REG, frontend 450 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->data->ch_phase[0].vertphase[0]); frontend 451 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_VERTPHASE0_REG, frontend 452 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->data->ch_phase[1].vertphase[0]); frontend 453 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_VERTPHASE1_REG, frontend 454 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->data->ch_phase[0].vertphase[1]); frontend 455 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_VERTPHASE1_REG, frontend 456 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->data->ch_phase[1].vertphase[1]); frontend 469 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, frontend 476 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_update_bits(frontend->regs, SUN4I_FRONTEND_BYPASS_REG, frontend 479 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_INPUT_FMT_REG, frontend 487 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_OUTPUT_FMT_REG, frontend 494 drivers/gpu/drm/sun4i/sun4i_frontend.c void sun4i_frontend_update_coord(struct sun4i_frontend *frontend, frontend 512 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_INSIZE_REG, frontend 514 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_INSIZE_REG, frontend 517 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_OUTSIZE_REG, frontend 519 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_OUTSIZE_REG, frontend 522 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_HORZFACT_REG, frontend 524 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_HORZFACT_REG, frontend 527 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH0_VERTFACT_REG, frontend 529 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write(frontend->regs, SUN4I_FRONTEND_CH1_VERTFACT_REG, frontend 532 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write_bits(frontend->regs, SUN4I_FRONTEND_FRM_CTRL_REG, frontend 538 drivers/gpu/drm/sun4i/sun4i_frontend.c int sun4i_frontend_enable(struct sun4i_frontend *frontend) frontend 540 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_write_bits(frontend->regs, SUN4I_FRONTEND_FRM_CTRL_REG, frontend 559 drivers/gpu/drm/sun4i/sun4i_frontend.c struct sun4i_frontend *frontend; frontend 565 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend = devm_kzalloc(dev, sizeof(*frontend), GFP_KERNEL); frontend 566 drivers/gpu/drm/sun4i/sun4i_frontend.c if (!frontend) frontend 569 drivers/gpu/drm/sun4i/sun4i_frontend.c dev_set_drvdata(dev, frontend); frontend 570 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->dev = dev; frontend 571 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->node = dev->of_node; frontend 573 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->data = of_device_get_match_data(dev); frontend 574 drivers/gpu/drm/sun4i/sun4i_frontend.c if (!frontend->data) frontend 582 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->regs = devm_regmap_init_mmio(dev, regs, frontend 584 drivers/gpu/drm/sun4i/sun4i_frontend.c if (IS_ERR(frontend->regs)) { frontend 586 drivers/gpu/drm/sun4i/sun4i_frontend.c return PTR_ERR(frontend->regs); frontend 589 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->reset = devm_reset_control_get(dev, NULL); frontend 590 drivers/gpu/drm/sun4i/sun4i_frontend.c if (IS_ERR(frontend->reset)) { frontend 592 drivers/gpu/drm/sun4i/sun4i_frontend.c return PTR_ERR(frontend->reset); frontend 595 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->bus_clk = devm_clk_get(dev, "ahb"); frontend 596 drivers/gpu/drm/sun4i/sun4i_frontend.c if (IS_ERR(frontend->bus_clk)) { frontend 598 drivers/gpu/drm/sun4i/sun4i_frontend.c return PTR_ERR(frontend->bus_clk); frontend 601 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->mod_clk = devm_clk_get(dev, "mod"); frontend 602 drivers/gpu/drm/sun4i/sun4i_frontend.c if (IS_ERR(frontend->mod_clk)) { frontend 604 drivers/gpu/drm/sun4i/sun4i_frontend.c return PTR_ERR(frontend->mod_clk); frontend 607 drivers/gpu/drm/sun4i/sun4i_frontend.c frontend->ram_clk = devm_clk_get(dev, "ram"); frontend 608 drivers/gpu/drm/sun4i/sun4i_frontend.c if (IS_ERR(frontend->ram_clk)) { frontend 610 drivers/gpu/drm/sun4i/sun4i_frontend.c return PTR_ERR(frontend->ram_clk); frontend 613 drivers/gpu/drm/sun4i/sun4i_frontend.c list_add_tail(&frontend->list, &drv->frontend_list); frontend 622 drivers/gpu/drm/sun4i/sun4i_frontend.c struct sun4i_frontend *frontend = dev_get_drvdata(dev); frontend 624 drivers/gpu/drm/sun4i/sun4i_frontend.c list_del(&frontend->list); frontend 647 drivers/gpu/drm/sun4i/sun4i_frontend.c struct sun4i_frontend *frontend = dev_get_drvdata(dev); frontend 650 drivers/gpu/drm/sun4i/sun4i_frontend.c clk_set_rate(frontend->mod_clk, 300000000); frontend 652 drivers/gpu/drm/sun4i/sun4i_frontend.c clk_prepare_enable(frontend->bus_clk); frontend 653 drivers/gpu/drm/sun4i/sun4i_frontend.c clk_prepare_enable(frontend->mod_clk); frontend 654 drivers/gpu/drm/sun4i/sun4i_frontend.c clk_prepare_enable(frontend->ram_clk); frontend 656 drivers/gpu/drm/sun4i/sun4i_frontend.c ret = reset_control_reset(frontend->reset); frontend 662 drivers/gpu/drm/sun4i/sun4i_frontend.c regmap_update_bits(frontend->regs, SUN4I_FRONTEND_EN_REG, frontend 666 drivers/gpu/drm/sun4i/sun4i_frontend.c sun4i_frontend_scaler_init(frontend); frontend 673 drivers/gpu/drm/sun4i/sun4i_frontend.c struct sun4i_frontend *frontend = dev_get_drvdata(dev); frontend 675 drivers/gpu/drm/sun4i/sun4i_frontend.c clk_disable_unprepare(frontend->ram_clk); frontend 676 drivers/gpu/drm/sun4i/sun4i_frontend.c clk_disable_unprepare(frontend->mod_clk); frontend 677 drivers/gpu/drm/sun4i/sun4i_frontend.c clk_disable_unprepare(frontend->bus_clk); frontend 679 drivers/gpu/drm/sun4i/sun4i_frontend.c reset_control_assert(frontend->reset); frontend 142 drivers/gpu/drm/sun4i/sun4i_frontend.h int sun4i_frontend_init(struct sun4i_frontend *frontend); frontend 143 drivers/gpu/drm/sun4i/sun4i_frontend.h void sun4i_frontend_exit(struct sun4i_frontend *frontend); frontend 144 drivers/gpu/drm/sun4i/sun4i_frontend.h int sun4i_frontend_enable(struct sun4i_frontend *frontend); frontend 146 drivers/gpu/drm/sun4i/sun4i_frontend.h void sun4i_frontend_update_buffer(struct sun4i_frontend *frontend, frontend 148 drivers/gpu/drm/sun4i/sun4i_frontend.h void sun4i_frontend_update_coord(struct sun4i_frontend *frontend, frontend 150 drivers/gpu/drm/sun4i/sun4i_frontend.h int sun4i_frontend_update_formats(struct sun4i_frontend *frontend, frontend 89 drivers/gpu/drm/sun4i/sun4i_layer.c struct sun4i_frontend *frontend = backend->frontend; frontend 94 drivers/gpu/drm/sun4i/sun4i_layer.c sun4i_frontend_init(frontend); frontend 95 drivers/gpu/drm/sun4i/sun4i_layer.c sun4i_frontend_update_coord(frontend, plane); frontend 96 drivers/gpu/drm/sun4i/sun4i_layer.c sun4i_frontend_update_buffer(frontend, plane); frontend 97 drivers/gpu/drm/sun4i/sun4i_layer.c sun4i_frontend_update_formats(frontend, plane, frontend 101 drivers/gpu/drm/sun4i/sun4i_layer.c sun4i_frontend_enable(frontend); frontend 117 drivers/gpu/drm/sun4i/sun4i_layer.c if (IS_ERR_OR_NULL(layer->backend->frontend)) frontend 205 drivers/gpu/drm/sun4i/sun4i_layer.c if (IS_ERR_OR_NULL(backend->frontend)) { frontend 119 drivers/media/common/siano/smsdvb-main.c container_of(fe, struct smsdvb_client_t, frontend); frontend 215 drivers/media/common/siano/smsdvb-main.c struct dvb_frontend *fe = &client->frontend; frontend 232 drivers/media/common/siano/smsdvb-main.c struct dvb_frontend *fe = &client->frontend; frontend 272 drivers/media/common/siano/smsdvb-main.c struct dvb_frontend *fe = &client->frontend; frontend 324 drivers/media/common/siano/smsdvb-main.c struct dvb_frontend *fe = &client->frontend; frontend 420 drivers/media/common/siano/smsdvb-main.c struct dvb_frontend *fe = &client->frontend; frontend 511 drivers/media/common/siano/smsdvb-main.c struct dvb_frontend *fe = &client->frontend; frontend 623 drivers/media/common/siano/smsdvb-main.c dvb_unregister_frontend(&client->frontend); frontend 750 drivers/media/common/siano/smsdvb-main.c client = container_of(fe, struct smsdvb_client_t, frontend); frontend 766 drivers/media/common/siano/smsdvb-main.c client = container_of(fe, struct smsdvb_client_t, frontend); frontend 784 drivers/media/common/siano/smsdvb-main.c client = container_of(fe, struct smsdvb_client_t, frontend); frontend 806 drivers/media/common/siano/smsdvb-main.c client = container_of(fe, struct smsdvb_client_t, frontend); frontend 824 drivers/media/common/siano/smsdvb-main.c client = container_of(fe, struct smsdvb_client_t, frontend); frontend 850 drivers/media/common/siano/smsdvb-main.c container_of(fe, struct smsdvb_client_t, frontend); frontend 916 drivers/media/common/siano/smsdvb-main.c container_of(fe, struct smsdvb_client_t, frontend); frontend 986 drivers/media/common/siano/smsdvb-main.c container_of(fe, struct smsdvb_client_t, frontend); frontend 1010 drivers/media/common/siano/smsdvb-main.c container_of(fe, struct smsdvb_client_t, frontend); frontend 1021 drivers/media/common/siano/smsdvb-main.c container_of(fe, struct smsdvb_client_t, frontend); frontend 1117 drivers/media/common/siano/smsdvb-main.c memcpy(&client->frontend.ops, &smsdvb_fe_ops, frontend 1123 drivers/media/common/siano/smsdvb-main.c client->frontend.ops.delsys[0] = SYS_DVBT; frontend 1127 drivers/media/common/siano/smsdvb-main.c client->frontend.ops.delsys[0] = SYS_ISDBT; frontend 1131 drivers/media/common/siano/smsdvb-main.c rc = dvb_register_frontend(&client->adapter, &client->frontend); frontend 1179 drivers/media/common/siano/smsdvb-main.c dvb_unregister_frontend(&client->frontend); frontend 29 drivers/media/common/siano/smsdvb.h struct dvb_frontend frontend; frontend 41 drivers/media/common/videobuf2/videobuf2-dvb.c if (!demux->dmx.frontend) frontend 107 drivers/media/common/videobuf2/videobuf2-dvb.c result = dvb_register_frontend(adapter, dvb->frontend); frontend 182 drivers/media/common/videobuf2/videobuf2-dvb.c dvb_unregister_frontend(dvb->frontend); frontend 184 drivers/media/common/videobuf2/videobuf2-dvb.c dvb_frontend_detach(dvb->frontend); frontend 185 drivers/media/common/videobuf2/videobuf2-dvb.c dvb->frontend = NULL; frontend 284 drivers/media/common/videobuf2/videobuf2-dvb.c if (fe->dvb.frontend == p) { frontend 331 drivers/media/common/videobuf2/videobuf2-dvb.c dvb_unregister_frontend(fe->dvb.frontend); frontend 333 drivers/media/common/videobuf2/videobuf2-dvb.c if (fe->dvb.frontend) frontend 335 drivers/media/common/videobuf2/videobuf2-dvb.c dvb_frontend_detach(fe->dvb.frontend); frontend 189 drivers/media/dvb-core/dmxdev.c dmxdev->dvr_orig_fe = dmxdev->demux->frontend; frontend 1153 drivers/media/dvb-core/dvb_demux.c if ((!demux->frontend) || (demux->frontend->source != DMX_MEMORY_FE)) frontend 1173 drivers/media/dvb-core/dvb_demux.c struct dmx_frontend *frontend) frontend 1178 drivers/media/dvb-core/dvb_demux.c list_add(&(frontend->connectivity_list), head); frontend 1184 drivers/media/dvb-core/dvb_demux.c struct dmx_frontend *frontend) frontend 1190 drivers/media/dvb-core/dvb_demux.c if (DMX_FE_ENTRY(pos) == frontend) { frontend 1210 drivers/media/dvb-core/dvb_demux.c struct dmx_frontend *frontend) frontend 1214 drivers/media/dvb-core/dvb_demux.c if (demux->frontend) frontend 1219 drivers/media/dvb-core/dvb_demux.c demux->frontend = frontend; frontend 1230 drivers/media/dvb-core/dvb_demux.c demux->frontend = NULL; frontend 1295 drivers/media/dvb-core/dvb_demux.c dmx->frontend = NULL; frontend 13 drivers/media/dvb-frontends/as102_fe.c struct dvb_frontend frontend; frontend 453 drivers/media/dvb-frontends/as102_fe.c fe = &state->frontend; frontend 476 drivers/media/dvb-frontends/atbm8830.c memcpy(&priv->frontend.ops, &atbm8830_ops, frontend 478 drivers/media/dvb-frontends/atbm8830.c priv->frontend.demodulator_priv = priv; frontend 480 drivers/media/dvb-frontends/atbm8830.c atbm8830_init(&priv->frontend); frontend 482 drivers/media/dvb-frontends/atbm8830.c atbm8830_i2c_gate_ctrl(&priv->frontend, 1); frontend 484 drivers/media/dvb-frontends/atbm8830.c return &priv->frontend; frontend 16 drivers/media/dvb-frontends/atbm8830_priv.h struct dvb_frontend frontend; frontend 861 drivers/media/dvb-frontends/au8522_dig.c memcpy(&state->frontend.ops, &au8522_ops, frontend 863 drivers/media/dvb-frontends/au8522_dig.c state->frontend.demodulator_priv = state; frontend 865 drivers/media/dvb-frontends/au8522_dig.c state->frontend.ops.analog_ops.i2c_gate_ctrl = au8522_analog_i2c_gate_ctrl; frontend 867 drivers/media/dvb-frontends/au8522_dig.c if (au8522_init(&state->frontend) != 0) { frontend 874 drivers/media/dvb-frontends/au8522_dig.c au8522_i2c_gate_ctrl(&state->frontend, 1); frontend 876 drivers/media/dvb-frontends/au8522_dig.c return &state->frontend; frontend 51 drivers/media/dvb-frontends/au8522_priv.h struct dvb_frontend frontend; frontend 54 drivers/media/dvb-frontends/bcm3510.c struct dvb_frontend frontend; frontend 750 drivers/media/dvb-frontends/bcm3510.c if ((ret = bcm3510_download_firmware(&st->frontend)) < 0 || frontend 813 drivers/media/dvb-frontends/bcm3510.c memcpy(&state->frontend.ops, &bcm3510_ops, sizeof(struct dvb_frontend_ops)); frontend 814 drivers/media/dvb-frontends/bcm3510.c state->frontend.demodulator_priv = state; frontend 831 drivers/media/dvb-frontends/bcm3510.c return &state->frontend; frontend 26 drivers/media/dvb-frontends/cx22700.c struct dvb_frontend frontend; frontend 390 drivers/media/dvb-frontends/cx22700.c memcpy(&state->frontend.ops, &cx22700_ops, sizeof(struct dvb_frontend_ops)); frontend 391 drivers/media/dvb-frontends/cx22700.c state->frontend.demodulator_priv = state; frontend 392 drivers/media/dvb-frontends/cx22700.c return &state->frontend; frontend 32 drivers/media/dvb-frontends/cx22702.c struct dvb_frontend frontend; frontend 598 drivers/media/dvb-frontends/cx22702.c memcpy(&state->frontend.ops, &cx22702_ops, frontend 600 drivers/media/dvb-frontends/cx22702.c state->frontend.demodulator_priv = state; frontend 601 drivers/media/dvb-frontends/cx22702.c return &state->frontend; frontend 27 drivers/media/dvb-frontends/cx24110.c struct dvb_frontend frontend; frontend 606 drivers/media/dvb-frontends/cx24110.c memcpy(&state->frontend.ops, &cx24110_ops, sizeof(struct dvb_frontend_ops)); frontend 607 drivers/media/dvb-frontends/cx24110.c state->frontend.demodulator_priv = state; frontend 608 drivers/media/dvb-frontends/cx24110.c return &state->frontend; frontend 177 drivers/media/dvb-frontends/cx24116.c struct dvb_frontend frontend; frontend 448 drivers/media/dvb-frontends/cx24116.c if ((rate > state->frontend.ops.info.symbol_rate_max) || frontend 449 drivers/media/dvb-frontends/cx24116.c (rate < state->frontend.ops.info.symbol_rate_min)) { frontend 1131 drivers/media/dvb-frontends/cx24116.c memcpy(&state->frontend.ops, &cx24116_ops, frontend 1133 drivers/media/dvb-frontends/cx24116.c state->frontend.demodulator_priv = state; frontend 1134 drivers/media/dvb-frontends/cx24116.c return &state->frontend; frontend 199 drivers/media/dvb-frontends/cx24117.c struct dvb_frontend frontend; frontend 1200 drivers/media/dvb-frontends/cx24117.c memcpy(&state->frontend.ops, &cx24117_ops, frontend 1202 drivers/media/dvb-frontends/cx24117.c state->frontend.demodulator_priv = state; frontend 1203 drivers/media/dvb-frontends/cx24117.c return &state->frontend; frontend 133 drivers/media/dvb-frontends/cx24120.c struct dvb_frontend frontend; frontend 297 drivers/media/dvb-frontends/cx24120.c memcpy(&state->frontend.ops, &cx24120_ops, frontend 299 drivers/media/dvb-frontends/cx24120.c state->frontend.demodulator_priv = state; frontend 302 drivers/media/dvb-frontends/cx24120.c return &state->frontend; frontend 606 drivers/media/dvb-frontends/cx24120.c struct dvb_frontend *fe = &state->frontend; frontend 835 drivers/media/dvb-frontends/cx24120.c struct dvb_frontend *fe = &state->frontend; frontend 47 drivers/media/dvb-frontends/cx24123.c struct dvb_frontend frontend; frontend 448 drivers/media/dvb-frontends/cx24123.c if ((srate > state->frontend.ops.info.symbol_rate_max) || frontend 449 drivers/media/dvb-frontends/cx24123.c (srate < state->frontend.ops.info.symbol_rate_min)) frontend 1073 drivers/media/dvb-frontends/cx24123.c memcpy(&state->frontend.ops, &cx24123_ops, frontend 1075 drivers/media/dvb-frontends/cx24123.c state->frontend.demodulator_priv = state; frontend 1092 drivers/media/dvb-frontends/cx24123.c return &state->frontend; frontend 53 drivers/media/dvb-frontends/cxd2841er.c struct dvb_frontend frontend; frontend 330 drivers/media/dvb-frontends/cxd2841er.c if (priv->frontend.ops.tuner_ops.get_if_frequency frontend 332 drivers/media/dvb-frontends/cxd2841er.c priv->frontend.ops.tuner_ops.get_if_frequency( frontend 333 drivers/media/dvb-frontends/cxd2841er.c &priv->frontend, &hz); frontend 3849 drivers/media/dvb-frontends/cxd2841er.c priv->frontend.demodulator_priv = priv; frontend 3893 drivers/media/dvb-frontends/cxd2841er.c priv->frontend.demodulator_priv = NULL; frontend 3900 drivers/media/dvb-frontends/cxd2841er.c memcpy(&priv->frontend.ops, frontend 3905 drivers/media/dvb-frontends/cxd2841er.c memcpy(&priv->frontend.ops, frontend 3915 drivers/media/dvb-frontends/cxd2841er.c return &priv->frontend; frontend 765 drivers/media/dvb-frontends/dib3000mb.c memcpy(&state->frontend.ops, &dib3000mb_ops, sizeof(struct dvb_frontend_ops)); frontend 766 drivers/media/dvb-frontends/dib3000mb.c state->frontend.demodulator_priv = state; frontend 774 drivers/media/dvb-frontends/dib3000mb.c return &state->frontend; frontend 92 drivers/media/dvb-frontends/dib3000mb_priv.h struct dvb_frontend frontend; frontend 18 drivers/media/dvb-frontends/drx39xyj/drx39xxj.h struct dvb_frontend frontend; frontend 8868 drivers/media/dvb-frontends/drx39xyj/drxj.c struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; frontend 9016 drivers/media/dvb-frontends/drx39xyj/drxj.c struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; frontend 9459 drivers/media/dvb-frontends/drx39xyj/drxj.c struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; frontend 10676 drivers/media/dvb-frontends/drx39xyj/drxj.c struct dtv_frontend_properties *p = &state->frontend.dtv_property_cache; frontend 12333 drivers/media/dvb-frontends/drx39xyj/drxj.c memcpy(&state->frontend.ops, &drx39xxj_ops, frontend 12336 drivers/media/dvb-frontends/drx39xyj/drxj.c state->frontend.demodulator_priv = state; frontend 12339 drivers/media/dvb-frontends/drx39xyj/drxj.c p = &state->frontend.dtv_property_cache; frontend 12358 drivers/media/dvb-frontends/drx39xyj/drxj.c return &state->frontend; frontend 101 drivers/media/dvb-frontends/drxd_hard.c struct dvb_frontend frontend; frontend 2937 drivers/media/dvb-frontends/drxd_hard.c state->frontend.ops = drxd_ops; frontend 2938 drivers/media/dvb-frontends/drxd_hard.c state->frontend.demodulator_priv = state; frontend 2944 drivers/media/dvb-frontends/drxd_hard.c return &state->frontend; frontend 6245 drivers/media/dvb-frontends/drxk_hard.c state->frontend.ops.delsys[n++] = SYS_DVBC_ANNEX_A; frontend 6246 drivers/media/dvb-frontends/drxk_hard.c state->frontend.ops.delsys[n++] = SYS_DVBC_ANNEX_C; frontend 6247 drivers/media/dvb-frontends/drxk_hard.c strlcat(state->frontend.ops.info.name, " DVB-C", frontend 6248 drivers/media/dvb-frontends/drxk_hard.c sizeof(state->frontend.ops.info.name)); frontend 6251 drivers/media/dvb-frontends/drxk_hard.c state->frontend.ops.delsys[n++] = SYS_DVBT; frontend 6252 drivers/media/dvb-frontends/drxk_hard.c strlcat(state->frontend.ops.info.name, " DVB-T", frontend 6253 drivers/media/dvb-frontends/drxk_hard.c sizeof(state->frontend.ops.info.name)); frontend 6814 drivers/media/dvb-frontends/drxk_hard.c memcpy(&state->frontend.ops, &drxk_ops, sizeof(drxk_ops)); frontend 6815 drivers/media/dvb-frontends/drxk_hard.c state->frontend.demodulator_priv = state; frontend 6833 drivers/media/dvb-frontends/drxk_hard.c p = &state->frontend.dtv_property_cache; frontend 6853 drivers/media/dvb-frontends/drxk_hard.c return &state->frontend; frontend 212 drivers/media/dvb-frontends/drxk_hard.h struct dvb_frontend frontend; frontend 223 drivers/media/dvb-frontends/ds3000.c struct dvb_frontend frontend; frontend 850 drivers/media/dvb-frontends/ds3000.c memcpy(&state->frontend.ops, &ds3000_ops, frontend 852 drivers/media/dvb-frontends/ds3000.c state->frontend.demodulator_priv = state; frontend 859 drivers/media/dvb-frontends/ds3000.c ds3000_set_voltage(&state->frontend, SEC_VOLTAGE_OFF); frontend 860 drivers/media/dvb-frontends/ds3000.c return &state->frontend; frontend 18 drivers/media/dvb-frontends/dvb_dummy_fe.c struct dvb_frontend frontend; frontend 120 drivers/media/dvb-frontends/dvb_dummy_fe.c memcpy(&state->frontend.ops, &dvb_dummy_fe_ofdm_ops, sizeof(struct dvb_frontend_ops)); frontend 121 drivers/media/dvb-frontends/dvb_dummy_fe.c state->frontend.demodulator_priv = state; frontend 122 drivers/media/dvb-frontends/dvb_dummy_fe.c return &state->frontend; frontend 137 drivers/media/dvb-frontends/dvb_dummy_fe.c memcpy(&state->frontend.ops, &dvb_dummy_fe_qpsk_ops, sizeof(struct dvb_frontend_ops)); frontend 138 drivers/media/dvb-frontends/dvb_dummy_fe.c state->frontend.demodulator_priv = state; frontend 139 drivers/media/dvb-frontends/dvb_dummy_fe.c return &state->frontend; frontend 154 drivers/media/dvb-frontends/dvb_dummy_fe.c memcpy(&state->frontend.ops, &dvb_dummy_fe_qam_ops, sizeof(struct dvb_frontend_ops)); frontend 155 drivers/media/dvb-frontends/dvb_dummy_fe.c state->frontend.demodulator_priv = state; frontend 156 drivers/media/dvb-frontends/dvb_dummy_fe.c return &state->frontend; frontend 13 drivers/media/dvb-frontends/ec100.c struct dvb_frontend frontend; frontend 293 drivers/media/dvb-frontends/ec100.c memcpy(&state->frontend.ops, &ec100_ops, frontend 295 drivers/media/dvb-frontends/ec100.c state->frontend.demodulator_priv = state; frontend 297 drivers/media/dvb-frontends/ec100.c return &state->frontend; frontend 23 drivers/media/dvb-frontends/l64781.c struct dvb_frontend frontend; frontend 551 drivers/media/dvb-frontends/l64781.c memcpy(&state->frontend.ops, &l64781_ops, sizeof(struct dvb_frontend_ops)); frontend 552 drivers/media/dvb-frontends/l64781.c state->frontend.demodulator_priv = state; frontend 553 drivers/media/dvb-frontends/l64781.c return &state->frontend; frontend 43 drivers/media/dvb-frontends/lg2160.c struct dvb_frontend frontend; frontend 1413 drivers/media/dvb-frontends/lg2160.c memcpy(&state->frontend.ops, &lg2160_ops, frontend 1417 drivers/media/dvb-frontends/lg2160.c memcpy(&state->frontend.ops, &lg2161_ops, frontend 1422 drivers/media/dvb-frontends/lg2160.c state->frontend.demodulator_priv = state; frontend 1425 drivers/media/dvb-frontends/lg2160.c state->frontend.dtv_property_cache.atscmh_parade_id = 1; frontend 1427 drivers/media/dvb-frontends/lg2160.c return &state->frontend; frontend 47 drivers/media/dvb-frontends/lgdt3305.c struct dvb_frontend frontend; frontend 1115 drivers/media/dvb-frontends/lgdt3305.c memcpy(&state->frontend.ops, &lgdt3304_ops, frontend 1119 drivers/media/dvb-frontends/lgdt3305.c memcpy(&state->frontend.ops, &lgdt3305_ops, frontend 1125 drivers/media/dvb-frontends/lgdt3305.c state->frontend.demodulator_priv = state; frontend 1144 drivers/media/dvb-frontends/lgdt3305.c return &state->frontend; frontend 67 drivers/media/dvb-frontends/lgdt3306a.c struct dvb_frontend frontend; frontend 1834 drivers/media/dvb-frontends/lgdt3306a.c memcpy(&state->frontend.ops, &lgdt3306a_ops, frontend 1836 drivers/media/dvb-frontends/lgdt3306a.c state->frontend.demodulator_priv = state; frontend 1877 drivers/media/dvb-frontends/lgdt3306a.c return &state->frontend; frontend 2183 drivers/media/dvb-frontends/lgdt3306a.c return lgdt3306a_i2c_gate_ctrl(&state->frontend, 1); frontend 2191 drivers/media/dvb-frontends/lgdt3306a.c return lgdt3306a_i2c_gate_ctrl(&state->frontend, 0); frontend 2218 drivers/media/dvb-frontends/lgdt3306a.c state->frontend.ops.release = NULL; frontend 2257 drivers/media/dvb-frontends/lgdt3306a.c state->frontend.ops.release = NULL; frontend 2258 drivers/media/dvb-frontends/lgdt3306a.c state->frontend.demodulator_priv = NULL; frontend 53 drivers/media/dvb-frontends/lgdt330x.c struct dvb_frontend frontend; frontend 854 drivers/media/dvb-frontends/lgdt330x.c return &state->frontend; frontend 880 drivers/media/dvb-frontends/lgdt330x.c memcpy(&state->frontend.ops, &lgdt3302_ops, frontend 884 drivers/media/dvb-frontends/lgdt330x.c memcpy(&state->frontend.ops, &lgdt3303_ops, frontend 890 drivers/media/dvb-frontends/lgdt330x.c state->frontend.demodulator_priv = state; frontend 46 drivers/media/dvb-frontends/lgs8gl5.c struct dvb_frontend frontend; frontend 391 drivers/media/dvb-frontends/lgs8gl5.c memcpy(&state->frontend.ops, &lgs8gl5_ops, frontend 393 drivers/media/dvb-frontends/lgs8gl5.c state->frontend.demodulator_priv = state; frontend 394 drivers/media/dvb-frontends/lgs8gl5.c return &state->frontend; frontend 1031 drivers/media/dvb-frontends/lgs8gxx.c memcpy(&priv->frontend.ops, &lgs8gxx_ops, frontend 1033 drivers/media/dvb-frontends/lgs8gxx.c priv->frontend.demodulator_priv = priv; frontend 1038 drivers/media/dvb-frontends/lgs8gxx.c return &priv->frontend; frontend 19 drivers/media/dvb-frontends/lgs8gxx_priv.h struct dvb_frontend frontend; frontend 28 drivers/media/dvb-frontends/m88rs2000.c struct dvb_frontend frontend; frontend 800 drivers/media/dvb-frontends/m88rs2000.c memcpy(&state->frontend.ops, &m88rs2000_ops, frontend 802 drivers/media/dvb-frontends/m88rs2000.c state->frontend.demodulator_priv = state; frontend 803 drivers/media/dvb-frontends/m88rs2000.c return &state->frontend; frontend 25 drivers/media/dvb-frontends/mb86a16.c struct dvb_frontend frontend; frontend 1845 drivers/media/dvb-frontends/mb86a16.c memcpy(&state->frontend.ops, &mb86a16_ops, sizeof(struct dvb_frontend_ops)); frontend 1846 drivers/media/dvb-frontends/mb86a16.c state->frontend.demodulator_priv = state; frontend 1847 drivers/media/dvb-frontends/mb86a16.c state->frontend.ops.set_voltage = state->config->set_voltage; frontend 1849 drivers/media/dvb-frontends/mb86a16.c return &state->frontend; frontend 34 drivers/media/dvb-frontends/mb86a20s.c struct dvb_frontend frontend; frontend 2075 drivers/media/dvb-frontends/mb86a20s.c memcpy(&state->frontend.ops, &mb86a20s_ops, frontend 2077 drivers/media/dvb-frontends/mb86a20s.c state->frontend.demodulator_priv = state; frontend 2090 drivers/media/dvb-frontends/mb86a20s.c return &state->frontend; frontend 704 drivers/media/dvb-frontends/mn88473.c memcpy(&dev->frontend.ops, &mn88473_ops, sizeof(dev->frontend.ops)); frontend 705 drivers/media/dvb-frontends/mn88473.c dev->frontend.demodulator_priv = client; frontend 706 drivers/media/dvb-frontends/mn88473.c *config->fe = &dev->frontend; frontend 23 drivers/media/dvb-frontends/mn88473_priv.h struct dvb_frontend frontend; frontend 33 drivers/media/dvb-frontends/mt312.c struct dvb_frontend frontend; frontend 801 drivers/media/dvb-frontends/mt312.c memcpy(&state->frontend.ops, &mt312_ops, frontend 803 drivers/media/dvb-frontends/mt312.c state->frontend.demodulator_priv = state; frontend 807 drivers/media/dvb-frontends/mt312.c strscpy(state->frontend.ops.info.name, "Zarlink VP310 DVB-S", frontend 808 drivers/media/dvb-frontends/mt312.c sizeof(state->frontend.ops.info.name)); frontend 813 drivers/media/dvb-frontends/mt312.c strscpy(state->frontend.ops.info.name, "Zarlink MT312 DVB-S", frontend 814 drivers/media/dvb-frontends/mt312.c sizeof(state->frontend.ops.info.name)); frontend 819 drivers/media/dvb-frontends/mt312.c strscpy(state->frontend.ops.info.name, "Zarlink ZL10313 DVB-S", frontend 820 drivers/media/dvb-frontends/mt312.c sizeof(state->frontend.ops.info.name)); frontend 829 drivers/media/dvb-frontends/mt312.c return &state->frontend; frontend 32 drivers/media/dvb-frontends/mt352.c struct dvb_frontend frontend; frontend 547 drivers/media/dvb-frontends/mt352.c memcpy(&state->frontend.ops, &mt352_ops, sizeof(struct dvb_frontend_ops)); frontend 548 drivers/media/dvb-frontends/mt352.c state->frontend.demodulator_priv = state; frontend 549 drivers/media/dvb-frontends/mt352.c return &state->frontend; frontend 48 drivers/media/dvb-frontends/nxt200x.c struct dvb_frontend frontend; frontend 1191 drivers/media/dvb-frontends/nxt200x.c memcpy(&state->frontend.ops, &nxt200x_ops, sizeof(struct dvb_frontend_ops)); frontend 1192 drivers/media/dvb-frontends/nxt200x.c state->frontend.demodulator_priv = state; frontend 1193 drivers/media/dvb-frontends/nxt200x.c return &state->frontend; frontend 28 drivers/media/dvb-frontends/nxt6000.c struct dvb_frontend frontend; frontend 574 drivers/media/dvb-frontends/nxt6000.c memcpy(&state->frontend.ops, &nxt6000_ops, sizeof(struct dvb_frontend_ops)); frontend 575 drivers/media/dvb-frontends/nxt6000.c state->frontend.demodulator_priv = state; frontend 576 drivers/media/dvb-frontends/nxt6000.c return &state->frontend; frontend 48 drivers/media/dvb-frontends/or51132.c struct dvb_frontend frontend; frontend 566 drivers/media/dvb-frontends/or51132.c memcpy(&state->frontend.ops, &or51132_ops, sizeof(struct dvb_frontend_ops)); frontend 567 drivers/media/dvb-frontends/or51132.c state->frontend.demodulator_priv = state; frontend 568 drivers/media/dvb-frontends/or51132.c return &state->frontend; frontend 47 drivers/media/dvb-frontends/or51211.c struct dvb_frontend frontend; frontend 515 drivers/media/dvb-frontends/or51211.c memcpy(&state->frontend.ops, &or51211_ops, sizeof(struct dvb_frontend_ops)); frontend 516 drivers/media/dvb-frontends/or51211.c state->frontend.demodulator_priv = state; frontend 517 drivers/media/dvb-frontends/or51211.c return &state->frontend; frontend 26 drivers/media/dvb-frontends/s5h1409.c struct dvb_frontend frontend; frontend 965 drivers/media/dvb-frontends/s5h1409.c memcpy(&state->frontend.ops, &s5h1409_ops, frontend 967 drivers/media/dvb-frontends/s5h1409.c state->frontend.demodulator_priv = state; frontend 969 drivers/media/dvb-frontends/s5h1409.c if (s5h1409_init(&state->frontend) != 0) { frontend 976 drivers/media/dvb-frontends/s5h1409.c s5h1409_i2c_gate_ctrl(&state->frontend, 1); frontend 978 drivers/media/dvb-frontends/s5h1409.c return &state->frontend; frontend 26 drivers/media/dvb-frontends/s5h1411.c struct dvb_frontend frontend; frontend 880 drivers/media/dvb-frontends/s5h1411.c memcpy(&state->frontend.ops, &s5h1411_ops, frontend 883 drivers/media/dvb-frontends/s5h1411.c state->frontend.demodulator_priv = state; frontend 885 drivers/media/dvb-frontends/s5h1411.c if (s5h1411_init(&state->frontend) != 0) { frontend 895 drivers/media/dvb-frontends/s5h1411.c s5h1411_set_powerstate(&state->frontend, 1); frontend 897 drivers/media/dvb-frontends/s5h1411.c return &state->frontend; frontend 33 drivers/media/dvb-frontends/s5h1420.c struct dvb_frontend frontend; frontend 901 drivers/media/dvb-frontends/s5h1420.c memcpy(&state->frontend.ops, &s5h1420_ops, sizeof(struct dvb_frontend_ops)); frontend 902 drivers/media/dvb-frontends/s5h1420.c state->frontend.demodulator_priv = state; frontend 915 drivers/media/dvb-frontends/s5h1420.c return &state->frontend; frontend 24 drivers/media/dvb-frontends/s5h1432.c struct dvb_frontend frontend; frontend 351 drivers/media/dvb-frontends/s5h1432.c memcpy(&state->frontend.ops, &s5h1432_ops, frontend 354 drivers/media/dvb-frontends/s5h1432.c state->frontend.demodulator_priv = state; frontend 356 drivers/media/dvb-frontends/s5h1432.c return &state->frontend; frontend 43 drivers/media/dvb-frontends/s921.c struct dvb_frontend frontend; frontend 492 drivers/media/dvb-frontends/s921.c memcpy(&state->frontend.ops, &s921_ops, frontend 494 drivers/media/dvb-frontends/s921.c state->frontend.demodulator_priv = state; frontend 496 drivers/media/dvb-frontends/s921.c return &state->frontend; frontend 137 drivers/media/dvb-frontends/si21xx.c struct dvb_frontend frontend; frontend 932 drivers/media/dvb-frontends/si21xx.c memcpy(&state->frontend.ops, &si21xx_ops, frontend 934 drivers/media/dvb-frontends/si21xx.c state->frontend.demodulator_priv = state; frontend 935 drivers/media/dvb-frontends/si21xx.c return &state->frontend; frontend 35 drivers/media/dvb-frontends/sp8870.c struct dvb_frontend frontend; frontend 563 drivers/media/dvb-frontends/sp8870.c memcpy(&state->frontend.ops, &sp8870_ops, sizeof(struct dvb_frontend_ops)); frontend 564 drivers/media/dvb-frontends/sp8870.c state->frontend.demodulator_priv = state; frontend 565 drivers/media/dvb-frontends/sp8870.c return &state->frontend; frontend 28 drivers/media/dvb-frontends/sp887x.c struct dvb_frontend frontend; frontend 585 drivers/media/dvb-frontends/sp887x.c memcpy(&state->frontend.ops, &sp887x_ops, sizeof(struct dvb_frontend_ops)); frontend 586 drivers/media/dvb-frontends/sp887x.c state->frontend.demodulator_priv = state; frontend 587 drivers/media/dvb-frontends/sp887x.c return &state->frontend; frontend 141 drivers/media/dvb-frontends/stb0899_algo.c stb0899_i2c_gate_ctrl(&state->frontend, 1); frontend 142 drivers/media/dvb-frontends/stb0899_algo.c config->tuner_get_bandwidth(&state->frontend, &bandwidth); frontend 143 drivers/media/dvb-frontends/stb0899_algo.c stb0899_i2c_gate_ctrl(&state->frontend, 0); frontend 592 drivers/media/dvb-frontends/stb0899_algo.c stb0899_i2c_gate_ctrl(&state->frontend, 1); frontend 597 drivers/media/dvb-frontends/stb0899_algo.c state->config->tuner_set_frequency(&state->frontend, internal->freq); frontend 600 drivers/media/dvb-frontends/stb0899_algo.c state->config->tuner_get_frequency(&state->frontend, &internal->freq); frontend 608 drivers/media/dvb-frontends/stb0899_algo.c config->tuner_get_bandwidth(&state->frontend, &bandwidth); frontend 611 drivers/media/dvb-frontends/stb0899_algo.c stb0899_i2c_gate_ctrl(&state->frontend, 0); frontend 1340 drivers/media/dvb-frontends/stb0899_algo.c stb0899_i2c_gate_ctrl(&state->frontend, 1); frontend 1344 drivers/media/dvb-frontends/stb0899_algo.c state->config->tuner_set_frequency(&state->frontend, internal->freq); frontend 1346 drivers/media/dvb-frontends/stb0899_algo.c state->config->tuner_get_frequency(&state->frontend, &internal->freq); frontend 1349 drivers/media/dvb-frontends/stb0899_algo.c stb0899_i2c_gate_ctrl(&state->frontend, 0); frontend 1469 drivers/media/dvb-frontends/stb0899_drv.c stb0899_i2c_gate_ctrl(&state->frontend, 1); frontend 1477 drivers/media/dvb-frontends/stb0899_drv.c stb0899_i2c_gate_ctrl(&state->frontend, 0); frontend 1508 drivers/media/dvb-frontends/stb0899_drv.c stb0899_i2c_gate_ctrl(&state->frontend, 1); frontend 1516 drivers/media/dvb-frontends/stb0899_drv.c stb0899_i2c_gate_ctrl(&state->frontend, 0); frontend 1623 drivers/media/dvb-frontends/stb0899_drv.c state->frontend.ops = stb0899_ops; frontend 1624 drivers/media/dvb-frontends/stb0899_drv.c state->frontend.demodulator_priv = state; frontend 1628 drivers/media/dvb-frontends/stb0899_drv.c stb0899_wakeup(&state->frontend); frontend 1635 drivers/media/dvb-frontends/stb0899_drv.c return &state->frontend; frontend 200 drivers/media/dvb-frontends/stb0899_priv.h struct dvb_frontend frontend; frontend 543 drivers/media/dvb-frontends/stb6100.c state->frontend = fe; frontend 76 drivers/media/dvb-frontends/stb6100.h struct dvb_frontend *frontend; frontend 30 drivers/media/dvb-frontends/stv0288.c struct dvb_frontend frontend; frontend 584 drivers/media/dvb-frontends/stv0288.c memcpy(&state->frontend.ops, &stv0288_ops, frontend 586 drivers/media/dvb-frontends/stv0288.c state->frontend.demodulator_priv = state; frontend 587 drivers/media/dvb-frontends/stv0288.c return &state->frontend; frontend 24 drivers/media/dvb-frontends/stv0297.c struct dvb_frontend frontend; frontend 672 drivers/media/dvb-frontends/stv0297.c memcpy(&state->frontend.ops, &stv0297_ops, sizeof(struct dvb_frontend_ops)); frontend 673 drivers/media/dvb-frontends/stv0297.c state->frontend.demodulator_priv = state; frontend 674 drivers/media/dvb-frontends/stv0297.c return &state->frontend; frontend 48 drivers/media/dvb-frontends/stv0299.c struct dvb_frontend frontend; frontend 695 drivers/media/dvb-frontends/stv0299.c memcpy(&state->frontend.ops, &stv0299_ops, sizeof(struct dvb_frontend_ops)); frontend 696 drivers/media/dvb-frontends/stv0299.c state->frontend.demodulator_priv = state; frontend 697 drivers/media/dvb-frontends/stv0299.c return &state->frontend; frontend 1914 drivers/media/dvb-frontends/stv0900_core.c memcpy(&state->frontend.ops, &stv0900_ops, frontend 1916 drivers/media/dvb-frontends/stv0900_core.c state->frontend.demodulator_priv = state; frontend 1936 drivers/media/dvb-frontends/stv0900_core.c err_stv0900 = stv0900_init_internal(&state->frontend, frontend 1943 drivers/media/dvb-frontends/stv0900_core.c state->frontend.ops.info.caps |= FE_CAN_MULTISTREAM; frontend 1952 drivers/media/dvb-frontends/stv0900_core.c return &state->frontend; frontend 331 drivers/media/dvb-frontends/stv0900_priv.h struct dvb_frontend frontend; frontend 766 drivers/media/dvb-frontends/stv090x.c state->config->tuner_i2c_lock(&state->frontend, 1); frontend 787 drivers/media/dvb-frontends/stv090x.c state->config->tuner_i2c_lock(&state->frontend, 0); frontend 796 drivers/media/dvb-frontends/stv090x.c state->config->tuner_i2c_lock(&state->frontend, 0); frontend 1680 drivers/media/dvb-frontends/stv090x.c struct dvb_frontend *fe = &state->frontend; frontend 2129 drivers/media/dvb-frontends/stv090x.c struct dvb_frontend *fe = &state->frontend; frontend 2585 drivers/media/dvb-frontends/stv090x.c struct dvb_frontend *fe = &state->frontend; frontend 2836 drivers/media/dvb-frontends/stv090x.c struct dvb_frontend *fe = &state->frontend; frontend 3164 drivers/media/dvb-frontends/stv090x.c struct dvb_frontend *fe = &state->frontend; frontend 4922 drivers/media/dvb-frontends/stv090x.c if (stv090x_setup(&state->frontend) < 0) { frontend 4929 drivers/media/dvb-frontends/stv090x.c state->frontend.ops.info.caps |= FE_CAN_MULTISTREAM; frontend 4933 drivers/media/dvb-frontends/stv090x.c stv090x_send_diseqc_burst(&state->frontend, SEC_MINI_A); frontend 4990 drivers/media/dvb-frontends/stv090x.c return &state->frontend; frontend 5010 drivers/media/dvb-frontends/stv090x.c state->frontend.ops = stv090x_ops; frontend 5011 drivers/media/dvb-frontends/stv090x.c state->frontend.demodulator_priv = state; frontend 5039 drivers/media/dvb-frontends/stv090x.c stv090x_release(&state->frontend); frontend 5057 drivers/media/dvb-frontends/stv090x.c state->frontend.ops = stv090x_ops; frontend 5058 drivers/media/dvb-frontends/stv090x.c state->frontend.demodulator_priv = state; frontend 5070 drivers/media/dvb-frontends/stv090x.c return &state->frontend; frontend 241 drivers/media/dvb-frontends/stv090x_priv.h struct dvb_frontend frontend; frontend 396 drivers/media/dvb-frontends/stv6110x.c stv6110x->frontend->tuner_priv = stv6110x; frontend 397 drivers/media/dvb-frontends/stv6110x.c stv6110x->frontend->ops.tuner_ops = stv6110x_ops; frontend 420 drivers/media/dvb-frontends/stv6110x.c stv6110x->frontend = config->frontend; frontend 443 drivers/media/dvb-frontends/stv6110x.c stv6110x_release(stv6110x->frontend); frontend 457 drivers/media/dvb-frontends/stv6110x.c stv6110x->frontend = fe; frontend 18 drivers/media/dvb-frontends/stv6110x.h struct dvb_frontend *frontend; frontend 57 drivers/media/dvb-frontends/stv6110x_priv.h struct dvb_frontend *frontend; frontend 28 drivers/media/dvb-frontends/tda10021.c struct dvb_frontend frontend; frontend 69 drivers/media/dvb-frontends/tda10021.c state->frontend.dvb->num, __func__, reg, data, ret); frontend 390 drivers/media/dvb-frontends/tda10021.c state->frontend.dvb->num, afc, frontend 465 drivers/media/dvb-frontends/tda10021.c memcpy(&state->frontend.ops, &tda10021_ops, sizeof(struct dvb_frontend_ops)); frontend 466 drivers/media/dvb-frontends/tda10021.c state->frontend.demodulator_priv = state; frontend 467 drivers/media/dvb-frontends/tda10021.c return &state->frontend; frontend 35 drivers/media/dvb-frontends/tda10023.c struct dvb_frontend frontend; frontend 62 drivers/media/dvb-frontends/tda10023.c int num = state->frontend.dvb ? state->frontend.dvb->num : -1; frontend 77 drivers/media/dvb-frontends/tda10023.c int num = state->frontend.dvb ? state->frontend.dvb->num : -1; frontend 461 drivers/media/dvb-frontends/tda10023.c state->frontend.dvb->num, afc, frontend 527 drivers/media/dvb-frontends/tda10023.c memcpy(&state->frontend.ops, &tda10023_ops, sizeof(struct dvb_frontend_ops)); frontend 547 drivers/media/dvb-frontends/tda10023.c state->frontend.ops.info.symbol_rate_min = (state->sysclk/2)/64; frontend 548 drivers/media/dvb-frontends/tda10023.c state->frontend.ops.info.symbol_rate_max = (state->sysclk/2)/4; frontend 554 drivers/media/dvb-frontends/tda10023.c state->frontend.demodulator_priv = state; frontend 555 drivers/media/dvb-frontends/tda10023.c return &state->frontend; frontend 133 drivers/media/dvb-frontends/tda10048.c struct dvb_frontend frontend; frontend 1106 drivers/media/dvb-frontends/tda10048.c memcpy(&state->frontend.ops, &tda10048_ops, frontend 1108 drivers/media/dvb-frontends/tda10048.c state->frontend.demodulator_priv = state; frontend 1122 drivers/media/dvb-frontends/tda10048.c tda10048_establish_defaults(&state->frontend); frontend 1125 drivers/media/dvb-frontends/tda10048.c if (tda10048_set_if(&state->frontend, 8000000) != 0) frontend 1129 drivers/media/dvb-frontends/tda10048.c if (tda10048_set_bandwidth(&state->frontend, 8000000) != 0) frontend 1133 drivers/media/dvb-frontends/tda10048.c tda10048_i2c_gate_ctrl(&state->frontend, 0); frontend 1135 drivers/media/dvb-frontends/tda10048.c return &state->frontend; frontend 1300 drivers/media/dvb-frontends/tda1004x.c memcpy(&state->frontend.ops, &tda10045_ops, sizeof(struct dvb_frontend_ops)); frontend 1301 drivers/media/dvb-frontends/tda1004x.c state->frontend.demodulator_priv = state; frontend 1302 drivers/media/dvb-frontends/tda1004x.c return &state->frontend; frontend 1369 drivers/media/dvb-frontends/tda1004x.c memcpy(&state->frontend.ops, &tda10046_ops, sizeof(struct dvb_frontend_ops)); frontend 1370 drivers/media/dvb-frontends/tda1004x.c state->frontend.demodulator_priv = state; frontend 1371 drivers/media/dvb-frontends/tda1004x.c return &state->frontend; frontend 101 drivers/media/dvb-frontends/tda1004x.h struct dvb_frontend frontend; frontend 25 drivers/media/dvb-frontends/tda10086.c struct dvb_frontend frontend; frontend 755 drivers/media/dvb-frontends/tda10086.c memcpy(&state->frontend.ops, &tda10086_ops, sizeof(struct dvb_frontend_ops)); frontend 756 drivers/media/dvb-frontends/tda10086.c state->frontend.demodulator_priv = state; frontend 757 drivers/media/dvb-frontends/tda10086.c return &state->frontend; frontend 29 drivers/media/dvb-frontends/tda8083.c struct dvb_frontend frontend; frontend 431 drivers/media/dvb-frontends/tda8083.c memcpy(&state->frontend.ops, &tda8083_ops, sizeof(struct dvb_frontend_ops)); frontend 432 drivers/media/dvb-frontends/tda8083.c state->frontend.demodulator_priv = state; frontend 433 drivers/media/dvb-frontends/tda8083.c return &state->frontend; frontend 27 drivers/media/dvb-frontends/ves1820.c struct dvb_frontend frontend; frontend 387 drivers/media/dvb-frontends/ves1820.c memcpy(&state->frontend.ops, &ves1820_ops, sizeof(struct dvb_frontend_ops)); frontend 388 drivers/media/dvb-frontends/ves1820.c state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN/2)/64 */ frontend 389 drivers/media/dvb-frontends/ves1820.c state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */ frontend 390 drivers/media/dvb-frontends/ves1820.c state->frontend.demodulator_priv = state; frontend 392 drivers/media/dvb-frontends/ves1820.c return &state->frontend; frontend 28 drivers/media/dvb-frontends/ves1x93.c struct dvb_frontend frontend; frontend 493 drivers/media/dvb-frontends/ves1x93.c memcpy(&state->frontend.ops, &ves1x93_ops, sizeof(struct dvb_frontend_ops)); frontend 494 drivers/media/dvb-frontends/ves1x93.c state->frontend.demodulator_priv = state; frontend 495 drivers/media/dvb-frontends/ves1x93.c return &state->frontend; frontend 16 drivers/media/dvb-frontends/zd1301_demod.c struct dvb_frontend frontend; frontend 305 drivers/media/dvb-frontends/zd1301_demod.c return &dev->frontend; frontend 505 drivers/media/dvb-frontends/zd1301_demod.c memcpy(&dev->frontend.ops, &zd1301_demod_ops, sizeof(dev->frontend.ops)); frontend 506 drivers/media/dvb-frontends/zd1301_demod.c dev->frontend.demodulator_priv = dev; frontend 22 drivers/media/dvb-frontends/zl10353.c struct dvb_frontend frontend; frontend 615 drivers/media/dvb-frontends/zl10353.c memcpy(&state->frontend.ops, &zl10353_ops, sizeof(struct dvb_frontend_ops)); frontend 616 drivers/media/dvb-frontends/zl10353.c state->frontend.demodulator_priv = state; frontend 618 drivers/media/dvb-frontends/zl10353.c return &state->frontend; frontend 128 drivers/media/firewire/firedtv-dvb.c (demux->dmx.frontend->source != DMX_MEMORY_FE))) { frontend 191 drivers/media/firewire/firedtv-dvb.c fdtv->frontend.source = DMX_FRONTEND_0; frontend 193 drivers/media/firewire/firedtv-dvb.c err = fdtv->demux.dmx.add_frontend(&fdtv->demux.dmx, &fdtv->frontend); frontend 198 drivers/media/firewire/firedtv-dvb.c &fdtv->frontend); frontend 222 drivers/media/firewire/firedtv-dvb.c fdtv->demux.dmx.remove_frontend(&fdtv->demux.dmx, &fdtv->frontend); frontend 240 drivers/media/firewire/firedtv-dvb.c fdtv->demux.dmx.remove_frontend(&fdtv->demux.dmx, &fdtv->frontend); frontend 79 drivers/media/firewire/firedtv.h struct dmx_frontend frontend; frontend 1704 drivers/media/pci/bt8xx/dst.c memcpy(&state->frontend.ops, &dst_dvbt_ops, sizeof(struct dvb_frontend_ops)); frontend 1707 drivers/media/pci/bt8xx/dst.c memcpy(&state->frontend.ops, &dst_dvbc_ops, sizeof(struct dvb_frontend_ops)); frontend 1710 drivers/media/pci/bt8xx/dst.c memcpy(&state->frontend.ops, &dst_dvbs_ops, sizeof(struct dvb_frontend_ops)); frontend 1713 drivers/media/pci/bt8xx/dst.c memcpy(&state->frontend.ops, &dst_atsc_ops, sizeof(struct dvb_frontend_ops)); frontend 1720 drivers/media/pci/bt8xx/dst.c state->frontend.demodulator_priv = state; frontend 94 drivers/media/pci/bt8xx/dst_common.h struct dvb_frontend frontend; frontend 67 drivers/media/pci/bt8xx/dvb-bt8xx.c if (!dvbdmx->dmx.frontend) frontend 87 drivers/media/pci/bt8xx/dvb-bt8xx.c if (!dvbdmx->dmx.frontend) frontend 673 drivers/media/pci/bt8xx/dvb-bt8xx.c card->fe = &state->frontend; frontend 281 drivers/media/pci/cx18/cx18-dvb.c if (!demux->dmx.frontend) frontend 146 drivers/media/pci/cx23885/cx23885-dvb.c if (fe && fe->dvb.frontend && fe->dvb.frontend->ops.i2c_gate_ctrl) frontend 147 drivers/media/pci/cx23885/cx23885-dvb.c fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open); frontend 1227 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1230 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1232 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(mt2131_attach, fe0->dvb.frontend, frontend 1239 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(lgdt3305_attach, frontend 1242 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1244 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1248 drivers/media/pci/cx23885/cx23885-dvb.c cx23885_set_frontend_hook(port, fe0->dvb.frontend); frontend 1253 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1411_attach, frontend 1256 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1259 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1272 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = frontend 1276 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1279 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1282 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1288 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = frontend 1292 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1294 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(mt2131_attach, fe0->dvb.frontend, frontend 1301 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1304 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1306 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(mt2131_attach, fe0->dvb.frontend, frontend 1312 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(lgdt330x_attach, frontend 1316 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1318 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1324 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1327 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1329 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1335 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1338 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1351 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, &cfg); frontend 1359 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(tda10048_attach, frontend 1362 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1364 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1367 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1373 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(tda10048_attach, frontend 1376 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1377 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1388 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, frontend 1390 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1406 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, &cfg); frontend 1414 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1417 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1418 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1411_attach, frontend 1421 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) frontend 1422 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1429 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1432 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1444 drivers/media/pci/cx23885/cx23885-dvb.c fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, frontend 1463 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, 0x80, &dib7070p_dib7000p_config); frontend 1464 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1467 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->sec_priv = kmemdup(&dib7000p_ops, sizeof(dib7000p_ops), GFP_KERNEL); frontend 1468 drivers/media/pci/cx23885/cx23885-dvb.c if (!fe0->dvb.frontend->sec_priv) frontend 1470 drivers/media/pci/cx23885/cx23885-dvb.c tun_i2c = dib7000p_ops.get_i2c_master(fe0->dvb.frontend, DIBX000_I2C_INTERFACE_TUNER, 1); frontend 1471 drivers/media/pci/cx23885/cx23885-dvb.c if (!dvb_attach(dib0070_attach, fe0->dvb.frontend, tun_i2c, &dib7070p_dib0070_config)) frontend 1481 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1484 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1496 drivers/media/pci/cx23885/cx23885-dvb.c fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, frontend 1505 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1508 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1518 drivers/media/pci/cx23885/cx23885-dvb.c fe = dvb_attach(xc4000_attach, fe0->dvb.frontend, frontend 1530 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(cx24116_attach, frontend 1533 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) frontend 1534 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.set_voltage = f300_set_voltage; frontend 1544 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(cx24117_attach, frontend 1550 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(cx24117_attach, frontend 1559 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(ds3000_attach, frontend 1562 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1563 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(ts2020_attach, fe0->dvb.frontend, frontend 1565 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.set_voltage = f300_set_voltage; frontend 1572 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(cx24116_attach, frontend 1581 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(stv0900_attach, frontend 1584 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1586 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1590 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1601 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(stv0900_attach, frontend 1604 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1606 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1610 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1624 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(lgs8gxx_attach, frontend 1627 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1629 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1631 drivers/media/pci/cx23885/cx23885-dvb.c cx23885_set_frontend_hook(port, fe0->dvb.frontend); frontend 1636 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(mb86a20s_attach, frontend 1639 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1642 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1645 drivers/media/pci/cx23885/cx23885-dvb.c cx23885_set_frontend_hook(port, fe0->dvb.frontend); frontend 1650 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(lgs8gxx_attach, frontend 1653 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1655 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1658 drivers/media/pci/cx23885/cx23885-dvb.c cx23885_set_frontend_hook(port, fe0->dvb.frontend); frontend 1662 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1411_attach, frontend 1665 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1667 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1678 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(s5h1411_attach, frontend 1681 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1683 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1692 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(atbm8830_attach, frontend 1695 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1697 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(max2165_attach, fe0->dvb.frontend, frontend 1704 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(atbm8830_attach, frontend 1707 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1709 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(max2165_attach, fe0->dvb.frontend, frontend 1723 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(stv0367ter_attach, frontend 1726 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1728 drivers/media/pci/cx23885/cx23885-dvb.c if (NULL == dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1733 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.tuner_ops.init(fe0->dvb.frontend); frontend 1740 drivers/media/pci/cx23885/cx23885-dvb.c fe1->dvb.frontend = dvb_attach(stv0367cab_attach, frontend 1743 drivers/media/pci/cx23885/cx23885-dvb.c if (fe1->dvb.frontend == NULL) frontend 1746 drivers/media/pci/cx23885/cx23885-dvb.c fe1->dvb.frontend->id = 1; frontend 1748 drivers/media/pci/cx23885/cx23885-dvb.c fe1->dvb.frontend, frontend 1760 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(drxk_attach, frontend 1763 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1766 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1773 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(drxk_attach, frontend 1776 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1779 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1789 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(ds3000_attach, frontend 1792 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1794 drivers/media/pci/cx23885/cx23885-dvb.c dvb_attach(ts2020_attach, fe0->dvb.frontend, frontend 1800 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(stv090x_attach, frontend 1804 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1807 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1812 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.set_voltage = p8000_set_voltage; frontend 1836 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = tda10071_pdata.get_dvb_frontend(client_demod); frontend 1840 drivers/media/pci/cx23885/cx23885-dvb.c a8293_pdata.dvb_frontend = fe0->dvb.frontend; frontend 1859 drivers/media/pci/cx23885/cx23885-dvb.c si2165_pdata.fe = &fe0->dvb.frontend; frontend 1877 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1879 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; frontend 1881 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend, frontend 1908 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = tda10071_pdata.get_dvb_frontend(client_demod); frontend 1912 drivers/media/pci/cx23885/cx23885-dvb.c a8293_pdata.dvb_frontend = fe0->dvb.frontend; frontend 1936 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(m88ds3103_attach, frontend 1939 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 1944 drivers/media/pci/cx23885/cx23885-dvb.c ts2020_config.fe = fe0->dvb.frontend; frontend 1961 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.read_signal_strength = frontend 1962 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.tuner_ops.get_rf_strength; frontend 1969 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.set_voltage; frontend 1970 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.set_voltage = frontend 1981 drivers/media/pci/cx23885/cx23885-dvb.c si2168_config.fe = &fe0->dvb.frontend; frontend 2000 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2028 drivers/media/pci/cx23885/cx23885-dvb.c si2168_config.fe = &fe0->dvb.frontend; frontend 2046 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2068 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(m88ds3103_attach, frontend 2071 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 2076 drivers/media/pci/cx23885/cx23885-dvb.c ts2020_config.fe = fe0->dvb.frontend; frontend 2092 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.read_signal_strength = frontend 2093 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.tuner_ops.get_rf_strength; frontend 2141 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = m88ds3103_pdata.get_dvb_frontend(client_demod); frontend 2145 drivers/media/pci/cx23885/cx23885-dvb.c ts2020_config.fe = fe0->dvb.frontend; frontend 2161 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.read_signal_strength = frontend 2162 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.tuner_ops.get_rf_strength; frontend 2169 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.set_voltage; frontend 2170 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.set_voltage = p_set_voltage; frontend 2191 drivers/media/pci/cx23885/cx23885-dvb.c si2168_config.fe = &fe0->dvb.frontend; frontend 2208 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2235 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(m88ds3103_attach, frontend 2238 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 2242 drivers/media/pci/cx23885/cx23885-dvb.c a8293_pdata.dvb_frontend = fe0->dvb.frontend; frontend 2259 drivers/media/pci/cx23885/cx23885-dvb.c m88rs6000t_config.fe = fe0->dvb.frontend; frontend 2275 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.read_signal_strength = frontend 2276 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.tuner_ops.get_rf_strength; frontend 2283 drivers/media/pci/cx23885/cx23885-dvb.c si2168_config.fe = &fe0->dvb.frontend; frontend 2301 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2336 drivers/media/pci/cx23885/cx23885-dvb.c si2168_config.fe = &fe0->dvb.frontend; frontend 2354 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2383 drivers/media/pci/cx23885/cx23885-dvb.c si2168_config.fe = &fe0->dvb.frontend; frontend 2401 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2435 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(lgdt3306a_attach, frontend 2437 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 2442 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2471 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(lgdt3306a_attach, frontend 2473 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 2478 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2510 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend = dvb_attach(lgdt3306a_attach, frontend 2513 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend == NULL) frontend 2518 drivers/media/pci/cx23885/cx23885-dvb.c si2157_config.fe = fe0->dvb.frontend; frontend 2545 drivers/media/pci/cx23885/cx23885-dvb.c if ((NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend)) { frontend 2552 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->callback = cx23885_tuner_callback; frontend 2554 drivers/media/pci/cx23885/cx23885-dvb.c fe1->dvb.frontend->callback = cx23885_tuner_callback; frontend 2557 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.ts_bus_ctrl = cx23885_dvb_bus_ctrl; frontend 2559 drivers/media/pci/cx23885/cx23885-dvb.c fe1->dvb.frontend->ops.ts_bus_ctrl = cx23885_dvb_bus_ctrl; frontend 2565 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0->dvb.frontend->ops.analog_ops.standby) frontend 2566 drivers/media/pci/cx23885/cx23885-dvb.c fe0->dvb.frontend->ops.analog_ops.standby(fe0->dvb.frontend); frontend 2685 drivers/media/pci/cx23885/cx23885-dvb.c if (fe0 && fe0->dvb.frontend) frontend 994 drivers/media/pci/cx23885/cx23885-video.c fe = vfe->dvb.frontend; frontend 209 drivers/media/pci/cx88/cx88-dvb.c if (fe && fe->dvb.frontend && fe->dvb.frontend->ops.i2c_gate_ctrl) frontend 210 drivers/media/pci/cx88/cx88-dvb.c fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open); frontend 618 drivers/media/pci/cx88/cx88-dvb.c if (!fe0->dvb.frontend) { frontend 630 drivers/media/pci/cx88/cx88-dvb.c fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); frontend 633 drivers/media/pci/cx88/cx88-dvb.c dvb_frontend_detach(fe0->dvb.frontend); frontend 634 drivers/media/pci/cx88/cx88-dvb.c dvb_unregister_frontend(fe0->dvb.frontend); frontend 635 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = NULL; frontend 654 drivers/media/pci/cx88/cx88-dvb.c if (!fe0->dvb.frontend) { frontend 659 drivers/media/pci/cx88/cx88-dvb.c fe = dvb_attach(xc4000_attach, fe0->dvb.frontend, &dev->core->i2c_adap, frontend 663 drivers/media/pci/cx88/cx88-dvb.c dvb_frontend_detach(fe0->dvb.frontend); frontend 664 drivers/media/pci/cx88/cx88-dvb.c dvb_unregister_frontend(fe0->dvb.frontend); frontend 665 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = NULL; frontend 1013 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx22702_attach, frontend 1016 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1017 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1027 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx22702_attach, frontend 1030 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1031 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1041 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx22702_attach, frontend 1044 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1045 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1052 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx22702_attach, frontend 1055 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1056 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1067 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24123_attach, frontend 1070 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1072 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend, frontend 1082 drivers/media/pci/cx88/cx88-dvb.c fe1->dvb.frontend = dvb_attach(cx22702_attach, frontend 1085 drivers/media/pci/cx88/cx88-dvb.c if (fe1->dvb.frontend) { frontend 1086 drivers/media/pci/cx88/cx88-dvb.c fe1->dvb.frontend->id = 1; frontend 1088 drivers/media/pci/cx88/cx88-dvb.c fe1->dvb.frontend, frontend 1095 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1098 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1099 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1105 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1108 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1109 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1119 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1122 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1123 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1129 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1132 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1133 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1139 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1142 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1143 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1151 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1154 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1155 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, frontend 1163 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1166 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1167 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1177 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1180 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1181 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1188 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1191 drivers/media/pci/cx88/cx88-dvb.c if (!fe0->dvb.frontend) frontend 1192 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1200 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) frontend 1201 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; frontend 1206 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(or51132_attach, &pchdtv_hd3000, frontend 1208 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1209 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1226 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(lgdt330x_attach, frontend 1230 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1231 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1245 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(lgdt330x_attach, frontend 1249 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1250 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1264 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(lgdt330x_attach, frontend 1268 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1269 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1273 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(tda9887_attach, fe0->dvb.frontend, frontend 1286 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(lgdt330x_attach, frontend 1290 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1291 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1295 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(tda9887_attach, fe0->dvb.frontend, frontend 1301 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(nxt200x_attach, frontend 1304 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1305 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1313 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24123_attach, frontend 1316 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1324 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(isl6421_attach, fe0->dvb.frontend, frontend 1331 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24123_attach, frontend 1334 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1335 drivers/media/pci/cx88/cx88-dvb.c core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; frontend 1336 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = kworld_dvbs_100_set_voltage; frontend 1340 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24123_attach, frontend 1343 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1344 drivers/media/pci/cx88/cx88-dvb.c core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; frontend 1345 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = geniatech_dvbs_set_voltage; frontend 1349 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1352 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1353 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1360 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1363 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1376 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend, &cfg); frontend 1383 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1386 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1387 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; frontend 1394 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1397 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1405 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; frontend 1413 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1420 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(s5h1409_attach, frontend 1427 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(s5h1411_attach, frontend 1430 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1431 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1442 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24116_attach, frontend 1445 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1447 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend, frontend 1457 drivers/media/pci/cx88/cx88-dvb.c fe1->dvb.frontend = dvb_attach(cx22702_attach, frontend 1460 drivers/media/pci/cx88/cx88-dvb.c if (fe1->dvb.frontend) { frontend 1461 drivers/media/pci/cx88/cx88-dvb.c fe1->dvb.frontend->id = 1; frontend 1463 drivers/media/pci/cx88/cx88-dvb.c fe1->dvb.frontend, frontend 1470 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24116_attach, frontend 1473 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1475 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend, frontend 1484 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(stv0299_attach, frontend 1487 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1488 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(dvb_pll_attach, fe0->dvb.frontend, 0x60, frontend 1491 drivers/media/pci/cx88/cx88-dvb.c core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; frontend 1492 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; frontend 1495 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(stv0288_attach, frontend 1498 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1500 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend, 0x61, frontend 1503 drivers/media/pci/cx88/cx88-dvb.c core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; frontend 1504 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; frontend 1509 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24116_attach, frontend 1512 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) frontend 1513 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; frontend 1516 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(ds3000_attach, frontend 1519 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1520 drivers/media/pci/cx88/cx88-dvb.c dvb_attach(ts2020_attach, fe0->dvb.frontend, frontend 1522 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = frontend 1530 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(cx24116_attach, frontend 1533 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) frontend 1534 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = tevii_dvbs_set_voltage; frontend 1537 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1540 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1541 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; frontend 1549 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(stv0900_attach, frontend 1552 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1553 drivers/media/pci/cx88/cx88-dvb.c if (!dvb_attach(stb6100_attach, fe0->dvb.frontend, frontend 1558 drivers/media/pci/cx88/cx88-dvb.c tuner_ops = &fe0->dvb.frontend->ops.tuner_ops; frontend 1565 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage; frontend 1566 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = frontend 1581 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(stv0299_attach, frontend 1584 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1585 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.tuner_ops.set_params = frontend 1587 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->tuner_priv = frontend 1589 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = frontend 1591 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_tone = frontend 1598 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend = dvb_attach(mb86a16_attach, frontend 1601 drivers/media/pci/cx88/cx88-dvb.c if (fe0->dvb.frontend) { frontend 1603 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage; frontend 1604 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.set_voltage = frontend 1614 drivers/media/pci/cx88/cx88-dvb.c if ((NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend)) { frontend 1619 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->callback = cx88_tuner_callback; frontend 1622 drivers/media/pci/cx88/cx88-dvb.c fe0->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl; frontend 1624 drivers/media/pci/cx88/cx88-dvb.c fe1->dvb.frontend->ops.ts_bus_ctrl = cx88_dvb_bus_ctrl; frontend 97 drivers/media/pci/mantis/mantis_dvb.c if (!dvbdmx->dmx.frontend) { frontend 120 drivers/media/pci/mantis/mantis_dvb.c if (!dvbdmx->dmx.frontend) { frontend 424 drivers/media/pci/netup_unidvb/netup_unidvb_core.c fes[0]->dvb.frontend = dvb_attach(cxd2841er_attach_s, frontend 426 drivers/media/pci/netup_unidvb/netup_unidvb_core.c if (fes[0]->dvb.frontend == NULL) { frontend 435 drivers/media/pci/netup_unidvb/netup_unidvb_core.c if (!dvb_attach(horus3a_attach, fes[0]->dvb.frontend, frontend 444 drivers/media/pci/netup_unidvb/netup_unidvb_core.c if (!dvb_attach(helene_attach_s, fes[0]->dvb.frontend, frontend 453 drivers/media/pci/netup_unidvb/netup_unidvb_core.c if (!dvb_attach(lnbh25_attach, fes[0]->dvb.frontend, frontend 461 drivers/media/pci/netup_unidvb/netup_unidvb_core.c fes[1]->dvb.frontend = dvb_attach(cxd2841er_attach_t_c, frontend 463 drivers/media/pci/netup_unidvb/netup_unidvb_core.c if (fes[1]->dvb.frontend == NULL) { frontend 468 drivers/media/pci/netup_unidvb/netup_unidvb_core.c fes[1]->dvb.frontend->id = 1; frontend 471 drivers/media/pci/netup_unidvb/netup_unidvb_core.c if (!dvb_attach(ascot2e_attach, fes[1]->dvb.frontend, frontend 480 drivers/media/pci/netup_unidvb/netup_unidvb_core.c if (!dvb_attach(helene_attach, fes[1]->dvb.frontend, frontend 594 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, cdec_conf, &dev->i2c_adap); frontend 595 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 597 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; frontend 598 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(tda827x_attach, fe0->dvb.frontend, frontend 1238 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, &pinnacle_300i, frontend 1240 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1241 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.set_params = mt352_pinnacle_tuner_set_params; frontend 1247 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, &avermedia_777, frontend 1249 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1250 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1257 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1263 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1266 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1280 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; frontend 1281 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1287 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1290 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1291 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.init = philips_tu1216_init; frontend 1292 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.set_params = philips_tda6651_pll_set; frontend 1304 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1307 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1308 drivers/media/pci/saa7134/saa7134-dvb.c dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; frontend 1309 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; frontend 1310 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; frontend 1311 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; frontend 1312 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params; frontend 1316 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1319 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1320 drivers/media/pci/saa7134/saa7134-dvb.c dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; frontend 1321 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; frontend 1322 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.init = philips_europa_tuner_init; frontend 1323 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.sleep = philips_europa_tuner_sleep; frontend 1324 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params; frontend 1328 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1331 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1332 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.init = philips_tu1216_init; frontend 1333 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.set_params = philips_tda6651_pll_set; frontend 1342 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10048_attach, frontend 1345 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1346 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1349 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1370 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(lgdt3305_attach, frontend 1373 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1374 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1377 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1398 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10086_attach, &flydvbs, &dev->i2c_adap); frontend 1399 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1400 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(tda826x_attach, fe0->dvb.frontend, 0x63, frontend 1406 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(isl6421_attach, fe0->dvb.frontend, frontend 1418 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1421 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1422 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(tda827x_attach,fe0->dvb.frontend, frontend 1443 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10086_attach, frontend 1445 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1446 drivers/media/pci/saa7134/saa7134-dvb.c struct dvb_frontend *fe = fe0->dvb.frontend; frontend 1451 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(tda826x_attach, fe0->dvb.frontend, frontend 1485 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(nxt200x_attach, &avertvhda180, frontend 1487 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) frontend 1488 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(dvb_pll_attach, fe0->dvb.frontend, 0x61, frontend 1493 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(nxt200x_attach, &kworldatsc110, frontend 1495 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) frontend 1496 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1504 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(s5h1411_attach, frontend 1507 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1508 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1511 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1517 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10086_attach, &flydvbs, frontend 1519 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1520 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(tda826x_attach, fe0->dvb.frontend, 0x60, frontend 1525 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(isl6421_attach, fe0->dvb.frontend, frontend 1534 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1537 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1538 drivers/media/pci/saa7134/saa7134-dvb.c dev->original_demod_sleep = fe0->dvb.frontend->ops.sleep; frontend 1539 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.sleep = philips_europa_demod_sleep; frontend 1541 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1547 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10046_attach, frontend 1550 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1551 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.init = philips_td1316_tuner_init; frontend 1552 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.set_params = philips_td1316_tuner_set_params; frontend 1591 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10086_attach, &flydvbs, frontend 1593 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1594 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(tda826x_attach, fe0->dvb.frontend, 0x60, frontend 1599 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(lnbp21_attach, fe0->dvb.frontend, frontend 1621 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1627 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10086_attach, frontend 1629 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1631 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(dvb_pll_attach, fe0->dvb.frontend, 0x60, frontend 1638 drivers/media/pci/saa7134/saa7134-dvb.c fe = fe0->dvb.frontend; frontend 1657 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt352_attach, frontend 1668 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10086_attach, frontend 1670 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1672 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend, 0x60, frontend 1678 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(lnbp21_attach, fe0->dvb.frontend, frontend 1693 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10086_attach, frontend 1695 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1697 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend, 0x60, frontend 1703 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(lnbp21_attach, fe0->dvb.frontend, frontend 1718 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1721 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1722 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(simple_tuner_attach, fe0->dvb.frontend, frontend 1728 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1731 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1732 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1737 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1740 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1741 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(xc5000_attach, fe0->dvb.frontend, frontend 1748 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt312_attach, frontend 1750 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1751 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(zl10036_attach, fe0->dvb.frontend, frontend 1759 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt312_attach, frontend 1761 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) frontend 1762 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(zl10039_attach, fe0->dvb.frontend, frontend 1769 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(zl10353_attach, frontend 1772 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1774 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend, frontend 1781 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10048_attach, frontend 1784 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1785 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1788 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1794 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(tda10048_attach, frontend 1797 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1798 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1801 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1810 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mb86a20s_attach, frontend 1813 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1814 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1817 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = kworld_sbtvd_gate_ctrl; frontend 1818 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1826 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(lgs8gxx_attach, frontend 1829 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend != NULL) { frontend 1830 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda829x_attach, fe0->dvb.frontend, frontend 1833 drivers/media/pci/saa7134/saa7134-dvb.c dvb_attach(tda18271_attach, fe0->dvb.frontend, frontend 1847 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend = dvb_attach(mt312_attach, frontend 1849 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend) { frontend 1850 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.i2c_gate_ctrl = NULL; frontend 1851 drivers/media/pci/saa7134/saa7134-dvb.c if (dvb_attach(zl10039_attach, fe0->dvb.frontend, frontend 1869 drivers/media/pci/saa7134/saa7134-dvb.c if (!fe0->dvb.frontend) frontend 1872 drivers/media/pci/saa7134/saa7134-dvb.c fe = dvb_attach(xc2028_attach, fe0->dvb.frontend, &cfg); frontend 1880 drivers/media/pci/saa7134/saa7134-dvb.c if (NULL == fe0->dvb.frontend) { frontend 1885 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->callback = saa7134_tuner_callback; frontend 1902 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend->ops.init) frontend 1903 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.init(fe0->dvb.frontend); frontend 1904 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend->ops.sleep) frontend 1905 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.sleep(fe0->dvb.frontend); frontend 1906 drivers/media/pci/saa7134/saa7134-dvb.c if (fe0->dvb.frontend->ops.tuner_ops.sleep) frontend 1907 drivers/media/pci/saa7134/saa7134-dvb.c fe0->dvb.frontend->ops.tuner_ops.sleep(fe0->dvb.frontend); frontend 1945 drivers/media/pci/saa7134/saa7134-dvb.c fe = fe0->dvb.frontend; frontend 290 drivers/media/pci/saa7164/saa7164-dvb.c if (!demux->dmx.frontend) frontend 395 drivers/media/pci/saa7164/saa7164-dvb.c result = dvb_register_frontend(&dvb->adapter, dvb->frontend); frontend 464 drivers/media/pci/saa7164/saa7164-dvb.c dvb_unregister_frontend(dvb->frontend); frontend 466 drivers/media/pci/saa7164/saa7164-dvb.c dvb_frontend_detach(dvb->frontend); frontend 494 drivers/media/pci/saa7164/saa7164-dvb.c if (dvb->frontend == NULL) frontend 516 drivers/media/pci/saa7164/saa7164-dvb.c dvb_unregister_frontend(dvb->frontend); frontend 517 drivers/media/pci/saa7164/saa7164-dvb.c dvb_frontend_detach(dvb->frontend); frontend 550 drivers/media/pci/saa7164/saa7164-dvb.c port->dvb.frontend = dvb_attach(tda10048_attach, frontend 554 drivers/media/pci/saa7164/saa7164-dvb.c if (port->dvb.frontend != NULL) { frontend 556 drivers/media/pci/saa7164/saa7164-dvb.c dvb_attach(tda18271_attach, port->dvb.frontend, frontend 563 drivers/media/pci/saa7164/saa7164-dvb.c port->dvb.frontend = dvb_attach(tda10048_attach, frontend 567 drivers/media/pci/saa7164/saa7164-dvb.c if (port->dvb.frontend != NULL) { frontend 569 drivers/media/pci/saa7164/saa7164-dvb.c dvb_attach(tda18271_attach, port->dvb.frontend, frontend 582 drivers/media/pci/saa7164/saa7164-dvb.c port->dvb.frontend = dvb_attach(s5h1411_attach, frontend 586 drivers/media/pci/saa7164/saa7164-dvb.c if (port->dvb.frontend != NULL) { frontend 590 drivers/media/pci/saa7164/saa7164-dvb.c dvb_attach(tda18271_attach, port->dvb.frontend, frontend 595 drivers/media/pci/saa7164/saa7164-dvb.c dvb_attach(tda18271_attach, port->dvb.frontend, frontend 607 drivers/media/pci/saa7164/saa7164-dvb.c port->dvb.frontend = dvb_attach(lgdt3306a_attach, frontend 610 drivers/media/pci/saa7164/saa7164-dvb.c port->dvb.frontend = dvb_attach(lgdt3306a_attach, frontend 614 drivers/media/pci/saa7164/saa7164-dvb.c if (port->dvb.frontend != NULL) { frontend 618 drivers/media/pci/saa7164/saa7164-dvb.c port->dvb.frontend, 0xc0, frontend 622 drivers/media/pci/saa7164/saa7164-dvb.c port->dvb.frontend, 0xc0, frontend 633 drivers/media/pci/saa7164/saa7164-dvb.c si2168_config.fe = &port->dvb.frontend; frontend 654 drivers/media/pci/saa7164/saa7164-dvb.c si2157_config.fe = port->dvb.frontend; frontend 678 drivers/media/pci/saa7164/saa7164-dvb.c si2168_config.fe = &port->dvb.frontend; frontend 698 drivers/media/pci/saa7164/saa7164-dvb.c si2157_config.fe = port->dvb.frontend; frontend 727 drivers/media/pci/saa7164/saa7164-dvb.c if (NULL == dvb->frontend) { frontend 736 drivers/media/pci/saa7164/saa7164-dvb.c if (dvb->frontend->ops.release) frontend 737 drivers/media/pci/saa7164/saa7164-dvb.c dvb->frontend->ops.release(dvb->frontend); frontend 388 drivers/media/pci/saa7164/saa7164-encoder.c fe = tsport->dvb.frontend; frontend 232 drivers/media/pci/saa7164/saa7164.h struct dvb_frontend *frontend; frontend 286 drivers/media/pci/ttpci/av7110.c if (!dvbdmxfilter->feed->demux->dmx.frontend) frontend 288 drivers/media/pci/ttpci/av7110.c if (dvbdmxfilter->feed->demux->dmx.frontend->source == DMX_MEMORY_FE) frontend 951 drivers/media/pci/ttpci/av7110.c if (!demux->dmx.frontend) frontend 960 drivers/media/pci/ttpci/av7110.c switch (demux->dmx.frontend->source) { frontend 978 drivers/media/pci/ttpci/av7110.c (demux->dmx.frontend->source != DMX_MEMORY_FE)) { frontend 999 drivers/media/pci/ttpci/av7110.c if (demux->dmx.frontend->source != DMX_MEMORY_FE) { frontend 1031 drivers/media/pci/ttpci/av7110.c (demux->dmx.frontend->source != DMX_MEMORY_FE)) frontend 1045 drivers/media/pci/ttpci/av7110.c if (demux->dmx.frontend->source != DMX_MEMORY_FE) { frontend 843 drivers/media/pci/ttpci/av7110_av.c if (av7110->full_ts && demux->dmx.frontend->source != DMX_MEMORY_FE) frontend 315 drivers/media/pci/ttpci/budget-core.c if (!demux->dmx.frontend) frontend 210 drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c if (tsin->frontend) { frontend 211 drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c dvb_unregister_frontend(tsin->frontend); frontend 212 drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c dvb_frontend_detach(tsin->frontend); frontend 233 drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c struct dvb_frontend *frontend; frontend 243 drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c res = c8sectpfe_frontend_attach(&frontend, *c8sectpfe, tsin, n); frontend 247 drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c res = dvb_register_frontend(&c8sectpfe[0]->adapter, frontend); frontend 254 drivers/media/platform/sti/c8sectpfe/c8sectpfe-common.c tsin->frontend = frontend; frontend 34 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.h struct dvb_frontend *frontend; frontend 219 drivers/media/tuners/mt2063.c struct dvb_frontend *frontend; frontend 241 drivers/media/tuners/mt2063.c struct dvb_frontend *fe = state->frontend; frontend 296 drivers/media/tuners/mt2063.c struct dvb_frontend *fe = state->frontend; frontend 2222 drivers/media/tuners/mt2063.c state->frontend = fe; frontend 290 drivers/media/tuners/mxl5005s.c struct dvb_frontend *frontend; frontend 4104 drivers/media/tuners/mxl5005s.c state->frontend = fe; frontend 282 drivers/media/usb/au0828/au0828-dvb.c if (!demux->dmx.frontend) frontend 285 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend) { frontend 314 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend) { frontend 436 drivers/media/usb/au0828/au0828-dvb.c result = dvb_register_frontend(&dvb->adapter, dvb->frontend); frontend 444 drivers/media/usb/au0828/au0828-dvb.c dvb->set_frontend = dvb->frontend->ops.set_frontend; frontend 445 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend->ops.set_frontend = au0828_set_frontend; frontend 516 drivers/media/usb/au0828/au0828-dvb.c dvb_unregister_frontend(dvb->frontend); frontend 518 drivers/media/usb/au0828/au0828-dvb.c dvb_frontend_detach(dvb->frontend); frontend 537 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend == NULL) frontend 547 drivers/media/usb/au0828/au0828-dvb.c dvb_unregister_frontend(dvb->frontend); frontend 548 drivers/media/usb/au0828/au0828-dvb.c dvb_frontend_detach(dvb->frontend); frontend 556 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend = NULL; frontend 574 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend = dvb_attach(au8522_attach, frontend 577 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend != NULL) frontend 581 drivers/media/usb/au0828/au0828-dvb.c dvb_attach(xc5000_attach, dvb->frontend, frontend 586 drivers/media/usb/au0828/au0828-dvb.c dvb_attach(xc5000_attach, dvb->frontend, frontend 593 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend = dvb_attach(au8522_attach, frontend 596 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend != NULL) frontend 597 drivers/media/usb/au0828/au0828-dvb.c dvb_attach(mxl5007t_attach, dvb->frontend, frontend 602 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend = dvb_attach(au8522_attach, frontend 605 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend != NULL) frontend 606 drivers/media/usb/au0828/au0828-dvb.c dvb_attach(tda18271_attach, dvb->frontend, frontend 611 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend = dvb_attach(au8522_attach, frontend 614 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend != NULL) { frontend 615 drivers/media/usb/au0828/au0828-dvb.c dvb_attach(xc5000_attach, dvb->frontend, frontend 624 drivers/media/usb/au0828/au0828-dvb.c if (NULL == dvb->frontend) { frontend 630 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend->callback = au0828_tuner_callback; frontend 635 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend->ops.release) frontend 636 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend->ops.release(dvb->frontend); frontend 637 drivers/media/usb/au0828/au0828-dvb.c dvb->frontend = NULL; frontend 651 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend) { frontend 662 drivers/media/usb/au0828/au0828-dvb.c rc = dvb_frontend_suspend(dvb->frontend); frontend 672 drivers/media/usb/au0828/au0828-dvb.c if (dvb->frontend) { frontend 674 drivers/media/usb/au0828/au0828-dvb.c rc = dvb_frontend_resume(dvb->frontend); frontend 50 drivers/media/usb/au0828/au0828-video.c if (dev->dvb.frontend && dev->dvb.frontend->ops.analog_ops.i2c_gate_ctrl) frontend 51 drivers/media/usb/au0828/au0828-video.c dev->dvb.frontend->ops.analog_ops.i2c_gate_ctrl(dev->dvb.frontend, val); frontend 88 drivers/media/usb/au0828/au0828.h struct dvb_frontend *frontend; frontend 51 drivers/media/usb/cx231xx/cx231xx-dvb.c struct dvb_frontend *frontend[CX231XX_DVB_MAX_FRONTENDS]; frontend 313 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!demux->dmx.frontend) frontend 380 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dev->dvb->frontend[0]) { frontend 386 drivers/media/usb/cx231xx/cx231xx-dvb.c fe = dvb_attach(xc5000_attach, dev->dvb->frontend[0], &cfg); frontend 389 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_frontend_detach(dev->dvb->frontend[0]); frontend 390 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0] = NULL; frontend 402 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dev->dvb && dev->dvb->frontend[0]) { frontend 404 drivers/media/usb/cx231xx/cx231xx-dvb.c struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; frontend 415 drivers/media/usb/cx231xx/cx231xx-dvb.c dops->set_analog_params(dev->dvb->frontend[0], ¶ms); frontend 427 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dev->dvb && dev->dvb->frontend[0]) { frontend 429 drivers/media/usb/cx231xx/cx231xx-dvb.c struct dvb_tuner_ops *dops = &dev->dvb->frontend[0]->ops.tuner_ops; frontend 435 drivers/media/usb/cx231xx/cx231xx-dvb.c status = dops->init(dev->dvb->frontend[0]); frontend 475 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->ops.ts_bus_ctrl = cx231xx_dvb_bus_ctrl; frontend 476 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dvb->frontend[1]) frontend 477 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[1]->ops.ts_bus_ctrl = cx231xx_dvb_bus_ctrl; frontend 482 drivers/media/usb/cx231xx/cx231xx-dvb.c result = dvb_register_frontend(&dvb->adapter, dvb->frontend[0]); frontend 490 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dvb->frontend[1]) { frontend 491 drivers/media/usb/cx231xx/cx231xx-dvb.c result = dvb_register_frontend(&dvb->adapter, dvb->frontend[1]); frontend 578 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dvb->frontend[1]) frontend 579 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_unregister_frontend(dvb->frontend[1]); frontend 580 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_unregister_frontend(dvb->frontend[0]); frontend 582 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dvb->frontend[1]) frontend 583 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_frontend_detach(dvb->frontend[1]); frontend 585 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_frontend_detach(dvb->frontend[0]); frontend 598 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dvb->frontend[1]) frontend 599 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_unregister_frontend(dvb->frontend[1]); frontend 600 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_unregister_frontend(dvb->frontend[0]); frontend 601 drivers/media/usb/cx231xx/cx231xx-dvb.c if (dvb->frontend[1]) frontend 602 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_frontend_detach(dvb->frontend[1]); frontend 603 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_frontend_detach(dvb->frontend[0]); frontend 651 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0] = dvb_attach(s5h1432_attach, frontend 655 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dev->dvb->frontend[0]) { frontend 663 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 665 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dvb_attach(xc5000_attach, dev->dvb->frontend[0], frontend 676 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0] = dvb_attach(s5h1411_attach, frontend 680 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dev->dvb->frontend[0]) { frontend 688 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 690 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dvb_attach(xc5000_attach, dev->dvb->frontend[0], frontend 699 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0] = dvb_attach(s5h1432_attach, frontend 703 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dev->dvb->frontend[0]) { frontend 711 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 713 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dvb_attach(tda18271_attach, dev->dvb->frontend[0], frontend 723 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0] = dvb_attach(s5h1411_attach, frontend 727 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dev->dvb->frontend[0]) { frontend 735 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 737 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dvb_attach(tda18271_attach, dev->dvb->frontend[0], frontend 750 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0] = dvb_attach(lgdt3305_attach, frontend 754 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dev->dvb->frontend[0]) { frontend 762 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 764 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_attach(tda18271_attach, dev->dvb->frontend[0], frontend 774 drivers/media/usb/cx231xx/cx231xx-dvb.c si2165_pdata.fe = &dev->dvb->frontend[0]; frontend 788 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0]->ops.i2c_gate_ctrl = NULL; frontend 791 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 793 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_attach(tda18271_attach, dev->dvb->frontend[0], frontend 806 drivers/media/usb/cx231xx/cx231xx-dvb.c si2165_pdata.fe = &dev->dvb->frontend[0]; frontend 820 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0]->ops.i2c_gate_ctrl = NULL; frontend 823 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 826 drivers/media/usb/cx231xx/cx231xx-dvb.c si2157_config.fe = dev->dvb->frontend[0]; frontend 852 drivers/media/usb/cx231xx/cx231xx-dvb.c lgdt3306a_config.fe = &dev->dvb->frontend[0]; frontend 865 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0]->ops.i2c_gate_ctrl = NULL; frontend 868 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 871 drivers/media/usb/cx231xx/cx231xx-dvb.c si2157_config.fe = dev->dvb->frontend[0]; frontend 898 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0] = dvb_attach(mb86a20s_attach, frontend 902 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dev->dvb->frontend[0]) { frontend 910 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 912 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_attach(tda18271_attach, dev->dvb->frontend[0], frontend 924 drivers/media/usb/cx231xx/cx231xx-dvb.c si2168_config.fe = &dev->dvb->frontend[0]; frontend 939 drivers/media/usb/cx231xx/cx231xx-dvb.c si2157_config.fe = dev->dvb->frontend[0]; frontend 965 drivers/media/usb/cx231xx/cx231xx-dvb.c mn88473_config.fe = &dev->dvb->frontend[0]; frontend 978 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 981 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb_attach(r820t_attach, dev->dvb->frontend[0], frontend 993 drivers/media/usb/cx231xx/cx231xx-dvb.c si2168_config.fe = &dev->dvb->frontend[0]; frontend 1006 drivers/media/usb/cx231xx/cx231xx-dvb.c dev->dvb->frontend[0]->ops.i2c_gate_ctrl = NULL; frontend 1009 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 1012 drivers/media/usb/cx231xx/cx231xx-dvb.c si2157_config.fe = dev->dvb->frontend[0]; frontend 1040 drivers/media/usb/cx231xx/cx231xx-dvb.c lgdt3306a_config.fe = &dev->dvb->frontend[0]; frontend 1055 drivers/media/usb/cx231xx/cx231xx-dvb.c si2168_config.fe = &dev->dvb->frontend[1]; frontend 1068 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[1]->id = 1; frontend 1071 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[0]->callback = cx231xx_tuner_callback; frontend 1072 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[1]->callback = cx231xx_tuner_callback; frontend 1075 drivers/media/usb/cx231xx/cx231xx-dvb.c si2157_config.fe = dev->dvb->frontend[0]; frontend 1093 drivers/media/usb/cx231xx/cx231xx-dvb.c dvb->frontend[1]->tuner_priv = dvb->frontend[0]->tuner_priv; frontend 1095 drivers/media/usb/cx231xx/cx231xx-dvb.c memcpy(&dvb->frontend[1]->ops.tuner_ops, frontend 1096 drivers/media/usb/cx231xx/cx231xx-dvb.c &dvb->frontend[0]->ops.tuner_ops, frontend 1106 drivers/media/usb/cx231xx/cx231xx-dvb.c if (!dvb->frontend[0]) { frontend 132 drivers/media/usb/dvb-usb-v2/zd1301.c struct dvb_frontend *frontend; frontend 161 drivers/media/usb/dvb-usb-v2/zd1301.c frontend = zd1301_demod_get_dvb_frontend(pdev); frontend 162 drivers/media/usb/dvb-usb-v2/zd1301.c if (!adapter || !frontend) { frontend 169 drivers/media/usb/dvb-usb-v2/zd1301.c dev->mt2060_pdata.dvb_frontend = frontend; frontend 187 drivers/media/usb/dvb-usb-v2/zd1301.c adap->fe[0] = frontend; frontend 46 drivers/media/usb/dvb-usb/af9005-fe.c struct dvb_frontend frontend; frontend 1436 drivers/media/usb/dvb-usb/af9005-fe.c memcpy(&state->frontend.ops, &af9005_fe_ops, frontend 1438 drivers/media/usb/dvb-usb/af9005-fe.c state->frontend.demodulator_priv = state; frontend 1440 drivers/media/usb/dvb-usb/af9005-fe.c return &state->frontend; frontend 17 drivers/media/usb/dvb-usb/dtt200u-fe.c struct dvb_frontend frontend; frontend 218 drivers/media/usb/dvb-usb/dtt200u-fe.c memcpy(&state->frontend.ops,&dtt200u_fe_ops,sizeof(struct dvb_frontend_ops)); frontend 219 drivers/media/usb/dvb-usb/dtt200u-fe.c state->frontend.demodulator_priv = state; frontend 221 drivers/media/usb/dvb-usb/dtt200u-fe.c return &state->frontend; frontend 257 drivers/media/usb/em28xx/em28xx-dvb.c if (!demux->dmx.frontend) frontend 234 drivers/media/usb/tm6000/tm6000-dvb.c dvb->frontend = dvb_attach(zl10353_attach, &config, frontend 241 drivers/media/usb/tm6000/tm6000-dvb.c return (!dvb->frontend) ? -1 : 0; frontend 271 drivers/media/usb/tm6000/tm6000-dvb.c if (dvb->frontend) { frontend 279 drivers/media/usb/tm6000/tm6000-dvb.c dvb->frontend->callback = tm6000_tuner_callback; frontend 280 drivers/media/usb/tm6000/tm6000-dvb.c ret = dvb_register_frontend(&dvb->adapter, dvb->frontend); frontend 287 drivers/media/usb/tm6000/tm6000-dvb.c if (!dvb_attach(xc2028_attach, dvb->frontend, &cfg)) { frontend 300 drivers/media/usb/tm6000/tm6000-dvb.c dvb->frontend->callback = tm6000_xc5000_callback; frontend 301 drivers/media/usb/tm6000/tm6000-dvb.c ret = dvb_register_frontend(&dvb->adapter, dvb->frontend); frontend 308 drivers/media/usb/tm6000/tm6000-dvb.c if (!dvb_attach(xc5000_attach, dvb->frontend, &dev->i2c_adap, &cfg)) { frontend 349 drivers/media/usb/tm6000/tm6000-dvb.c if (dvb->frontend) { frontend 350 drivers/media/usb/tm6000/tm6000-dvb.c dvb_unregister_frontend(dvb->frontend); frontend 351 drivers/media/usb/tm6000/tm6000-dvb.c dvb_frontend_detach(dvb->frontend); frontend 373 drivers/media/usb/tm6000/tm6000-dvb.c if (dvb->frontend) { frontend 374 drivers/media/usb/tm6000/tm6000-dvb.c dvb_unregister_frontend(dvb->frontend); frontend 375 drivers/media/usb/tm6000/tm6000-dvb.c dvb_frontend_detach(dvb->frontend); frontend 134 drivers/media/usb/tm6000/tm6000.h struct dvb_frontend *frontend; frontend 99 drivers/media/usb/ttusb-dec/ttusb_dec.c struct dmx_frontend frontend; frontend 1095 drivers/media/usb/ttusb-dec/ttusb_dec.c if (!dvbdmx->dmx.frontend) frontend 1511 drivers/media/usb/ttusb-dec/ttusb_dec.c dec->frontend.source = DMX_FRONTEND_0; frontend 1514 drivers/media/usb/ttusb-dec/ttusb_dec.c &dec->frontend)) < 0) { frontend 1526 drivers/media/usb/ttusb-dec/ttusb_dec.c &dec->frontend)) < 0) { frontend 1530 drivers/media/usb/ttusb-dec/ttusb_dec.c dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend); frontend 1549 drivers/media/usb/ttusb-dec/ttusb_dec.c dec->demux.dmx.remove_frontend(&dec->demux.dmx, &dec->frontend); frontend 20 drivers/media/usb/ttusb-dec/ttusbdecfe.c struct dvb_frontend frontend; frontend 209 drivers/media/usb/ttusb-dec/ttusbdecfe.c memcpy(&state->frontend.ops, &ttusbdecfe_dvbt_ops, sizeof(struct dvb_frontend_ops)); frontend 210 drivers/media/usb/ttusb-dec/ttusbdecfe.c state->frontend.demodulator_priv = state; frontend 211 drivers/media/usb/ttusb-dec/ttusbdecfe.c return &state->frontend; frontend 231 drivers/media/usb/ttusb-dec/ttusbdecfe.c memcpy(&state->frontend.ops, &ttusbdecfe_dvbs_ops, sizeof(struct dvb_frontend_ops)); frontend 232 drivers/media/usb/ttusb-dec/ttusbdecfe.c state->frontend.demodulator_priv = state; frontend 233 drivers/media/usb/ttusb-dec/ttusbdecfe.c return &state->frontend; frontend 62 drivers/xen/xenbus/xenbus_probe_backend.c const char *devid, *type, *frontend; frontend 76 drivers/xen/xenbus/xenbus_probe_backend.c "frontend", NULL, &frontend, frontend 80 drivers/xen/xenbus/xenbus_probe_backend.c if (strlen(frontend) == 0) frontend 82 drivers/xen/xenbus/xenbus_probe_backend.c if (!err && !xenbus_exists(XBT_NIL, frontend, "")) frontend 84 drivers/xen/xenbus/xenbus_probe_backend.c kfree(frontend); frontend 403 drivers/xen/xenbus/xenbus_probe_frontend.c char *backend, *frontend; frontend 405 drivers/xen/xenbus/xenbus_probe_frontend.c frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev); frontend 406 drivers/xen/xenbus/xenbus_probe_frontend.c if (!frontend) frontend 409 drivers/xen/xenbus/xenbus_probe_frontend.c err = xenbus_scanf(XBT_NIL, frontend, "state", "%i", &fe_state); frontend 417 drivers/xen/xenbus/xenbus_probe_frontend.c frontend, xenbus_strstate(fe_state)); frontend 418 drivers/xen/xenbus/xenbus_probe_frontend.c backend = xenbus_read(XBT_NIL, frontend, "backend", NULL); frontend 423 drivers/xen/xenbus/xenbus_probe_frontend.c xenbus_reset_frontend(frontend, backend, be_state); frontend 430 drivers/xen/xenbus/xenbus_probe_frontend.c kfree(frontend); frontend 71 include/crypto/algapi.h const struct crypto_type *frontend; frontend 154 include/crypto/algapi.h const struct crypto_type *frontend); frontend 173 include/crypto/algapi.h const struct crypto_type *frontend, frontend 562 include/media/demux.h struct dmx_frontend *frontend; frontend 579 include/media/demux.h struct dmx_frontend *frontend); frontend 581 include/media/demux.h struct dmx_frontend *frontend); frontend 584 include/media/demux.h struct dmx_frontend *frontend); frontend 24 include/media/videobuf2-dvb.h struct dvb_frontend *frontend;