Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt.h60 enum cxd2880_dvbt_constellation constellation; member
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_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()
/linux/drivers/media/common/siano/
H A Dsmscoreapi.h708 u32 constellation; /* constellation from member
773 u32 constellation; /* constellation from SMSHOSTLIB_CONSTELLATION_ET, member
932 u32 constellation; /* constellation from member
1033 u32 constellation; member
H A Dsmsdvb.h69 u32 constellation; member
/linux/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()
702 if (constellation > CONSTELLATION_NUM - 1) in rtl2832_read_status()
715 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()
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h426 enum drx_modulation constellation; member
H A Ddrx_driver.h997 enum drx_modulation constellation; member
1114 enum drx_modulation constellation; member
/linux/Documentation/userspace-api/media/dvb/
H A Ddvb-frontend-parameters.rst115 fe_modulation_t constellation; /* modulation type (see above) */
/linux/include/uapi/linux/dvb/
H A Dfrontend.h1030 fe_modulation_t constellation; /* modulation type (see above) */ member
/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c1219 c->modulation = p->u.ofdm.constellation; in dtv_property_cache_sync()
1299 p->u.ofdm.constellation = c->modulation; in dtv_property_legacy_params_sync()
/linux/Documentation/locking/
H A Dlockdep-design.rst296 a very unlikely constellation of tasks, irq-contexts and timings to