Searched refs:current_modulation (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dau8522_dig.c603 state->current_modulation = m; au8522_enable_modulation()
618 (state->current_modulation == c->modulation)) au8522_set_frontend()
655 if (state->current_modulation == VSB_8) { au8522_read_status()
717 else if (state->current_modulation == QAM_256) au8522_led_status()
719 else if (state->current_modulation == QAM_64) au8522_led_status()
721 else /* (state->current_modulation == VSB_8) */ au8522_led_status()
745 if (state->current_modulation == QAM_256) au8522_read_snr()
750 else if (state->current_modulation == QAM_64) au8522_read_snr()
806 if (state->current_modulation == VSB_8) au8522_read_ucblocks()
825 c->modulation = state->current_modulation; au8522_get_frontend()
H A Dlgdt330x.c70 enum fe_modulation current_modulation; member in struct:lgdt330x_state
354 if (state->current_modulation != p->modulation) { lgdt330x_set_parameters()
424 state->current_modulation = p->modulation; lgdt330x_set_parameters()
491 switch (state->current_modulation) { lgdt3302_read_status()
533 switch (state->current_modulation) { lgdt3303_read_status()
613 switch(state->current_modulation) { lgdt3302_read_snr()
632 c = state->current_modulation == QAM_64 ? 97939837 : 98026066; lgdt3302_read_snr()
657 switch(state->current_modulation) { lgdt3303_read_snr()
676 c = state->current_modulation == QAM_64 ? 97939837 : 98026066; lgdt3303_read_snr()
767 state->current_modulation = -1; lgdt330x_attach()
H A Dor51132.c66 enum fe_modulation current_modulation; member in struct:or51132_state
240 dprintk("setmode %d\n",(int)state->current_modulation); or51132_setmode()
242 switch (state->current_modulation) { or51132_setmode()
269 state->current_modulation); or51132_setmode()
319 if (modulation_fw_class(state->current_modulation) != or51132_set_parameters()
360 if (state->current_modulation != p->modulation) { or51132_set_parameters()
361 state->current_modulation = p->modulation; or51132_set_parameters()
580 state->current_modulation = -1; or51132_attach()
H A Ds5h1409.c41 enum fe_modulation current_modulation; member in struct:s5h1409_state
430 state->current_modulation = m; s5h1409_enable_modulation()
660 if (state->current_modulation != VSB_8) { s5h1409_set_frontend()
722 state->current_modulation = VSB_8; s5h1409_init()
767 if (state->current_modulation != VSB_8) { s5h1409_read_status()
862 switch (state->current_modulation) { s5h1409_read_snr()
934 p->modulation = state->current_modulation; s5h1409_get_frontend()
968 state->current_modulation = 0; s5h1409_attach()
H A Ds5h1411.c40 enum fe_modulation current_modulation; member in struct:s5h1411_state
493 if ((state->first_tune == 0) && (m == state->current_modulation)) { s5h1411_enable_modulation()
522 state->current_modulation = m; s5h1411_enable_modulation()
636 state->current_modulation = VSB_8; s5h1411_init()
672 switch (state->current_modulation) { s5h1411_read_status()
776 switch (state->current_modulation) { s5h1411_read_snr()
849 p->modulation = state->current_modulation; s5h1411_get_frontend()
883 state->current_modulation = VSB_8; s5h1411_attach()
H A Dlgdt3305.c63 enum fe_modulation current_modulation; member in struct:lgdt3305_state
739 state->current_modulation = p->modulation; lgdt3304_set_parameters()
803 state->current_modulation = p->modulation; lgdt3305_set_parameters()
822 p->modulation = state->current_modulation; lgdt3305_get_frontend()
842 switch (state->current_modulation) { lgdt3305_read_cr_lock_status()
888 switch (state->current_modulation) { lgdt3305_read_fec_lock_status()
954 switch (state->current_modulation) { lgdt3305_read_status()
1003 switch (state->current_modulation) { lgdt3305_read_snr()
1026 c = (state->current_modulation == QAM_64) ? lgdt3305_read_snr()
1156 state->current_modulation = -1; lgdt3305_attach()
H A Dlgdt3306a.c65 enum fe_modulation current_modulation; member in struct:lgdt3306a_state
630 state->current_modulation = p->modulation; lgdt3306a_set_modulation()
978 state->current_modulation == p->modulation) { lgdt3306a_set_parameters()
983 state->current_modulation = -1; lgdt3306a_set_parameters()
1049 state->current_frequency, state->current_modulation); lgdt3306a_get_frontend()
1051 p->modulation = state->current_modulation; lgdt3306a_get_frontend()
1581 switch (state->current_modulation) { lgdt3306a_read_status()
1634 switch (state->current_modulation) { lgdt3306a_read_signal_strength()
1837 state->current_modulation = -1; lgdt3306a_attach()
H A Ds5h1432.c39 enum fe_modulation current_modulation; member in struct:s5h1432_state
360 state->current_modulation = QAM_16; s5h1432_attach()
H A Dau8522_priv.h58 enum fe_modulation current_modulation; member in struct:au8522_state

Completed in 251 milliseconds