Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/media/i2c/
Dimx219.c724 int exposure_max, exposure_def; in imx219_set_ctrl() local
727 exposure_max = imx219->mode->height + ctrl->val - 4; in imx219_set_ctrl()
728 exposure_def = (exposure_max < IMX219_EXPOSURE_DEFAULT) ? in imx219_set_ctrl()
729 exposure_max : IMX219_EXPOSURE_DEFAULT; in imx219_set_ctrl()
732 exposure_max, imx219->exposure->step, in imx219_set_ctrl()
906 int exposure_max, exposure_def, hblank; in imx219_set_pad_format() local
939 exposure_max = mode->vts_def - 4; in imx219_set_pad_format()
940 exposure_def = (exposure_max < IMX219_EXPOSURE_DEFAULT) ? in imx219_set_pad_format()
941 exposure_max : IMX219_EXPOSURE_DEFAULT; in imx219_set_pad_format()
944 exposure_max, imx219->exposure->step, in imx219_set_pad_format()
[all …]
Dov5647.c994 int exposure_max, exposure_def; in ov5647_set_pad_fmt() local
1011 exposure_max = mode->vts - 4; in ov5647_set_pad_fmt()
1012 exposure_def = min(exposure_max, OV5647_EXPOSURE_DEFAULT); in ov5647_set_pad_fmt()
1015 exposure_max, sensor->exposure->step, in ov5647_set_pad_fmt()
1206 int exposure_max, exposure_def; in ov5647_s_ctrl() local
1209 exposure_max = sensor->mode->format.height + ctrl->val - 4; in ov5647_s_ctrl()
1210 exposure_def = min(exposure_max, OV5647_EXPOSURE_DEFAULT); in ov5647_s_ctrl()
1213 exposure_max, sensor->exposure->step, in ov5647_s_ctrl()
1271 int hblank, exposure_max, exposure_def; in ov5647_init_controls() local
1285 exposure_max = sensor->mode->vts - 4; in ov5647_init_controls()
[all …]
Dog01a1b.c542 s64 exposure_max; in og01a1b_set_ctrl() local
548 exposure_max = og01a1b->cur_mode->height + ctrl->val - in og01a1b_set_ctrl()
552 exposure_max, og01a1b->exposure->step, in og01a1b_set_ctrl()
553 exposure_max); in og01a1b_set_ctrl()
605 s64 exposure_max, h_blank; in og01a1b_init_controls() local
653 exposure_max = (og01a1b->cur_mode->vts_def - in og01a1b_init_controls()
658 exposure_max, in og01a1b_init_controls()
660 exposure_max); in og01a1b_init_controls()
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()
Dhi556.c630 s64 exposure_max; in hi556_set_ctrl() local
636 exposure_max = hi556->cur_mode->height + ctrl->val - in hi556_set_ctrl()
640 exposure_max, hi556->exposure->step, in hi556_set_ctrl()
641 exposure_max); in hi556_set_ctrl()
691 s64 exposure_max, h_blank; in hi556_init_controls() local
736 exposure_max = hi556->cur_mode->fll_def - HI556_EXPOSURE_MAX_MARGIN; in hi556_init_controls()
739 HI556_EXPOSURE_MIN, exposure_max, in hi556_init_controls()
741 exposure_max); in hi556_init_controls()
Dov5693.c611 int exposure_max; in ov5693_s_ctrl() local
613 exposure_max = ov5693->mode.format.height + ctrl->val - in ov5693_s_ctrl()
617 exposure_max, in ov5693_s_ctrl()
620 exposure_max)); in ov5693_s_ctrl()
952 int exposure_max; in ov5693_set_fmt() local
1006 exposure_max = ov5693->mode.vts - OV5693_INTEGRATION_TIME_MARGIN; in ov5693_set_fmt()
1008 ov5693->ctrls.exposure->minimum, exposure_max, in ov5693_set_fmt()
1011 exposure_max)); in ov5693_set_fmt()
1214 int exposure_max; in ov5693_init_controls() local
1236 exposure_max = ov5693->mode.vts - OV5693_INTEGRATION_TIME_MARGIN; in ov5693_init_controls()
[all …]
Dov5675.c692 s64 exposure_max; in ov5675_set_ctrl() local
698 exposure_max = ov5675->cur_mode->height + ctrl->val - in ov5675_set_ctrl()
702 exposure_max, ov5675->exposure->step, in ov5675_set_ctrl()
703 exposure_max); in ov5675_set_ctrl()
768 s64 exposure_max, h_blank; in ov5675_init_controls() local
808 exposure_max = (ov5675->cur_mode->vts_def - OV5675_EXPOSURE_MAX_MARGIN); in ov5675_init_controls()
811 OV5675_EXPOSURE_MIN, exposure_max, in ov5675_init_controls()
813 exposure_max); in ov5675_init_controls()
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()
Dov2740.c515 s64 exposure_max; in ov2740_set_ctrl() local
521 exposure_max = ov2740->cur_mode->height + ctrl->val - in ov2740_set_ctrl()
525 exposure_max, ov2740->exposure->step, in ov2740_set_ctrl()
526 exposure_max); in ov2740_set_ctrl()
576 s64 exposure_max, h_blank, pixel_rate; in ov2740_init_controls() local
623 exposure_max = cur_mode->vts_def - OV2740_EXPOSURE_MAX_MARGIN; in ov2740_init_controls()
626 OV2740_EXPOSURE_MIN, exposure_max, in ov2740_init_controls()
628 exposure_max); in ov2740_init_controls()
Dov7251.c83 u16 exposure_max; member
649 .exposure_max = 1704,
662 .exposure_max = 840,
675 .exposure_max = 552,
1033 int exposure_max; in ov7251_s_ctrl() local
1035 exposure_max = ov7251->current_mode->height + ctrl->val - in ov7251_s_ctrl()
1039 exposure_max, in ov7251_s_ctrl()
1042 exposure_max)); in ov7251_s_ctrl()
1240 1, new_mode->exposure_max, in ov7251_set_format()
1410 1, new_mode->exposure_max, in ov7251_set_frame_interval()
Dov08d10.c856 s64 exposure_max; in ov08d10_set_ctrl() local
862 exposure_max = ov08d10->cur_mode->height + ctrl->val - in ov08d10_set_ctrl()
866 exposure_max, ov08d10->exposure->step, in ov08d10_set_ctrl()
867 exposure_max); in ov08d10_set_ctrl()
920 s64 exposure_max; in ov08d10_init_controls() local
978 exposure_max = mode->vts_def - OV08D10_EXPOSURE_MAX_MARGIN; in ov08d10_init_controls()
982 exposure_max, in ov08d10_init_controls()
984 exposure_max); in ov08d10_init_controls()
Dov8856.c1865 s64 exposure_max; in ov8856_set_ctrl() local
1871 exposure_max = ov8856->cur_mode->height + ctrl->val - in ov8856_set_ctrl()
1875 exposure_max, ov8856->exposure->step, in ov8856_set_ctrl()
1876 exposure_max); in ov8856_set_ctrl()
1934 s64 exposure_max, h_blank; in ov8856_init_controls() local
1983 exposure_max = ov8856->cur_mode->vts_def - OV8856_EXPOSURE_MAX_MARGIN; in ov8856_init_controls()
1986 OV8856_EXPOSURE_MIN, exposure_max, in ov8856_init_controls()
1988 exposure_max); in ov8856_init_controls()
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()
1414 s64 exposure_max, h_blank; in hi846_init_controls() local
1462 exposure_max = hi846->cur_mode->frame_len - HI846_EXPOSURE_MAX_MARGIN; in hi846_init_controls()
1465 HI846_EXPOSURE_MIN, exposure_max, in hi846_init_controls()
1467 exposure_max); in hi846_init_controls()
Dov5670.c2072 s64 exposure_max; in ov5670_init_controls() local
2122 exposure_max = ov5670->cur_mode->vts_def - 8; in ov5670_init_controls()
2126 exposure_max, OV5670_EXPOSURE_STEP, in ov5670_init_controls()
2127 exposure_max); in ov5670_init_controls()
Dov2685.c614 u64 exposure_max; in ov2685_initialize_controls() local
646 exposure_max = mode->vts_def - 4; in ov2685_initialize_controls()
649 exposure_max, OV2685_EXPOSURE_STEP, in ov2685_initialize_controls()
Dov13b10.c1198 s64 exposure_max; in ov13b10_init_controls() local
1250 exposure_max = mode->vts_def - 8; in ov13b10_init_controls()
1254 exposure_max, OV13B10_EXPOSURE_STEP, in ov13b10_init_controls()
1255 exposure_max); in ov13b10_init_controls()
Dov8865.c2466 int exposure_max; in ov8865_s_ctrl() local
2468 exposure_max = sensor->state.mode->output_size_y + ctrl->val - in ov8865_s_ctrl()
2472 exposure_max, in ov8865_s_ctrl()
2475 exposure_max)); in ov8865_s_ctrl()
2734 int exposure_max; in ov8865_set_fmt() local
2782 exposure_max = mode->vts - OV8865_INTEGRATION_TIME_MARGIN; in ov8865_set_fmt()
2784 sensor->ctrls.exposure->minimum, exposure_max, in ov8865_set_fmt()
2787 exposure_max)); in ov8865_set_fmt()
Dov5695.c1169 s64 exposure_max, vblank_def; in ov5695_initialize_controls() local
1200 exposure_max = mode->vts_def - 4; in ov5695_initialize_controls()
1203 exposure_max, OV5695_EXPOSURE_STEP, in ov5695_initialize_controls()
Dov02a10.c740 s64 exposure_max; in ov02a10_initialize_controls() local
772 exposure_max = mode->vts_def - 4; in ov02a10_initialize_controls()
776 exposure_max, in ov02a10_initialize_controls()
Dimx208.c883 s64 exposure_max; in imx208_init_controls() local
933 exposure_max = imx208->cur_mode->vts_def - 8; in imx208_init_controls()
935 IMX208_EXPOSURE_MIN, exposure_max, in imx208_init_controls()
Dov13858.c1599 s64 exposure_max; in ov13858_init_controls() local
1648 exposure_max = mode->vts_def - 8; in ov13858_init_controls()
1652 exposure_max, OV13858_EXPOSURE_STEP, in ov13858_init_controls()
Dimx319.c2275 s64 exposure_max; in imx319_init_controls() local
2322 exposure_max = mode->fll_def - 18; in imx319_init_controls()
2325 IMX319_EXPOSURE_MIN, exposure_max, in imx319_init_controls()
Dimx355.c1564 s64 exposure_max; in imx355_init_controls() local
1611 exposure_max = mode->fll_def - 10; in imx355_init_controls()
1614 IMX355_EXPOSURE_MIN, exposure_max, in imx355_init_controls()
/Linux-v6.1/drivers/media/i2c/m5mols/
Dm5mols_controls.c540 u16 exposure_max; in m5mols_init_controls() local
545 ret = m5mols_read_u16(sd, AE_MAX_GAIN_MON, &exposure_max); in m5mols_init_controls()
563 0, exposure_max, 1, exposure_max / 2); in m5mols_init_controls()
/Linux-v6.1/drivers/media/usb/gspca/
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