Home
last modified time | relevance | path

Searched refs:current_modulation (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/media/dvb/frontends/
Dlgdt330x.c70 fe_modulation_t current_modulation; member
348 if (state->current_modulation != param->u.vsb.modulation) { in lgdt330x_set_parameters()
413 state->current_modulation = param->u.vsb.modulation; in lgdt330x_set_parameters()
479 switch (state->current_modulation) { in lgdt3302_read_status()
520 switch (state->current_modulation) { in lgdt3303_read_status()
600 switch(state->current_modulation) { in lgdt3302_read_snr()
619 c = state->current_modulation == QAM_64 ? 97939837 : 98026066; in lgdt3302_read_snr()
644 switch(state->current_modulation) { in lgdt3303_read_snr()
663 c = state->current_modulation == QAM_64 ? 97939837 : 98026066; in lgdt3303_read_snr()
754 state->current_modulation = -1; in lgdt330x_attach()
Dor51132.c66 fe_modulation_t current_modulation; member
240 dprintk("setmode %d\n",(int)state->current_modulation); in or51132_setmode()
242 switch (state->current_modulation) { in or51132_setmode()
269 state->current_modulation); in or51132_setmode()
319 if (modulation_fw_class(state->current_modulation) != in or51132_set_parameters()
360 if (state->current_modulation != param->u.vsb.modulation) { in or51132_set_parameters()
361 state->current_modulation = param->u.vsb.modulation; in or51132_set_parameters()
573 state->current_modulation = -1; in or51132_attach()
Dau8522_dig.c573 state->current_modulation = m; in au8522_enable_modulation()
588 (state->current_modulation == p->u.vsb.modulation)) in au8522_set_frontend()
750 if (state->current_modulation == VSB_8) { in au8522_read_status()
812 else if (state->current_modulation == QAM_256) in au8522_led_status()
814 else if (state->current_modulation == QAM_64) in au8522_led_status()
840 if (state->current_modulation == QAM_256) in au8522_read_snr()
845 else if (state->current_modulation == QAM_64) in au8522_read_snr()
872 if (state->current_modulation == VSB_8) in au8522_read_ucblocks()
891 p->u.vsb.modulation = state->current_modulation; in au8522_get_frontend()
Ds5h1409.c41 fe_modulation_t current_modulation; member
430 state->current_modulation = m; in s5h1409_enable_modulation()
660 if (state->current_modulation != VSB_8) { in s5h1409_set_frontend()
722 state->current_modulation = VSB_8; in s5h1409_init()
767 if (state->current_modulation != VSB_8) { in s5h1409_read_status()
862 switch (state->current_modulation) { in s5h1409_read_snr()
905 p->u.vsb.modulation = state->current_modulation; in s5h1409_get_frontend()
939 state->current_modulation = 0; in s5h1409_attach()
Ds5h1411.c40 fe_modulation_t current_modulation; member
493 if ((state->first_tune == 0) && (m == state->current_modulation)) { in s5h1411_enable_modulation()
522 state->current_modulation = m; in s5h1411_enable_modulation()
636 state->current_modulation = VSB_8; in s5h1411_init()
672 switch (state->current_modulation) { in s5h1411_read_status()
776 switch (state->current_modulation) { in s5h1411_read_snr()
820 p->u.vsb.modulation = state->current_modulation; in s5h1411_get_frontend()
854 state->current_modulation = VSB_8; in s5h1411_attach()
Dlgdt3305.c63 fe_modulation_t current_modulation; member
736 state->current_modulation = param->u.vsb.modulation; in lgdt3304_set_parameters()
802 state->current_modulation = param->u.vsb.modulation; in lgdt3305_set_parameters()
823 param->u.vsb.modulation = state->current_modulation; in lgdt3305_get_frontend()
843 switch (state->current_modulation) { in lgdt3305_read_cr_lock_status()
889 switch (state->current_modulation) { in lgdt3305_read_fec_lock_status()
955 switch (state->current_modulation) { in lgdt3305_read_status()
1004 switch (state->current_modulation) { in lgdt3305_read_snr()
1027 c = (state->current_modulation == QAM_64) ? in lgdt3305_read_snr()
1157 state->current_modulation = -1; in lgdt3305_attach()
Ds5h1432.c39 fe_modulation_t current_modulation; member
366 state->current_modulation = QAM_16; in s5h1432_attach()
Dau8522_priv.h56 fe_modulation_t current_modulation; member