Lines Matching defs:f_adc
136 unsigned int f_adc, f_tuner;
492 dev_dbg(&pdev->dev, "f_adc=%u\n", dev->f_adc);
497 if (dev->f_adc == 0)
500 f_sr = dev->f_adc;
793 c->bandwidth_hz = dev->f_adc;
794 v4l2_ctrl_s_ctrl(bandwidth, dev->f_adc);
1045 f->frequency = dev->f_adc;
1084 dev->f_adc = clamp_t(unsigned int, f->frequency,
1088 dev_dbg(&pdev->dev, "ADC frequency=%u Hz\n", dev->f_adc);
1264 s32 val = dev->f_adc + div_u64(dev->bandwidth->step, 2);
1347 dev->f_adc = bands_adc[0].rangelow;