Searched refs:constellation (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/media/common/siano/ |
D | smsdvb.h | 81 u32 constellation; member
|
D | smscoreapi.h | 721 u32 constellation; /* constellation from member 786 u32 constellation; /* constellation from SMSHOSTLIB_CONSTELLATION_ET, member 945 u32 constellation; /* constellation from member 1046 u32 constellation; member
|
D | smsdvb-main.c | 237 c->modulation = sms_to_modulation(p->constellation); in smsdvb_update_tx_params() 248 c->modulation = sms_to_modulation(p->constellation); in smsdvb_update_per_slices() 300 c->modulation = sms_to_modulation(p->constellation); in smsdvb_update_dvb_stats() 404 c->layer[i].modulation = sms_to_modulation(lr->constellation); in smsdvb_update_isdbt_stats() 492 c->layer[i].modulation = sms_to_modulation(lr->constellation); in smsdvb_update_isdbt_stats_ex()
|
D | smsdvb-debugfs.c | 104 "constellation = %d\n", p->constellation); in smsdvb_print_dvb_stats() 213 p->layer_info[i].constellation); in smsdvb_print_isdb_stats() 305 p->layer_info[i].constellation); in smsdvb_print_isdb_stats_ex()
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 2814 switch (ext_attr->constellation) { in ctrl_set_cfg_mpeg_output() 2914 switch (ext_attr->constellation) { in ctrl_set_cfg_mpeg_output() 2949 switch (ext_attr->constellation) { in ctrl_set_cfg_mpeg_output() 6461 enum drx_modulation constellation, u32 symbol_rate) in set_qam_measurement() argument 6483 switch (constellation) { in set_qam_measurement() 6542 switch (constellation) { in set_qam_measurement() 6605 switch (constellation) { in set_qam_measurement() 7987 switch (channel->constellation) { in set_qam() 8028 set_param_parameters[0] = channel->constellation; /* constellation */ in set_qam() 8032 set_param_parameters[0] = channel->constellation; /* constellation */ in set_qam() [all …]
|
D | drxj.h | 425 enum drx_modulation constellation; member
|
D | drx_driver.h | 1013 enum drx_modulation constellation; member 1130 enum drx_modulation constellation; member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | rtl2830.c | 541 unsigned hierarchy, constellation; in rtl2830_stat_work() local 554 constellation = (u8tmp >> 2) & 0x03; /* [3:2] */ in rtl2830_stat_work() 555 if (constellation > CONSTELLATION_NUM - 1) in rtl2830_stat_work() 568 tmp = (constant[constellation][hierarchy] - in rtl2830_stat_work()
|
D | rtl2832.c | 777 unsigned hierarchy, constellation; in rtl2832_stat_work() local 790 constellation = (u8tmp >> 2) & 0x03; /* [3:2] */ in rtl2832_stat_work() 791 if (constellation > CONSTELLATION_NUM - 1) in rtl2832_stat_work() 804 tmp = (constant[constellation][hierarchy] - in rtl2832_stat_work()
|
D | dib9000.c | 1180 s8 constellation; in dib9000_fw_get_channel() member 1252 switch (ch->constellation) { in dib9000_fw_get_channel() 1335 s8 constellation; in dib9000_fw_set_channel_union() member 1394 ch.constellation = 2; in dib9000_fw_set_channel_union() 1397 ch.constellation = 1; in dib9000_fw_set_channel_union() 1400 ch.constellation = 0; in dib9000_fw_set_channel_union() 1404 ch.constellation = -1; in dib9000_fw_set_channel_union()
|
D | dib8000.c | 1991 u8 cr, constellation, time_intlv; in dib8000_set_layer() local 1996 constellation = 0; in dib8000_set_layer() 1999 constellation = 1; in dib8000_set_layer() 2002 constellation = 2; in dib8000_set_layer() 2006 constellation = 3; in dib8000_set_layer() 2033 …dib8000_write_word(state, 2 + layer_index, (constellation << 10) | ((c->layer[layer_index].segment… in dib8000_set_layer()
|
D | drxk_hard.c | 2640 u16 constellation = 0; 2649 &constellation); 2652 constellation &= OFDM_EQ_TOP_TD_TPS_CONST__M; 2660 if (constellation > OFDM_EQ_TOP_TD_TPS_CONST_64QAM || 2664 QE_SN[constellation * 5 + code_rate];
|
/linux-4.4.14/include/uapi/linux/dvb/ |
D | frontend.h | 542 fe_modulation_t constellation; /* modulation type (see above) */ member
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 187 a very unlikely constellation of tasks, irq-contexts and timings to
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.c | 1246 c->modulation = p->u.ofdm.constellation; in dtv_property_cache_sync() 1326 p->u.ofdm.constellation = c->modulation; in dtv_property_legacy_params_sync()
|