Searched refs:lpf (Results 1 - 9 of 9) sorted by relevance

/drivers/media/tuners/
H A Dqm1d1c0042.h27 bool lpf; /* enable LPF */ member in struct:qm1d1c0042_config
H A Dqm1d1c0042.c45 .lpf = 1,
144 state->cfg.lpf = cfg->lpf;
224 if (state->cfg.lpf) {
258 if (!state->cfg.lpf) {
266 mask = state->cfg.lpf ? 0x3f : 0x7f;
277 if (state->cfg.lpf)
284 if (state->cfg.lpf) {
/drivers/media/dvb-frontends/
H A Dix2505v.c140 u8 gain, cc, ref, psc, local_osc, lpf; local
192 lpf = 0xc;
194 lpf = 0x2;
196 lpf = 0xa;
198 lpf = 0x6;
200 lpf = 0xe;
202 lpf = 0x1;
204 lpf = 0x9;
206 lpf = 0x5;
208 lpf
[all...]
H A Ddvb-pll.c358 u8 lpf; local
369 lpf = 0xc;
371 lpf = 0x2;
373 lpf = 0xa;
375 lpf = 0x6;
377 lpf = 0xe;
379 lpf = 0x1;
381 lpf = 0x9;
383 lpf = 0x5;
385 lpf
[all...]
/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_iio.h28 * @lpf: Configures internal low pass filter.
44 u8 lpf; member in struct:inv_mpu6050_reg_map
69 * @lpf: Digital low pass filter frequency.
78 unsigned int lpf:3; member in struct:inv_mpu6050_chip_config
H A Dinv_mpu_core.c42 .lpf = INV_MPU6050_REG_CONFIG,
59 .lpf = INV_MPU6050_FILTER_20HZ,
176 result = inv_mpu6050_write_reg(st, st->reg->lpf, d);
430 result = inv_mpu6050_write_reg(st, st->reg->lpf, data);
433 st->chip_config.lpf = data;
/drivers/media/platform/omap3isp/
H A Dispccdc.h111 * @lpf: Low pass filter enabled (1) or disabled (0)
141 lpf:1, member in struct:isp_ccdc_device
H A Dispccdc.c605 ccdc->lpf ? ISPCCDC_SYN_MODE_LPF : 0);
681 ccdc->lpf = !!(OMAP3ISP_CCDC_LPF & ccdc_struct->flag);
/drivers/media/pci/pt3/
H A Dpt3.c57 .lpf = 1,
78 .lpf = 1,

Completed in 170 milliseconds