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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 != param->u.vsb.modulation) {
361 state->current_modulation = param->u.vsb.modulation;
571 state->current_modulation = -1;
H A Dlgdt330x.c70 fe_modulation_t current_modulation; member in struct:lgdt330x_state
348 if (state->current_modulation != param->u.vsb.modulation) {
413 state->current_modulation = param->u.vsb.modulation;
478 switch (state->current_modulation) {
519 switch (state->current_modulation) {
599 switch(state->current_modulation) {
618 c = state->current_modulation == QAM_64 ? 97939837 : 98026066;
643 switch(state->current_modulation) {
662 c = state->current_modulation == QAM_64 ? 97939837 : 98026066;
753 state->current_modulation
[all...]
H A Dau8522_dig.c573 state->current_modulation = m;
588 (state->current_modulation == p->u.vsb.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)
872 if (state->current_modulation == VSB_8)
891 p->u.vsb.modulation = 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) {
905 p->u.vsb.modulation = state->current_modulation;
939 state->current_modulation = 0;
H A Dlgdt3304.c25 fe_modulation_t current_modulation; member in struct:lgdt3304_state
223 if (state->current_modulation != param->u.vsb.modulation) {
244 state->current_modulation = param->u.vsb.modulation;
280 switch(state->current_modulation) {
H A Dlgdt3305.c63 fe_modulation_t current_modulation; member in struct:lgdt3305_state
733 state->current_modulation = param->u.vsb.modulation;
799 state->current_modulation = param->u.vsb.modulation;
820 param->u.vsb.modulation = state->current_modulation;
840 switch (state->current_modulation) {
886 switch (state->current_modulation) {
952 switch (state->current_modulation) {
1001 switch (state->current_modulation) {
1024 c = (state->current_modulation == QAM_64) ?
1154 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) {
820 p->u.vsb.modulation = state->current_modulation;
854 state->current_modulation = VSB_8;
H A Ds921_module.c28 fe_modulation_t current_modulation; member in struct:s921_state
H A Dau8522_priv.h56 fe_modulation_t current_modulation; member in struct:au8522_state

Completed in 184 milliseconds