Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/dvb/frontends/
Dl64781.c159 if (p->hierarchy_information != HIERARCHY_NONE && in apply_frontend_param()
177 if (p->hierarchy_information < HIERARCHY_NONE || in apply_frontend_param()
178 p->hierarchy_information > HIERARCHY_4) in apply_frontend_param()
202 if (p->hierarchy_information != HIERARCHY_NONE) in apply_frontend_param()
205 val0x06 = (p->hierarchy_information << 2) | p->constellation; in apply_frontend_param()
327 param->u.ofdm.hierarchy_information = HIERARCHY_NONE; in get_frontend()
330 param->u.ofdm.hierarchy_information = HIERARCHY_1; in get_frontend()
333 param->u.ofdm.hierarchy_information = HIERARCHY_2; in get_frontend()
336 param->u.ofdm.hierarchy_information = HIERARCHY_4; in get_frontend()
Dmt352.c216 if (op->hierarchy_information == HIERARCHY_AUTO || in mt352_set_parameters()
217 op->hierarchy_information == HIERARCHY_NONE) in mt352_set_parameters()
265 switch (op->hierarchy_information) { in mt352_set_parameters()
388 op->hierarchy_information = HIERARCHY_NONE; in mt352_get_parameters()
391 op->hierarchy_information = HIERARCHY_1; in mt352_get_parameters()
394 op->hierarchy_information = HIERARCHY_2; in mt352_get_parameters()
397 op->hierarchy_information = HIERARCHY_4; in mt352_get_parameters()
400 op->hierarchy_information = HIERARCHY_AUTO; in mt352_get_parameters()
Dzl10353.c286 if (op->hierarchy_information == HIERARCHY_AUTO || in zl10353_set_parameters()
287 op->hierarchy_information == HIERARCHY_NONE) in zl10353_set_parameters()
335 switch (op->hierarchy_information) { in zl10353_set_parameters()
455 op->hierarchy_information = HIERARCHY_NONE; in zl10353_get_parameters()
458 op->hierarchy_information = HIERARCHY_1; in zl10353_get_parameters()
461 op->hierarchy_information = HIERARCHY_2; in zl10353_get_parameters()
464 op->hierarchy_information = HIERARCHY_4; in zl10353_get_parameters()
467 op->hierarchy_information = HIERARCHY_AUTO; in zl10353_get_parameters()
Ddib3000mb.c235 switch (ofdm->hierarchy_information) { in dib3000mb_set_frontend()
259 if (ofdm->hierarchy_information == HIERARCHY_NONE) { in dib3000mb_set_frontend()
264 } else if (ofdm->hierarchy_information != HIERARCHY_AUTO) { in dib3000mb_set_frontend()
343 ofdm->hierarchy_information == HIERARCHY_AUTO || in dib3000mb_set_frontend()
520 ofdm->hierarchy_information = HIERARCHY_NONE; in dib3000mb_get_frontend()
524 ofdm->hierarchy_information = HIERARCHY_1; in dib3000mb_get_frontend()
528 ofdm->hierarchy_information = HIERARCHY_2; in dib3000mb_get_frontend()
532 ofdm->hierarchy_information = HIERARCHY_4; in dib3000mb_get_frontend()
545 ofdm->hierarchy_information = HIERARCHY_NONE; in dib3000mb_get_frontend()
Dcx22702.c171 p->hierarchy_information = HIERARCHY_NONE; in cx22702_get_tps()
174 p->hierarchy_information = HIERARCHY_1; in cx22702_get_tps()
177 p->hierarchy_information = HIERARCHY_2; in cx22702_get_tps()
180 p->hierarchy_information = HIERARCHY_4; in cx22702_get_tps()
298 if ((p->u.ofdm.hierarchy_information == HIERARCHY_AUTO) || in cx22702_set_tps()
333 switch (p->u.ofdm.hierarchy_information) { /* mask 0x07 */ in cx22702_set_tps()
Dcx22700.c154 if (p->hierarchy_information < HIERARCHY_NONE || in cx22700_set_tps()
155 p->hierarchy_information > HIERARCHY_4) in cx22700_set_tps()
167 val |= p->hierarchy_information - HIERARCHY_NONE; in cx22700_set_tps()
202 p->hierarchy_information = HIERARCHY_AUTO; in cx22700_get_tps()
204 p->hierarchy_information = HIERARCHY_NONE + (val & 0x7); in cx22700_get_tps()
Daf9013.c434 switch (params->hierarchy_information) { in af9013_set_ofdm_params()
498 if (params->hierarchy_information != HIERARCHY_NONE) in af9013_set_ofdm_params()
515 if (params->hierarchy_information == HIERARCHY_AUTO) in af9013_set_ofdm_params()
747 p->u.ofdm.hierarchy_information = HIERARCHY_NONE; in af9013_get_frontend()
750 p->u.ofdm.hierarchy_information = HIERARCHY_1; in af9013_get_frontend()
753 p->u.ofdm.hierarchy_information = HIERARCHY_2; in af9013_get_frontend()
756 p->u.ofdm.hierarchy_information = HIERARCHY_4; in af9013_get_frontend()
Dtda1004x.c738 (fe_params->u.ofdm.hierarchy_information == HIERARCHY_AUTO)) { in tda1004x_set_fe()
777 switch (fe_params->u.ofdm.hierarchy_information) { in tda1004x_set_fe()
987 fe_params->u.ofdm.hierarchy_information = HIERARCHY_NONE; in tda1004x_get_fe()
990 fe_params->u.ofdm.hierarchy_information = HIERARCHY_1; in tda1004x_get_fe()
993 fe_params->u.ofdm.hierarchy_information = HIERARCHY_2; in tda1004x_get_fe()
996 fe_params->u.ofdm.hierarchy_information = HIERARCHY_4; in tda1004x_get_fe()
Ddib3000mc.c505 if (ch->u.ofdm.hierarchy_information == 1) in dib3000mc_set_channel_cfg()
509 …switch ((ch->u.ofdm.hierarchy_information == 0 || 1 == 1) ? ch->u.ofdm.code_rate_HP : ch->u.ofdm.c… in dib3000mc_set_channel_cfg()
563 schan.u.ofdm.hierarchy_information = 0; in dib3000mc_autosearch_start()
661 fep->u.ofdm.hierarchy_information = HIERARCHY_NONE; in dib3000mc_get_frontend()
Dtda10048.c628 p->hierarchy_information = HIERARCHY_NONE; in tda10048_get_tps()
631 p->hierarchy_information = HIERARCHY_1; in tda10048_get_tps()
634 p->hierarchy_information = HIERARCHY_2; in tda10048_get_tps()
637 p->hierarchy_information = HIERARCHY_4; in tda10048_get_tps()
Ddib7000m.c838 if (ch->u.ofdm.hierarchy_information == 1) in dib7000m_set_channel()
842 …switch ((ch->u.ofdm.hierarchy_information == 0 || 1 == 1) ? ch->u.ofdm.code_rate_HP : ch->u.ofdm.c… in dib7000m_set_channel()
932 schan.u.ofdm.hierarchy_information = 0; in dib7000m_autosearch_start()
1146 fep->u.ofdm.hierarchy_information = HIERARCHY_NONE; in dib7000m_get_frontend()
Dlgs8gl5.c353 o->hierarchy_information = HIERARCHY_NONE; in lgs8gl5_get_frontend()
Dsp8870.c193 switch (p->u.ofdm.hierarchy_information) { in configure_reg0xc05()
Dstv0367.c1961 op->hierarchy_information = HIERARCHY_NONE; in stv0367ter_get_frontend()
1964 op->hierarchy_information = HIERARCHY_1; in stv0367ter_get_frontend()
1967 op->hierarchy_information = HIERARCHY_2; in stv0367ter_get_frontend()
1970 op->hierarchy_information = HIERARCHY_4; in stv0367ter_get_frontend()
1973 op->hierarchy_information = HIERARCHY_AUTO; in stv0367ter_get_frontend()
Ddib7000p.c937 if (ch->u.ofdm.hierarchy_information == 1) in dib7000p_set_channel()
941 …switch ((ch->u.ofdm.hierarchy_information == 0 || 1 == 1) ? ch->u.ofdm.code_rate_HP : ch->u.ofdm.c… in dib7000p_set_channel()
1042 schan.u.ofdm.hierarchy_information = 0; in dib7000p_autosearch_start()
1362 fep->u.ofdm.hierarchy_information = HIERARCHY_NONE; in dib7000p_get_frontend()
Datbm8830.c325 fe_params->u.ofdm.hierarchy_information = HIERARCHY_NONE; in atbm8830_get_fe()
Dsp887x.c234 switch (p->u.ofdm.hierarchy_information) { in configure_reg0xc05()
Dlgs8gxx.c718 fe_params->u.ofdm.hierarchy_information = HIERARCHY_NONE; in lgs8gxx_get_fe()
Ddrx397xD.c770 switch (fep->u.ofdm.hierarchy_information) { in drx_tune()
/linux-2.6.39/include/linux/dvb/
Dfrontend.h229 fe_hierarchy_t hierarchy_information; member
/linux-2.6.39/drivers/media/dvb/dvb-usb/
Daf9005-fe.c1271 fep->u.ofdm.hierarchy_information = HIERARCHY_NONE; in af9005_fe_get_frontend()
1275 fep->u.ofdm.hierarchy_information = HIERARCHY_1; in af9005_fe_get_frontend()
1279 fep->u.ofdm.hierarchy_information = HIERARCHY_2; in af9005_fe_get_frontend()
1283 fep->u.ofdm.hierarchy_information = HIERARCHY_4; in af9005_fe_get_frontend()
DcinergyT2-fe.c122 switch (op->hierarchy_information) { in compute_tps()
Dfriio-fe.c295 p->u.ofdm.hierarchy_information = HIERARCHY_AUTO; in jdvbt90502_get_frontend()
/linux-2.6.39/drivers/media/dvb/dvb-core/
Ddvb_frontend.c1059 c->hierarchy = p->u.ofdm.hierarchy_information; in dtv_property_cache_sync()
1113 p->u.ofdm.hierarchy_information = c->hierarchy; in dtv_property_legacy_params_sync()
1160 p->u.ofdm.hierarchy_information = HIERARCHY_AUTO; in dtv_property_adv_params_sync()
1820 if (fepriv->parameters.u.ofdm.hierarchy_information == HIERARCHY_NONE && in dvb_frontend_ioctl_legacy()
/linux-2.6.39/drivers/media/dvb/firewire/
Dfiredtv-avc.c505 | (ofdm->hierarchy_information != HIERARCHY_AUTO ? 1 << 3 : 0) in avc_tuner_dsd_dvb_t()
538 switch (ofdm->hierarchy_information) { in avc_tuner_dsd_dvb_t()