Searched refs:agc (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmeye.h41 unsigned char agc; member in struct:meye_params
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000p.c562 struct dibx000_agc_config *agc; local
567 agc = state->cfg.agc;
573 ret |= dib7000p_write_word(state, 75 , agc->setup );
574 ret |= dib7000p_write_word(state, 76 , agc->inv_gain );
575 ret |= dib7000p_write_word(state, 77 , agc->time_stabiliz );
576 ret |= dib7000p_write_word(state, 100, (agc->alpha_level << 12) | agc->thlock);
579 ret |= dib7000p_write_word(state, 101, (agc->alpha_mant << 5) | agc
[all...]
H A Ddib7000m.c413 u16 agc,split_offset; local
419 agc = dib7000m_read_word(state, 390);
421 if (agc > state->current_agc->split.min_thres)
423 else if (agc < state->current_agc->split.max_thres)
427 (agc - state->current_agc->split.min_thres) /
450 dprintk("agc global: %d\n", dyn_gain);
463 struct dibx000_agc_config *agc = NULL; local
470 if (state->cfg.agc[i].band_caps & band) {
471 agc = &state->cfg.agc[
[all...]
H A Ddib3000mc.h19 struct dibx000_agc_config *agc; member in struct:dib3000mc_config
H A Ddib7000m.h15 struct dibx000_agc_config *agc; member in struct:dib7000m_config
H A Ddib7000p.h12 struct dibx000_agc_config *agc; member in struct:dib7000p_config
H A Ddib3000mc.c131 u16 reg_51, reg_52 = state->cfg->agc->setup & 0xfefb;
294 struct dibx000_agc_config *agc = state->cfg->agc; local
338 // agc setup misc
346 /* agc */
356 dib3000mc_write_word(state, 42, agc->agc1_max);
357 dib3000mc_write_word(state, 43, agc->agc1_min);
358 dib3000mc_write_word(state, 44, agc->agc2_max);
359 dib3000mc_write_word(state, 45, agc->agc2_min);
360 dib3000mc_write_word(state, 46, (agc
[all...]
H A Dmt312.c415 u16 agc; local
421 agc = (buf[0] << 6) | (buf[1] >> 2);
424 *signal_strength = agc;
426 dprintk(KERN_DEBUG "agc=%08x err_db=%hd\n", agc, err_db);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddib0700_devices.c55 { .agc = &bristol_dib3000p_mt2060_agc_config,
60 { .agc = &bristol_dib3000p_mt2060_agc_config,
205 .agc = &stk7700p_7000m_mt2060_agc_config,
216 .agc = &stk7700p_7000p_mt2060_agc_config,
H A Dm920x.c375 u8 agc[] = { AGC_TARGET, 0x1c, 0x20 }; local
384 mt352_write(fe, agc, ARRAY_SIZE(agc));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ctrl.c1342 ARG_DEF(int, agc)
1344 ARG_IN(agc)
1345 if (pwc_set_agc(pdev, ARGR(agc) < 0 ? 1 : 0, ARGR(agc)))
1352 ARG_DEF(int, agc)
1354 if (pwc_get_agc(pdev, ARGA(agc)))
1356 ARG_OUT(agc)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dpms.c352 static void pms_chromaagc(short agc) argument
355 pms_i2c_andor(0x8A, 0x0C, 0x9F, (agc&0x03)<<5);
357 pms_i2c_andor(0x42, 0x0C, 0x9F, (agc&0x03)<<5);
H A Dmeye.c1022 if (jp->sharpness > 63 || jp->agc > 63 || jp->picture > 63)
1034 meye.params.agc);
1297 meye.params.agc = c->value;
1341 c->value = meye.params.agc;
1908 meye.params.agc = 48;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h682 u8 agc; member in struct:ipw_rx_frame
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dwlioctl.h1574 bool agc; /* loop from init gain and going down */ member in struct:wl_samplecollect_args

Completed in 146 milliseconds