Searched refs:QAM_16 (Results 1 – 25 of 42) sorted by relevance
12
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | tda10021.c | 242 [QAM_16] = { 0x00, 0x8c, 0x87, 0xa2, 0x91 }, in tda10021_set_parameters() 269 case QAM_16: in tda10021_set_parameters() 407 p->modulation = ((state->reg0 >> 2) & 7) + QAM_16; in tda10021_get_frontend()
|
D | tda10023.c | 315 [QAM_16] = { (0<<2), 0x87, 0xa2, 0x91, 0x8c, 0x57 }, in tda10023_set_parameters() 342 case QAM_16: in tda10023_set_parameters() 479 p->modulation = ((state->reg0 >> 2) & 7) + QAM_16; in tda10023_get_frontend()
|
D | stv0297.c | 241 case QAM_16: in stv0297_set_qam() 422 case QAM_16: in stv0297_set_frontend() 635 p->modulation = QAM_16; in stv0297_get_frontend()
|
D | dib3000mc.c | 430 case QAM_16: in dib3000mc_set_adp_cfg() 462 dib3000mc_set_adp_cfg(state, QAM_16); in dib3000mc_set_channel_cfg() 494 case QAM_16: value |= (1 << 3); break; in dib3000mc_set_channel_cfg() 659 case 1: fep->modulation = QAM_16; break; in dib3000mc_get_frontend()
|
D | cx22700.c | 151 p->modulation != QAM_16 && in cx22700_set_tps() 191 static const fe_modulation_t qam_tab [3] = { QPSK, QAM_16, QAM_64 }; in cx22700_get_tps()
|
D | cx22702.c | 163 p->modulation = QAM_16; in cx22702_get_tps() 323 case QAM_16: in cx22702_set_tps()
|
D | ves1820.c | 217 int real_qam = p->modulation - QAM_16; in ves1820_set_parameters() 334 p->modulation = ((state->reg0 >> 2) & 7) + QAM_16; in ves1820_get_frontend()
|
D | l64781.c | 175 if (p->modulation != QPSK && p->modulation != QAM_16 && in apply_frontend_param() 325 p->modulation = QAM_16; in get_frontend()
|
D | mt352.c | 226 case QAM_16: in mt352_set_parameters() 352 op->modulation = QAM_16; in mt352_get_parameters()
|
D | zl10353.c | 285 case QAM_16: in zl10353_set_parameters() 409 c->modulation = QAM_16; in zl10353_get_parameters()
|
D | cxd2820r_c.c | 126 c->modulation = QAM_16; in cxd2820r_get_frontend_c()
|
D | dib3000mb.c | 219 case QAM_16: in dib3000mb_set_frontend() 497 c->modulation = QAM_16; in dib3000mb_get_frontend()
|
D | cxd2820r_t2.c | 244 c->modulation = QAM_16; in cxd2820r_get_frontend_t2()
|
D | cxd2820r_t.c | 160 c->modulation = QAM_16; in cxd2820r_get_frontend_t()
|
D | s5h1432.c | 360 state->current_modulation = QAM_16; in s5h1432_attach()
|
D | dib7000m.c | 863 case QAM_16: value |= (1 << 3); break; in dib7000m_set_channel() 940 case QAM_16: in dib7000m_set_channel() 1182 case 1: fep->modulation = QAM_16; break; in dib7000m_get_frontend()
|
D | sp8870.c | 180 case QAM_16: in configure_reg0xc05()
|
D | it913x-fe.c | 544 case QAM_16: in it913x_get_signal_strength() 611 } else if (state->constellation == QAM_16) { in it913x_fe_read_snr()
|
D | mb86a20s.c | 419 return QAM_16; in mb86a20s_get_modulation()
|
/linux-3.4.99/drivers/staging/media/as102/ |
D | as102_fe.c | 358 fe_tps->modulation = QAM_16; in as10x_fe_copy_tps_parameters() 521 case QAM_16: in as102_fe_copy_tune_parameters()
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | mxl111sf-demod.c | 119 *modulation = QAM_16; in mxl1x1sf_demod_get_tps_modulation() 494 case QAM_16: in mxl111sf_demod_read_signal_strength()
|
D | cinergyT2-fe.c | 86 case QAM_16: in compute_tps()
|
D | gp8psk-fe.c | 204 case QAM_16: /* QAM_16 is for compatibility with DN */ in gp8psk_fe_set_frontend()
|
/linux-3.4.99/include/linux/dvb/ |
D | frontend.h | 160 QAM_16, enumerator
|
/linux-3.4.99/drivers/media/dvb/firewire/ |
D | firedtv-avc.c | 389 case QAM_16: c->operand[13] = 0x1; break; in avc_tuner_tuneqpsk() 471 case QAM_16: c->operand[19] = 0x08; break; in avc_tuner_dsd_dvb_c() 532 case QAM_16: c->operand[13] = 1 << 6; break; in avc_tuner_dsd_dvb_t()
|
12