Home
last modified time | relevance | path

Searched refs:exposure_max (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/media/i2c/
H A Dgc05a2.c687 s64 exposure_max, h_blank; in gc05a2_update_cur_mode_controls() local
707 exposure_max = mode->vts_def - GC05A2_EXP_MARGIN; in gc05a2_update_cur_mode_controls()
709 exposure_max, GC05A2_EXP_STEP, in gc05a2_update_cur_mode_controls()
710 exposure_max); in gc05a2_update_cur_mode_controls()
885 s64 exposure_max; in gc05a2_set_ctrl() local
894 exposure_max = format->height + ctrl->val - GC05A2_EXP_MARGIN; in gc05a2_set_ctrl()
897 exposure_max, gc05a2->exposure->step, in gc05a2_set_ctrl()
898 exposure_max); in gc05a2_set_ctrl()
1131 s64 exposure_max, h_blank; in gc05a2_init_controls() local
1182 exposure_max = mode->vts_def - GC05A2_EXP_MARGIN; in gc05a2_init_controls()
[all …]
H A Dgc08a3.c662 s64 exposure_max, h_blank; in gc08a3_update_cur_mode_controls() local
682 exposure_max = mode->vts_def - GC08A3_EXP_MARGIN; in gc08a3_update_cur_mode_controls()
684 exposure_max, GC08A3_EXP_STEP, in gc08a3_update_cur_mode_controls()
685 exposure_max); in gc08a3_update_cur_mode_controls()
855 s64 exposure_max; in gc08a3_set_ctrl() local
864 exposure_max = format->height + ctrl->val - GC08A3_EXP_MARGIN; in gc08a3_set_ctrl()
867 exposure_max, gc08a3->exposure->step, in gc08a3_set_ctrl()
868 exposure_max); in gc08a3_set_ctrl()
1075 s64 exposure_max, h_blank; in gc08a3_init_controls() local
1126 exposure_max = mode->vts_def - GC08A3_EXP_MARGIN; in gc08a3_init_controls()
[all …]
H A Dov9734.c483 s64 exposure_max; in ov9734_set_ctrl() local
489 exposure_max = ov9734->cur_mode->height + ctrl->val - in ov9734_set_ctrl()
493 exposure_max, ov9734->exposure->step, in ov9734_set_ctrl()
494 exposure_max); in ov9734_set_ctrl()
544 s64 exposure_max, h_blank, pixel_rate; in ov9734_init_controls() local
587 exposure_max = ov9734->cur_mode->vts_def - OV9734_EXPOSURE_MAX_MARGIN; in ov9734_init_controls()
590 OV9734_EXPOSURE_MIN, exposure_max, in ov9734_init_controls()
592 exposure_max); in ov9734_init_controls()
H A Dov02c10.c419 s64 exposure_max; in ov02c10_set_ctrl() local
425 exposure_max = height + ctrl->val - OV02C10_EXPOSURE_MAX_MARGIN; in ov02c10_set_ctrl()
428 exposure_max, ov02c10->exposure->step, in ov02c10_set_ctrl()
429 exposure_max); in ov02c10_set_ctrl()
495 s64 exposure_max, h_blank, pixel_rate; in ov02c10_init_controls() local
542 exposure_max = vts_def - OV02C10_EXPOSURE_MAX_MARGIN; in ov02c10_init_controls()
546 exposure_max, in ov02c10_init_controls()
548 exposure_max); in ov02c10_init_controls()
H A Dov5693.c482 int exposure_max; in ov5693_s_ctrl() local
484 exposure_max = ov5693->mode.format.height + ctrl->val - in ov5693_s_ctrl()
488 exposure_max, in ov5693_s_ctrl()
491 exposure_max)); in ov5693_s_ctrl()
819 int exposure_max; in ov5693_set_fmt() local
873 exposure_max = ov5693->mode.vts - OV5693_INTEGRATION_TIME_MARGIN; in ov5693_set_fmt()
875 ov5693->ctrls.exposure->minimum, exposure_max, in ov5693_set_fmt()
878 exposure_max)); in ov5693_set_fmt()
1087 int exposure_max; in ov5693_init_controls() local
1109 exposure_max = ov5693->mode.vts - OV5693_INTEGRATION_TIME_MARGIN; in ov5693_init_controls()
[all …]
H A Dimx214.c689 int exposure_max; in imx214_set_format() local
699 exposure_max = mode->vts_def - IMX214_EXPOSURE_OFFSET; in imx214_set_format()
700 exposure_def = min(exposure_max, IMX214_EXPOSURE_DEFAULT); in imx214_set_format()
703 exposure_max, imx214->exposure->step, in imx214_set_format()
807 int exposure_max, exposure_def; in imx214_set_ctrl() local
813 exposure_max = in imx214_set_ctrl()
815 exposure_def = min(exposure_max, IMX214_EXPOSURE_DEFAULT); in imx214_set_ctrl()
818 exposure_max, imx214->exposure->step, in imx214_set_ctrl()
996 int exposure_max, exposure_def; in imx214_ctrls_init() local
1039 exposure_max = mode->vts_def - IMX214_EXPOSURE_OFFSET; in imx214_ctrls_init()
[all …]
H A Dog01a1b.c548 s64 exposure_max; in og01a1b_set_ctrl() local
554 exposure_max = og01a1b->cur_mode->height + ctrl->val - in og01a1b_set_ctrl()
558 exposure_max, og01a1b->exposure->step, in og01a1b_set_ctrl()
559 exposure_max); in og01a1b_set_ctrl()
611 s64 exposure_max, h_blank; in og01a1b_init_controls() local
659 exposure_max = (og01a1b->cur_mode->vts_def - in og01a1b_init_controls()
664 exposure_max, in og01a1b_init_controls()
666 exposure_max); in og01a1b_init_controls()
H A Dov02e10.c293 s64 exposure_max; in ov02e10_set_ctrl() local
299 exposure_max = ov02e10->cur_mode->height + ctrl->val - in ov02e10_set_ctrl()
303 exposure_max, in ov02e10_set_ctrl()
305 exposure_max); in ov02e10_set_ctrl()
382 s64 exposure_max, h_blank, pixel_rate; in ov02e10_init_controls() local
422 exposure_max = mode->vts_def - OV02E10_EXPOSURE_MAX_MARGIN; in ov02e10_init_controls()
426 exposure_max, in ov02e10_init_controls()
428 exposure_max); in ov02e10_init_controls()
H A Dhi847.c2415 s64 exposure_max; in hi847_set_ctrl() local
2421 exposure_max = hi847->cur_mode->height + ctrl->val - in hi847_set_ctrl()
2425 exposure_max, hi847->exposure->step, in hi847_set_ctrl()
2426 exposure_max); in hi847_set_ctrl()
2484 s64 exposure_max, h_blank; in hi847_init_controls() local
2529 exposure_max = hi847->cur_mode->fll_def - HI847_EXPOSURE_MAX_MARGIN; in hi847_init_controls()
2532 HI847_EXPOSURE_MIN, exposure_max, in hi847_init_controls()
2534 exposure_max); in hi847_init_controls()
H A Dov5675.c705 s64 exposure_max; in ov5675_set_ctrl() local
711 exposure_max = ov5675->cur_mode->height + ctrl->val - in ov5675_set_ctrl()
715 exposure_max, ov5675->exposure->step, in ov5675_set_ctrl()
716 exposure_max); in ov5675_set_ctrl()
782 s64 exposure_max, h_blank; in ov5675_init_controls() local
822 exposure_max = (ov5675->cur_mode->vts_def - OV5675_EXPOSURE_MAX_MARGIN); in ov5675_init_controls()
825 OV5675_EXPOSURE_MIN, exposure_max, in ov5675_init_controls()
827 exposure_max); in ov5675_init_controls()
H A Dov08d10.c853 s64 exposure_max; in ov08d10_set_ctrl() local
859 exposure_max = ov08d10->cur_mode->height + ctrl->val - in ov08d10_set_ctrl()
863 exposure_max, ov08d10->exposure->step, in ov08d10_set_ctrl()
864 exposure_max); in ov08d10_set_ctrl()
917 s64 exposure_max; in ov08d10_init_controls() local
975 exposure_max = mode->vts_def - OV08D10_EXPOSURE_MAX_MARGIN; in ov08d10_init_controls()
979 exposure_max, in ov08d10_init_controls()
981 exposure_max); in ov08d10_init_controls()
H A Dhi556.c790 s64 exposure_max; in hi556_set_ctrl() local
796 exposure_max = hi556->cur_mode->height + ctrl->val - in hi556_set_ctrl()
800 exposure_max, hi556->exposure->step, in hi556_set_ctrl()
801 exposure_max); in hi556_set_ctrl()
851 s64 exposure_max, h_blank; in hi556_init_controls() local
896 exposure_max = hi556->cur_mode->fll_def - HI556_EXPOSURE_MAX_MARGIN; in hi556_init_controls()
899 HI556_EXPOSURE_MIN, exposure_max, in hi556_init_controls()
901 exposure_max); in hi556_init_controls()
H A Dov7251.c83 u16 exposure_max; member
649 .exposure_max = 1704,
662 .exposure_max = 840,
675 .exposure_max = 552,
1035 int exposure_max; in ov7251_s_ctrl() local
1037 exposure_max = ov7251->current_mode->height + ctrl->val - in ov7251_s_ctrl()
1041 exposure_max, in ov7251_s_ctrl()
1044 exposure_max)); in ov7251_s_ctrl()
1242 1, new_mode->exposure_max, in ov7251_set_format()
1430 1, new_mode->exposure_max, in ov7251_set_frame_interval()
H A Dov2740.c707 s64 exposure_max; in ov2740_set_ctrl() local
713 exposure_max = ov2740->cur_mode->height + ctrl->val - in ov2740_set_ctrl()
717 exposure_max, ov2740->exposure->step, in ov2740_set_ctrl()
718 exposure_max); in ov2740_set_ctrl()
767 s64 exposure_max, h_blank, pixel_rate; in ov2740_init_controls() local
811 exposure_max = ov2740->cur_mode->vts_def - OV2740_EXPOSURE_MAX_MARGIN; in ov2740_init_controls()
814 OV2740_EXPOSURE_MIN, exposure_max, in ov2740_init_controls()
816 exposure_max); in ov2740_init_controls()
H A Dov8856.c1822 s64 exposure_max; in ov8856_set_ctrl() local
1828 exposure_max = ov8856->cur_mode->height + ctrl->val - in ov8856_set_ctrl()
1832 exposure_max, ov8856->exposure->step, in ov8856_set_ctrl()
1833 exposure_max); in ov8856_set_ctrl()
1891 s64 exposure_max, h_blank; in ov8856_init_controls() local
1940 exposure_max = ov8856->cur_mode->vts_def - OV8856_EXPOSURE_MAX_MARGIN; in ov8856_init_controls()
1943 OV8856_EXPOSURE_MIN, exposure_max, in ov8856_init_controls()
1945 exposure_max); in ov8856_init_controls()
H A Dhi846.c1341 s64 exposure_max; in hi846_set_ctrl() local
1348 exposure_max = hi846->cur_mode->height + ctrl->val - in hi846_set_ctrl()
1352 exposure_max, hi846->exposure->step, in hi846_set_ctrl()
1353 exposure_max); in hi846_set_ctrl()
1415 s64 exposure_max, h_blank; in hi846_init_controls() local
1463 exposure_max = hi846->cur_mode->frame_len - HI846_EXPOSURE_MAX_MARGIN; in hi846_init_controls()
1466 HI846_EXPOSURE_MIN, exposure_max, in hi846_init_controls()
1468 exposure_max); in hi846_init_controls()
H A Dar0521.c464 int max_vblank, max_hblank, exposure_max; in ar0521_set_fmt() local
515 exposure_max = sensor->fmt.height + AR0521_HEIGHT_BLANKING_MIN - 4; in ar0521_set_fmt()
518 exposure_max, in ar0521_set_fmt()
600 int max_vblank, max_hblank, exposure_max; in ar0521_init_controls() local
643 exposure_max = AR0521_HEIGHT_MAX + AR0521_HEIGHT_BLANKING_MIN - 4; in ar0521_init_controls()
645 exposure_max, 1, 0x70); in ar0521_init_controls()
H A Dimx415.c698 u32 exposure_max; in imx415_s_ctrl() local
707 exposure_max = format->height + ctrl->val - in imx415_s_ctrl()
711 exposure_max, sensor->exposure->step, in imx415_s_ctrl()
782 u32 exposure_max = IMX415_PIXEL_ARRAY_HEIGHT + in imx415_ctrls_init() local
815 exposure_max, 1, exposure_max); in imx415_ctrls_init()
H A Dov8865.c2458 int exposure_max; in ov8865_s_ctrl() local
2460 exposure_max = sensor->state.mode->output_size_y + ctrl->val - in ov8865_s_ctrl()
2464 exposure_max, in ov8865_s_ctrl()
2467 exposure_max)); in ov8865_s_ctrl()
2701 int exposure_max; in ov8865_set_fmt() local
2749 exposure_max = mode->vts - OV8865_INTEGRATION_TIME_MARGIN; in ov8865_set_fmt()
2751 sensor->ctrls.exposure->minimum, exposure_max, in ov8865_set_fmt()
2754 exposure_max)); in ov8865_set_fmt()
H A Dov2685.c668 u64 exposure_max; in ov2685_initialize_controls() local
700 exposure_max = mode->vts_def - 4; in ov2685_initialize_controls()
703 exposure_max, OV2685_EXPOSURE_STEP, in ov2685_initialize_controls()
H A Dov13b10.c1362 s64 exposure_max; in ov13b10_init_controls() local
1414 exposure_max = mode->vts_def - 8; in ov13b10_init_controls()
1418 exposure_max, OV13B10_EXPOSURE_STEP, in ov13b10_init_controls()
1419 exposure_max); in ov13b10_init_controls()
H A Dov5670.c2110 s64 exposure_max; in ov5670_init_controls() local
2163 exposure_max = ov5670->cur_mode->vts_def - 8; in ov5670_init_controls()
2167 exposure_max, OV5670_EXPOSURE_STEP, in ov5670_init_controls()
2168 exposure_max); in ov5670_init_controls()
H A Dov5695.c1152 s64 exposure_max, vblank_def; in ov5695_initialize_controls() local
1183 exposure_max = mode->vts_def - 4; in ov5695_initialize_controls()
1186 exposure_max, OV5695_EXPOSURE_STEP, in ov5695_initialize_controls()
H A Dov02a10.c739 s64 exposure_max; in ov02a10_initialize_controls() local
771 exposure_max = mode->vts_def - 4; in ov02a10_initialize_controls()
775 exposure_max, in ov02a10_initialize_controls()
/linux/drivers/media/usb/gspca/
H A Dov534.c1218 int exposure_max; in sd_init_controls() local
1232 exposure_max = 0x60; in sd_init_controls()
1245 exposure_max = 255; in sd_init_controls()
1279 V4L2_CID_EXPOSURE, exposure_min, exposure_max, 1, in sd_init_controls()

12