Home
last modified time | relevance | path

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

/drivers/media/dvb/frontends/
Dlgdt330x.c70 fe_modulation_t current_modulation; member
354 if (state->current_modulation != p->modulation) { in lgdt330x_set_parameters()
424 state->current_modulation = p->modulation; in lgdt330x_set_parameters()
490 switch (state->current_modulation) { in lgdt3302_read_status()
531 switch (state->current_modulation) { in lgdt3303_read_status()
611 switch(state->current_modulation) { in lgdt3302_read_snr()
630 c = state->current_modulation == QAM_64 ? 97939837 : 98026066; in lgdt3302_read_snr()
655 switch(state->current_modulation) { in lgdt3303_read_snr()
674 c = state->current_modulation == QAM_64 ? 97939837 : 98026066; in lgdt3303_read_snr()
765 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 != p->modulation) { in or51132_set_parameters()
361 state->current_modulation = p->modulation; in or51132_set_parameters()
580 state->current_modulation = -1; in or51132_attach()
Dau8522_dig.c573 state->current_modulation = m; in au8522_enable_modulation()
588 (state->current_modulation == c->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()
901 if (state->current_modulation == VSB_8) in au8522_read_ucblocks()
920 c->modulation = state->current_modulation; in au8522_get_frontend()
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()
849 p->modulation = state->current_modulation; in s5h1411_get_frontend()
883 state->current_modulation = VSB_8; in s5h1411_attach()
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()
934 p->modulation = state->current_modulation; in s5h1409_get_frontend()
968 state->current_modulation = 0; in s5h1409_attach()
Dlgdt3305.c63 fe_modulation_t current_modulation; member
736 state->current_modulation = p->modulation; in lgdt3304_set_parameters()
802 state->current_modulation = p->modulation; in lgdt3305_set_parameters()
823 p->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
360 state->current_modulation = QAM_16; in s5h1432_attach()
Dau8522_priv.h56 fe_modulation_t current_modulation; member