Lines Matching defs:common_attr

2392 	struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL);
2397 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2410 (u16) ((common_attr->sys_clock_freq / 1000) * HI_I2C_DELAY) / 1000;
2418 (u16) ((common_attr->osc_clock_freq / 1000) * HI_I2C_BRIDGE_DELAY) /
2466 * * common_attr->osc_clock_freq
2475 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL);
2483 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2509 common_attr->osc_clock_freq = 27000;
2513 common_attr->osc_clock_freq = 20250;
2517 common_attr->osc_clock_freq = 4000;
2732 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL);
2754 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2938 (u32) (common_attr->sys_clock_freq / 8))) /
2973 (u32) (common_attr->sys_clock_freq / 8))) /
3057 common_attr->sys_clock_freq * 1000 / (fec_oc_dto_period +
3060 frac28(bit_rate, common_attr->sys_clock_freq * 1000);
3344 common_attr->mpeg_cfg.enable_mpeg_output = cfg_data->enable_mpeg_output;
3491 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL;
3497 common_attr = demod->my_common_attr;
3499 if ((common_attr->mpeg_cfg.static_clk == true)
3500 && (common_attr->mpeg_cfg.enable_parallel == false)) {
4387 struct drx_common_attr *common_attr = NULL;
4409 common_attr = (struct drx_common_attr *) demod->my_common_attr;
4716 if (common_attr->tuner_rf_agc_pol == true)
4720 if (common_attr->tuner_if_agc_pol == true)
4916 struct drx_common_attr *common_attr = NULL;
4921 common_attr = (struct drx_common_attr *) demod->my_common_attr;
4971 if (common_attr->tuner_rf_agc_pol)
5046 if (common_attr->tuner_rf_agc_pol)
5130 struct drx_common_attr *common_attr = NULL;
5135 common_attr = (struct drx_common_attr *) demod->my_common_attr;
5185 if (common_attr->tuner_if_agc_pol)
5266 if (common_attr->tuner_if_agc_pol)
5717 struct drx_common_attr *common_attr = NULL;
5754 common_attr = (struct drx_common_attr *) demod->my_common_attr;
6113 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
6370 struct drx_common_attr *common_attr = demod->my_common_attr;
6440 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
7860 struct drx_common_attr *common_attr = NULL;
7998 common_attr = (struct drx_common_attr *) demod->my_common_attr;
8020 adc_frequency = (common_attr->sys_clock_freq * 1000) / 3;
8623 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
11040 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL;
11046 common_attr = (struct drx_common_attr *) demod->my_common_attr;
11055 if (common_attr->current_power_mode == *mode)
11078 if ((common_attr->current_power_mode != DRX_POWER_UP)) {
11172 common_attr->current_power_mode = *mode;
11351 struct drx_common_attr *common_attr = NULL;
11372 common_attr = (struct drx_common_attr *) demod->my_common_attr;
11438 memcpy(&cfg_mpeg_output, &common_attr->mpeg_cfg, sizeof(cfg_mpeg_output));
11460 if (common_attr->microcode_file != NULL) {
11463 common_attr->is_opened = true;
11464 ucode_info.mc_file = common_attr->microcode_file;
11477 if (common_attr->verify_microcode == true) {
11485 common_attr->is_opened = false;
11496 common_attr->scan_demod_lock_timeout = DRXJ_SCAN_TIMEOUT;
11497 common_attr->scan_desired_lock = DRX_LOCKED;
11551 common_attr->is_opened = false;