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

/drivers/media/dvb/frontends/
H A Dor51132.c66 fe_modulation_t current_modulation; member in struct:or51132_state
240 dprintk("setmode %d\n",(int)state->current_modulation);
242 switch (state->current_modulation) {
269 state->current_modulation);
319 if (modulation_fw_class(state->current_modulation) !=
360 if (state->current_modulation != p->modulation) {
361 state->current_modulation = p->modulation;
580 state->current_modulation = -1;
H A Dlgdt330x.c70 fe_modulation_t current_modulation; member in struct:lgdt330x_state
354 if (state->current_modulation != p->modulation) {
424 state->current_modulation = p->modulation;
490 switch (state->current_modulation) {
531 switch (state->current_modulation) {
611 switch(state->current_modulation) {
630 c = state->current_modulation == QAM_64 ? 97939837 : 98026066;
655 switch(state->current_modulation) {
674 c = state->current_modulation == QAM_64 ? 97939837 : 98026066;
765 state->current_modulation
[all...]
H A Ds5h1409.c41 fe_modulation_t current_modulation; member in struct:s5h1409_state
430 state->current_modulation = m;
660 if (state->current_modulation != VSB_8) {
722 state->current_modulation = VSB_8;
767 if (state->current_modulation != VSB_8) {
862 switch (state->current_modulation) {
934 p->modulation = state->current_modulation;
968 state->current_modulation = 0;
H A Dlgdt3305.c63 fe_modulation_t current_modulation; member in struct:lgdt3305_state
736 state->current_modulation = p->modulation;
802 state->current_modulation = p->modulation;
823 p->modulation = state->current_modulation;
843 switch (state->current_modulation) {
889 switch (state->current_modulation) {
955 switch (state->current_modulation) {
1004 switch (state->current_modulation) {
1027 c = (state->current_modulation == QAM_64) ?
1157 state->current_modulation
[all...]
H A Dau8522_dig.c573 state->current_modulation = m;
588 (state->current_modulation == c->modulation))
750 if (state->current_modulation == VSB_8) {
812 else if (state->current_modulation == QAM_256)
814 else if (state->current_modulation == QAM_64)
816 else /* (state->current_modulation == VSB_8) */
840 if (state->current_modulation == QAM_256)
845 else if (state->current_modulation == QAM_64)
901 if (state->current_modulation == VSB_8)
920 c->modulation = state->current_modulation;
[all...]
H A Ds5h1411.c40 fe_modulation_t current_modulation; member in struct:s5h1411_state
493 if ((state->first_tune == 0) && (m == state->current_modulation)) {
522 state->current_modulation = m;
636 state->current_modulation = VSB_8;
672 switch (state->current_modulation) {
776 switch (state->current_modulation) {
849 p->modulation = state->current_modulation;
883 state->current_modulation = VSB_8;
H A Ds5h1432.c39 fe_modulation_t current_modulation; member in struct:s5h1432_state
360 state->current_modulation = QAM_16;
H A Dau8522_priv.h56 fe_modulation_t current_modulation; member in struct:au8522_state

Completed in 604 milliseconds