Home
last modified time | relevance | path

Searched refs:demod_type (Results 1 – 7 of 7) sorted by relevance

/drivers/media/dvb-frontends/
Dmxl692.c26 enum MXL_EAGLE_DEMOD_TYPE_E demod_type; member
951 enum MXL_EAGLE_DEMOD_TYPE_E demod_type; in mxl692_set_frontend() local
962 demod_type = MXL_EAGLE_DEMOD_TYPE_ATSC; in mxl692_set_frontend()
968 demod_type = MXL_EAGLE_DEMOD_TYPE_QAM; in mxl692_set_frontend()
974 if (dev->current_frequency == p->frequency && dev->demod_type == demod_type) { in mxl692_set_frontend()
980 dev->demod_type = -1; in mxl692_set_frontend()
982 op_param = demod_type; in mxl692_set_frontend()
1006 switch (demod_type) { in mxl692_set_frontend()
1059 demod_type == MXL_EAGLE_DEMOD_TYPE_ATSC ? "ATSC" : "QAM"); in mxl692_set_frontend()
1072 switch (demod_type) { in mxl692_set_frontend()
[all …]
Dves1x93.c35 u8 demod_type; member
246 if (state->demod_type != DEMOD_VES1993) in ves1x93_set_symbolrate()
466 state->demod_type = DEMOD_VES1893; in ves1x93_attach()
474 state->demod_type = DEMOD_VES1893; in ves1x93_attach()
482 state->demod_type = DEMOD_VES1993; in ves1x93_attach()
Dtda1004x.c352 if (state->demod_type == TDA1004X_DEMOD_TDA10046) { in tda1004x_check_upload_ok()
700 if (state->demod_type == TDA1004X_DEMOD_TDA10046) { in tda1004x_set_fe()
719 if (state->demod_type == TDA1004X_DEMOD_TDA10045) { in tda1004x_set_fe()
791 switch (state->demod_type) { in tda1004x_set_fe()
871 switch (state->demod_type) { in tda1004x_set_fe()
913 switch (state->demod_type) { in tda1004x_get_fe()
1084 switch (state->demod_type) { in tda1004x_read_signal_strength()
1187 switch (state->demod_type) { in tda1004x_sleep()
1283 state->demod_type = TDA1004X_DEMOD_TDA10045; in tda10045_attach()
1353 state->demod_type = TDA1004X_DEMOD_TDA10046; in tda10046_attach()
Dtda1004x.h104 enum tda1004x_demod demod_type; member
Dmxl692_defs.h371 u8 demod_type; member
/drivers/media/pci/ngene/
Dngene-cards.c264 switch (chan->demod_type) { in tuner_attach_probe()
274 return tuner_attach_tda18212(chan, chan->demod_type); in tuner_attach_probe()
628 chan->demod_type = xo2_demodtype; in cineS2_probe()
637 chan->demod_type = xo2_demodtype; in cineS2_probe()
655 chan->demod_type = DEMOD_TYPE_STV090X; in cineS2_probe()
684 chan->demod_type = DEMOD_TYPE_DRXK; in cineS2_probe()
687 chan->demod_type = DEMOD_TYPE_STV0367; in cineS2_probe()
Dngene.h611 int demod_type; member