/linux-3.4.99/drivers/media/dvb/frontends/ |
D | dib8000.c | 315 switch (state->fe[0]->dtv_property_cache.transmission_mode) { in fft_to_mode() 1112 …dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency /… in dib8000_pwm_agc_reset() 1171 …if (dib8000_set_agc_config(state, (unsigned char)(BAND_OF_FREQUENCY(fe->dtv_property_cache.frequen… in dib8000_agc_startup() 1902 dib8000_write_word(state, 26, state->fe[0]->dtv_property_cache.inversion^i); in dib8000_set_channel() 1904 if (state->fe[0]->dtv_property_cache.isdbt_sb_mode) { in dib8000_set_channel() 1907 state->fe[0]->dtv_property_cache.isdbt_sb_segment_idx - in dib8000_set_channel() 1908 (state->fe[0]->dtv_property_cache.isdbt_sb_segment_count / 2) - in dib8000_set_channel() 1909 (state->fe[0]->dtv_property_cache.isdbt_sb_segment_count % 2); in dib8000_set_channel() 1914 if ((state->fe[0]->dtv_property_cache.isdbt_sb_segment_count % 2) == 0) in dib8000_set_channel() 1918 if ((state->fe[0]->dtv_property_cache.inversion ^ i) == 0) { in dib8000_set_channel() [all …]
|
D | cxd2820r_core.c | 178 dbg("%s: delsys=%d", __func__, fe->dtv_property_cache.delivery_system); in cxd2820r_gpio() 180 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_gpio() 251 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend() 254 dbg("%s: delsys=%d", __func__, fe->dtv_property_cache.delivery_system); in cxd2820r_set_frontend() 281 dbg("%s: error state=%d", __func__, fe->dtv_property_cache.delivery_system); in cxd2820r_set_frontend() 292 dbg("%s: delsys=%d", __func__, fe->dtv_property_cache.delivery_system); in cxd2820r_read_status() 293 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_read_status() 315 dbg("%s: delsys=%d", __func__, fe->dtv_property_cache.delivery_system); in cxd2820r_get_frontend() 320 switch (fe->dtv_property_cache.delivery_system) { in cxd2820r_get_frontend() 341 dbg("%s: delsys=%d", __func__, fe->dtv_property_cache.delivery_system); in cxd2820r_read_ber() [all …]
|
D | dib9000.c | 1157 u32 freq = state->fe[0]->dtv_property_cache.frequency / 1000; in dib9000_fw_set_channel_head() 1165 b[4] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 0) & 0xff); in dib9000_fw_set_channel_head() 1166 b[5] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 8) & 0xff); in dib9000_fw_set_channel_head() 1167 b[6] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 16) & 0xff); in dib9000_fw_set_channel_head() 1168 b[7] = (u8) ((state->fe[0]->dtv_property_cache.bandwidth_hz / 1000 >> 24) & 0xff); in dib9000_fw_set_channel_head() 1170 if (state->fe[0]->dtv_property_cache.delivery_system == SYS_DVBT) in dib9000_fw_set_channel_head() 1212 state->fe[0]->dtv_property_cache.inversion = INVERSION_ON; in dib9000_fw_get_channel() 1215 state->fe[0]->dtv_property_cache.inversion = INVERSION_OFF; in dib9000_fw_get_channel() 1219 state->fe[0]->dtv_property_cache.inversion = INVERSION_AUTO; in dib9000_fw_get_channel() 1224 state->fe[0]->dtv_property_cache.transmission_mode = TRANSMISSION_MODE_2K; in dib9000_fw_get_channel() [all …]
|
D | dib0070.c | 158 if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 7000) in dib0070_set_bandwidth() 160 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 6000) in dib0070_set_bandwidth() 162 else if (state->fe->dtv_property_cache.bandwidth_hz/1000 > 5000) in dib0070_set_bandwidth() 170 if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) { in dib0070_set_bandwidth() 348 u8 band = (u8)BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency/1000); in dib0070_tune_digital() 349 …u32 freq = fe->dtv_property_cache.frequency/1000 + (band == BAND_VHF ? state->cfg->freq_offset_khz… in dib0070_tune_digital() 352 …if (state->fe->dtv_property_cache.delivery_system == SYS_ISDBT && state->fe->dtv_property_cache.is… in dib0070_tune_digital() 353 if (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) in dib0070_tune_digital() 354 …&& (state->fe->dtv_property_cache.isdbt_sb_segment_idx == ((state->fe->dtv_property_cache.isdbt_sb… in dib0070_tune_digital() 355 || (((state->fe->dtv_property_cache.isdbt_sb_segment_count % 2) == 0) in dib0070_tune_digital() [all …]
|
D | dib0090.c | 1262 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DAB) in dib0090_gain_control() 1266 if (state->fe->dtv_property_cache.delivery_system == STANDARD_DVBT && in dib0090_gain_control() 1267 …(state->fe->dtv_property_cache.modulation == QAM_64 || state->fe->dtv_property_cache.modulation ==… in dib0090_gain_control() 1271 …if ((state->fe->dtv_property_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cac… in dib0090_gain_control() 1274 ((state->fe->dtv_property_cache.layer[0].modulation == in dib0090_gain_control() 1276 || (state->fe->dtv_property_cache. in dib0090_gain_control() 1279 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control() 1282 ((state->fe->dtv_property_cache.layer[1].modulation == in dib0090_gain_control() 1284 || (state->fe->dtv_property_cache. in dib0090_gain_control() 1287 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control() [all …]
|
D | dvb-pll.c | 97 u32 bw = fe->dtv_property_cache.bandwidth_hz; in thomson_dtt759x_bw() 190 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tda665x_bw() 224 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tua6034_bw() 248 u32 bw = fe->dtv_property_cache.bandwidth_hz; in tded4_bw() 323 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in opera1_bw() 613 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_set_params() 646 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_pll_calc_regs()
|
D | s921.c | 267 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s921_pll_tune() 419 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s921_set_frontend() 438 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in s921_get_frontend()
|
D | tdhd1.h | 45 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_tdhd1_204a_tuner_set_params()
|
D | bsbe1.h | 74 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsbe1_tuner_set_params()
|
D | cxd2820r_c.c | 27 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_c() 110 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_frontend_c()
|
D | bsru6.h | 106 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in alps_bsru6_tuner_set_params()
|
D | ds3000.c | 483 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_status() 518 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ber() 614 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_snr() 700 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_read_ucblocks() 959 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in ds3000_set_frontend()
|
D | cxd2820r_t2.c | 27 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t2() 161 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_frontend_t2()
|
D | cxd2820r_t.c | 27 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_set_frontend_t() 147 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cxd2820r_get_frontend_t()
|
D | lgs8gl5.c | 316 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgs8gl5_set_frontend() 341 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgs8gl5_get_frontend()
|
D | cx24123.c | 531 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_pll_calculate() 663 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_pll_tune() 930 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_set_frontend() 964 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx24123_get_frontend()
|
D | dib3000mc.c | 551 struct dtv_frontend_properties *chan = &demod->dtv_property_cache; in dib3000mc_autosearch_start() 595 struct dtv_frontend_properties *ch = &demod->dtv_property_cache; in dib3000mc_tune() 637 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib3000mc_get_frontend() 692 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dib3000mc_set_frontend()
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | friio-fe.c | 287 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in jdvbt90502_get_frontend() 301 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in jdvbt90502_set_frontend() 315 fe->dtv_property_cache.delivery_system = SYS_ISDBT; in jdvbt90502_set_frontend() 391 fe->dtv_property_cache.delivery_system = SYS_ISDBT; in jdvbt90502_init()
|
D | dtt200u-fe.c | 105 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dtt200u_fe_set_frontend() 144 struct dtv_frontend_properties *fep = &fe->dtv_property_cache; in dtt200u_fe_get_frontend()
|
/linux-3.4.99/drivers/media/dvb/ttpci/ |
D | budget.c | 205 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_bsrv2_tuner_set_params() 247 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in alps_tdbe2_tuner_set_params() 275 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_401_tuner_set_params() 333 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in grundig_29504_451_tuner_set_params() 357 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in s5h1420_tuner_set_params()
|
/linux-3.4.99/drivers/media/dvb/pt1/ |
D | va1j5jf8007s.c | 181 frequency = state->fe.dtv_property_cache.frequency; in va1j5jf8007s_set_frequency_1() 231 frequency = state->fe.dtv_property_cache.frequency; in va1j5jf8007s_set_frequency_3() 332 ts_id = state->fe.dtv_property_cache.isdbs_ts_id; in va1j5jf8007s_set_ts_id() 359 ts_id = state->fe.dtv_property_cache.isdbs_ts_id; in va1j5jf8007s_check_ts_id()
|
/linux-3.4.99/drivers/media/dvb/ttusb-dec/ |
D | ttusbdecfe.c | 92 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusbdecfe_dvbt_set_frontend() 119 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in ttusbdecfe_dvbs_set_frontend()
|
/linux-3.4.99/drivers/media/dvb/bt8xx/ |
D | dvb-bt8xx.c | 155 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in thomson_dtt7579_tuner_calc_regs() 199 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in cx24108_tuner_set_params() 274 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in microtune_mt7202dtf_tuner_set_params() 350 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() 470 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in vp3021_alps_tded4_tuner_set_params() 524 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in digitv_alps_tded4_tuner_calc_regs()
|
/linux-3.4.99/drivers/media/dvb/dvb-core/ |
D | dvb_frontend.c | 340 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag_autotune() 436 struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp; in dvb_frontend_swzigzag() 871 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_check_parameters() 910 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_clear_cache() 1145 const struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_legacy_params_sync() 1402 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in set_delivery_system() 1570 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_property_process_set() 1723 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_ioctl() 1757 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dvb_frontend_ioctl_properties() 1854 struct dtv_frontend_properties *c = &fe->dtv_property_cache; in dtv_set_frontend() [all …]
|
/linux-3.4.99/drivers/media/dvb/mantis/ |
D | mantis_vp1033.c | 88 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgtdqcs001f_tuner_set()
|