Searched refs:lpfr (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dimx412.c545 u32 lpfr, shutter; local
548 lpfr = imx412->vblank + imx412->cur_mode->height;
549 shutter = lpfr - exposure;
551 dev_dbg(imx412->dev, "Set exp %u, analog gain %u, shutter %u, lpfr %u",
552 exposure, gain, shutter, lpfr);
558 ret = imx412_write_reg(imx412, IMX412_REG_LPFR, 2, lpfr);
598 dev_dbg(imx412->dev, "Received vblank %u, new lpfr %u",
1085 u32 lpfr; local
1096 lpfr = mode->vblank + mode->height;
1101 lpfr
[all...]
H A Dimx335.c528 u32 lpfr, shutter; local
531 lpfr = imx335->vblank + imx335->cur_mode->height;
532 shutter = lpfr - exposure;
534 dev_dbg(imx335->dev, "Set exp %u, analog gain %u, shutter %u, lpfr %u\n",
535 exposure, gain, shutter, lpfr);
541 ret = imx335_write_reg(imx335, IMX335_REG_LPFR, 3, lpfr);
624 dev_dbg(imx335->dev, "Received vblank %u, new lpfr %u\n",
1211 u32 lpfr; local
1222 lpfr = mode->vblank + mode->height;
1227 lpfr
[all...]
H A Dimx334.c661 u32 lpfr, shutter; local
664 lpfr = imx334->vblank + imx334->cur_mode->height;
665 shutter = lpfr - exposure;
667 dev_dbg(imx334->dev, "Set long exp %u analog gain %u sh0 %u lpfr %u",
668 exposure, gain, shutter, lpfr);
674 ret = imx334_write_reg(imx334, IMX334_REG_LPFR, 3, lpfr);
714 dev_dbg(imx334->dev, "Received vblank %u, new lpfr %u",
1249 u32 lpfr; local
1260 lpfr = mode->vblank + mode->height;
1265 lpfr
[all...]
H A Dov9282.c659 u32 lpfr; local
666 dev_dbg(ov9282->dev, "Received vblank %u, new lpfr %u",
694 lpfr = ov9282->vblank + ov9282->cur_mode->height;
695 ret = ov9282_write_reg(ov9282, OV9282_REG_LPFR, 2, lpfr);
1294 u32 lpfr; local
1305 lpfr = mode->vblank + mode->height;
1310 lpfr - OV9282_EXPOSURE_OFFSET,
H A Dtvp7002.c612 u32 lpfr; local
637 lpfr = lpf_lsb | ((TVP7002_CL_MASK & lpf_msb) << TVP7002_CL_SHIFT);
643 if (lpfr == timings->lines_per_frame &&
653 lpfr, cpln);

Completed in 139 milliseconds