Searched refs:hierarchy_information (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dmt352.c211 if (op->hierarchy_information == HIERARCHY_AUTO ||
212 op->hierarchy_information == HIERARCHY_NONE)
260 switch (op->hierarchy_information) {
383 op->hierarchy_information = HIERARCHY_NONE;
386 op->hierarchy_information = HIERARCHY_1;
389 op->hierarchy_information = HIERARCHY_2;
392 op->hierarchy_information = HIERARCHY_4;
395 op->hierarchy_information = HIERARCHY_AUTO;
H A Ddib3000mb.c243 switch (ofdm->hierarchy_information) {
267 if (ofdm->hierarchy_information == HIERARCHY_NONE) {
272 } else if (ofdm->hierarchy_information != HIERARCHY_AUTO) {
351 ofdm->hierarchy_information == HIERARCHY_AUTO ||
528 ofdm->hierarchy_information = HIERARCHY_NONE;
532 ofdm->hierarchy_information = HIERARCHY_1;
536 ofdm->hierarchy_information = HIERARCHY_2;
540 ofdm->hierarchy_information = HIERARCHY_4;
553 ofdm->hierarchy_information = HIERARCHY_NONE;
H A Dl64781.c160 if (p->hierarchy_information != HIERARCHY_NONE &&
178 if (p->hierarchy_information < HIERARCHY_NONE ||
179 p->hierarchy_information > HIERARCHY_4)
203 if (p->hierarchy_information != HIERARCHY_NONE)
206 val0x06 = (p->hierarchy_information << 2) | p->constellation;
328 param->u.ofdm.hierarchy_information = HIERARCHY_NONE;
331 param->u.ofdm.hierarchy_information = HIERARCHY_1;
334 param->u.ofdm.hierarchy_information = HIERARCHY_2;
337 param->u.ofdm.hierarchy_information = HIERARCHY_4;
H A Dcx22700.c155 if (p->hierarchy_information < HIERARCHY_NONE ||
156 p->hierarchy_information > HIERARCHY_4)
168 val |= p->hierarchy_information - HIERARCHY_NONE;
203 p->hierarchy_information = HIERARCHY_AUTO;
205 p->hierarchy_information = HIERARCHY_NONE + (val & 0x7);
H A Dcx22702.c157 case 0: p->hierarchy_information = HIERARCHY_NONE; break;
158 case 1: p->hierarchy_information = HIERARCHY_1; break;
159 case 2: p->hierarchy_information = HIERARCHY_2; break;
160 case 3: p->hierarchy_information = HIERARCHY_4; break;
240 if((p->u.ofdm.hierarchy_information==HIERARCHY_AUTO) ||
268 switch(p->u.ofdm.hierarchy_information) {
H A Dtda1004x.c721 (fe_params->u.ofdm.hierarchy_information == HIERARCHY_AUTO)) {
760 switch (fe_params->u.ofdm.hierarchy_information) {
970 fe_params->u.ofdm.hierarchy_information = HIERARCHY_NONE;
973 fe_params->u.ofdm.hierarchy_information = HIERARCHY_1;
976 fe_params->u.ofdm.hierarchy_information = HIERARCHY_2;
979 fe_params->u.ofdm.hierarchy_information = HIERARCHY_4;
H A Dsp8870.c194 switch (p->u.ofdm.hierarchy_information) {
H A Dsp887x.c235 switch (p->u.ofdm.hierarchy_information) {
H A Ddib3000mc.c608 fep->u.ofdm.hierarchy_information = HIERARCHY_NONE;
H A Ddib7000p.c741 fep->u.ofdm.hierarchy_information = HIERARCHY_NONE;
H A Ddib7000m.c940 fep->u.ofdm.hierarchy_information = HIERARCHY_NONE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dfrontend.h220 fe_hierarchy_t hierarchy_information; member in struct:dvb_ofdm_parameters
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/cinergyT2/
H A DcinergyT2.c462 switch (op->hierarchy_information) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c900 if (fepriv->parameters.u.ofdm.hierarchy_information == HIERARCHY_NONE &&

Completed in 142 milliseconds