Home
last modified time | relevance | path

Searched refs:constellation (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_top.c709 info.constellation = CXD2880_DVBT_CONSTELLATION_QPSK; in cxd2880_set_ber_per_period_t()
716 pre_ber_rate = 63000000 * bw * (info.constellation * 2 + 2) / in cxd2880_set_ber_per_period_t()
720 (info.constellation * 2 + 2) / in cxd2880_set_ber_per_period_t()
724 (info.constellation * 2 + 2) / in cxd2880_set_ber_per_period_t()
745 63000000 * bw * (info.constellation * 2 + 2) / in cxd2880_set_ber_per_period_t()
749 (info.constellation * 2 + 2) / in cxd2880_set_ber_per_period_t()
753 bw * (info.constellation * 2 + 2) / in cxd2880_set_ber_per_period_t()
1536 switch (tps.constellation) { in cxd2880_get_frontend_t()
1549 tps.constellation); in cxd2880_get_frontend_t()
H A Dcxd2880_dvbt.h60 enum cxd2880_dvbt_constellation constellation; member
H A Dcxd2880_tnrdmd_dvbt_mon.c275 info->constellation = in cxd2880_tnrdmd_dvbt_mon_tps_info()
683 if (tps.constellation >= CXD2880_DVBT_CONSTELLATION_RESERVED_3 || in dvbt_calc_ssi()
687 prel = rf_lvl - ref_dbm_1000[tps.constellation][tps.rate_hp]; in dvbt_calc_ssi()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c2821 switch (ext_attr->constellation) { in ctrl_set_cfg_mpeg_output()
2921 switch (ext_attr->constellation) { in ctrl_set_cfg_mpeg_output()
2956 switch (ext_attr->constellation) { in ctrl_set_cfg_mpeg_output()
6478 enum drx_modulation constellation, u32 symbol_rate) in set_qam_measurement() argument
6500 switch (constellation) { in set_qam_measurement()
6559 switch (constellation) { in set_qam_measurement()
6622 switch (constellation) { in set_qam_measurement()
8005 switch (channel->constellation) { in set_qam()
8046 set_param_parameters[0] = channel->constellation; /* constellation */ in set_qam()
8050 set_param_parameters[0] = channel->constellation; /* constellation */ in set_qam()
[all …]
H A Ddrxj.h425 enum drx_modulation constellation; member
H A Ddrx_driver.h998 enum drx_modulation constellation; member
1115 enum drx_modulation constellation; member
/OK3568_Linux_fs/kernel/drivers/media/common/siano/
H A Dsmscoreapi.h714 u32 constellation; /* constellation from member
779 u32 constellation; /* constellation from SMSHOSTLIB_CONSTELLATION_ET, member
938 u32 constellation; /* constellation from member
1039 u32 constellation; member
H A Dsmsdvb.h69 u32 constellation; member
H A Dsmsdvb-main.c226 c->modulation = sms_to_modulation(p->constellation); in smsdvb_update_tx_params()
237 c->modulation = sms_to_modulation(p->constellation); in smsdvb_update_per_slices()
289 c->modulation = sms_to_modulation(p->constellation); in smsdvb_update_dvb_stats()
393 c->layer[i].modulation = sms_to_modulation(lr->constellation); in smsdvb_update_isdbt_stats()
481 c->layer[i].modulation = sms_to_modulation(lr->constellation); in smsdvb_update_isdbt_stats_ex()
H A Dsmsdvb-debugfs.c89 "constellation = %d\n", p->constellation); in smsdvb_print_dvb_stats()
198 p->layer_info[i].constellation); in smsdvb_print_isdb_stats()
293 p->layer_info[i].constellation); in smsdvb_print_isdb_stats_ex()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Drtl2830.c431 unsigned int hierarchy, constellation; in rtl2830_read_status() local
444 constellation = (u8tmp >> 2) & 0x03; /* [3:2] */ in rtl2830_read_status()
445 if (constellation > CONSTELLATION_NUM - 1) in rtl2830_read_status()
458 stmp = (constant[constellation][hierarchy] - in rtl2830_read_status()
H A Drtl2832.c687 unsigned hierarchy, constellation; in rtl2832_read_status() local
700 constellation = (u8tmp >> 2) & 0x03; /* [3:2] */ in rtl2832_read_status()
701 if (constellation > CONSTELLATION_NUM - 1) in rtl2832_read_status()
714 tmp = (constant[constellation][hierarchy] - in rtl2832_read_status()
H A Ddib9000.c1184 s8 constellation; in dib9000_fw_get_channel() member
1256 switch (ch->constellation) { in dib9000_fw_get_channel()
1339 s8 constellation; in dib9000_fw_set_channel_union() member
1398 ch.constellation = 2; in dib9000_fw_set_channel_union()
1401 ch.constellation = 1; in dib9000_fw_set_channel_union()
1404 ch.constellation = 0; in dib9000_fw_set_channel_union()
1408 ch.constellation = -1; in dib9000_fw_set_channel_union()
H A Ddib8000.c1995 u8 cr, constellation, time_intlv; in dib8000_set_layer() local
2000 constellation = 0; in dib8000_set_layer()
2003 constellation = 1; in dib8000_set_layer()
2006 constellation = 2; in dib8000_set_layer()
2010 constellation = 3; in dib8000_set_layer()
2037 …dib8000_write_word(state, 2 + layer_index, (constellation << 10) | ((c->layer[layer_index].segment… in dib8000_set_layer()
H A Ddrxk_hard.c2616 u16 constellation = 0;
2625 &constellation);
2628 constellation &= OFDM_EQ_TOP_TD_TPS_CONST__M;
2636 if (constellation > OFDM_EQ_TOP_TD_TPS_CONST_64QAM ||
2640 QE_SN[constellation * 5 + code_rate];
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddvb-frontend-parameters.rst115 fe_modulation_t constellation; /* modulation type (see above) */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dfrontend.h980 fe_modulation_t constellation; /* modulation type (see above) */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h981 fe_modulation_t constellation; /* modulation type (see above) */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dfrontend.h980 fe_modulation_t constellation; /* modulation type (see above) */ member
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_frontend.c1213 c->modulation = p->u.ofdm.constellation; in dtv_property_cache_sync()
1293 p->u.ofdm.constellation = c->modulation; in dtv_property_legacy_params_sync()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlockdep-design.rst296 a very unlikely constellation of tasks, irq-contexts and timings to