Home
last modified time | relevance | path

Searched refs:vts_def (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/i2c/
H A Dov5670.c120 u32 vts_def; member
1784 .vts_def = OV5670_VTS_30FPS,
1796 .vts_def = OV5670_VTS_30FPS,
1808 .vts_def = OV5670_VTS_30FPS,
1820 .vts_def = OV5670_VTS_30FPS,
1832 .vts_def = OV5670_VTS_30FPS,
1845 .vts_def = OV5670_VTS_30FPS,
2137 vblank_def = ov5670->cur_mode->vts_def - ov5670->cur_mode->height; in ov5670_init_controls()
2162 exposure_max = ov5670->cur_mode->vts_def - 8; in ov5670_init_controls()
2324 vblank_def = ov5670->cur_mode->vts_def - in ov5670_set_pad_format()
H A Dgc05a2.c574 u32 vts_def; /* Default vertical timining size */ member
589 .vts_def = 2032,
601 .vts_def = 1032,
692 mode->vts_def - mode->height); in gc05a2_update_cur_mode_controls()
706 exposure_max = mode->vts_def - GC05A2_EXP_MARGIN; in gc05a2_update_cur_mode_controls()
1167 mode->vts_def - mode->height); in gc05a2_init_controls()
1181 exposure_max = mode->vts_def - GC05A2_EXP_MARGIN; in gc05a2_init_controls()
H A Dgc08a3.c549 u32 vts_def; /* Default vertical timining size */ member
564 .vts_def = 2548,
576 .vts_def = 1276,
667 mode->vts_def - mode->height); in gc08a3_update_cur_mode_controls()
681 exposure_max = mode->vts_def - GC08A3_EXP_MARGIN; in gc08a3_update_cur_mode_controls()
1111 mode->vts_def - mode->height); in gc08a3_init_controls()
1125 exposure_max = mode->vts_def - GC08A3_EXP_MARGIN; in gc08a3_init_controls()
H A Dov5675.c120 u32 vts_def; member
473 .vts_def = OV5675_VTS_30FPS,
485 .vts_def = OV5675_VTS_30FPS,
806 ov5675->cur_mode->vts_def - ov5675->cur_mode->height); in ov5675_init_controls()
821 exposure_max = (ov5675->cur_mode->vts_def - OV5675_EXPOSURE_MAX_MARGIN); in ov5675_init_controls()
1041 vblank_def = mode->vts_def - mode->height; in ov5675_set_format()
H A Dov02c10.c493 u32 vblank_min, vblank_max, vblank_default, vts_def; in ov02c10_init_controls() local
520 vts_def = mode->vts_min * ov02c10->mipi_lanes; in ov02c10_init_controls()
524 vblank_default = vts_def - mode->height; in ov02c10_init_controls()
542 exposure_max = vts_def - OV02C10_EXPOSURE_MAX_MARGIN; in ov02c10_init_controls()