Searched refs:constellation (Results 1 - 6 of 6) sorted by relevance

/drivers/media/dvb/frontends/
H A Dit913x-fe.c58 fe_modulation_t constellation; member in struct:it913x_fe_state
608 if (state->constellation == QPSK) {
611 } else if (state->constellation == QAM_16) {
614 } else if (state->constellation == QAM_64) {
684 state->constellation = p->modulation;
H A Ddib9000.c1183 s8 constellation; member in struct:dibDVBTChannel
1255 switch (ch->constellation) {
1338 s8 constellation; member in struct:dibDVBTChannel
1397 ch.constellation = 2;
1400 ch.constellation = 1;
1403 ch.constellation = 0;
1407 ch.constellation = -1;
H A Ddib8000.c1885 u8 guard, crate, constellation, timeI; local
2141 constellation = 0;
2144 constellation = 1;
2147 constellation = 2;
2151 constellation = 3;
2181 dib8000_write_word(state, 2 + i, (constellation << 10) | ((state->fe[0]->dtv_property_cache.layer[i].segment_count & 0xf) << 6) |
2515 // update ana_gain depending on max constellation
/drivers/media/dvb/siano/
H A Dsmscoreapi.h601 u32 constellation; member in struct:SRVM_SIGNAL_STATUS_S
H A Dsmsdvb.c291 SignalStatusData.constellation = pMsgData[5];
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c1116 c->modulation = p->u.ofdm.constellation;
1195 p->u.ofdm.constellation = c->modulation;

Completed in 189 milliseconds