Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmt9m001.c102 unsigned short y_skip_top; /* Lines to skip at the top */ member
199 mt9m001->total_h = rect.height + mt9m001->y_skip_top + vblank; in mt9m001_s_crop()
218 rect.height + mt9m001->y_skip_top - 1); in mt9m001_s_crop()
305 &mf->height, MT9M001_MIN_HEIGHT + mt9m001->y_skip_top, in mt9m001_try_fmt()
306 MT9M001_MAX_HEIGHT + mt9m001->y_skip_top, 0, 0); in mt9m001_try_fmt()
464 mt9m001->y_skip_top + vblank; in mt9m001_s_ctrl()
553 *lines = mt9m001->y_skip_top; in mt9m001_g_skip_top_lines()
690 mt9m001->y_skip_top = 0; in mt9m001_probe()
Dmt9v022.c123 unsigned short y_skip_top; /* Lines to skip at the top */ member
242 rect.height + mt9v022->y_skip_top + 43); in mt9v022_s_crop()
245 rect.height + mt9v022->y_skip_top + 43); in mt9v022_s_crop()
266 rect.height + mt9v022->y_skip_top); in mt9v022_s_crop()
376 &mf->height, MT9V022_MIN_HEIGHT + mt9v022->y_skip_top, in mt9v022_try_fmt()
377 MT9V022_MAX_HEIGHT + mt9v022->y_skip_top, align, 0); in mt9v022_try_fmt()
651 *lines = mt9v022->y_skip_top; in mt9v022_g_skip_top_lines()
832 mt9v022->y_skip_top = 1; in mt9v022_probe()
Dmt9t031.c83 unsigned short y_skip_top; /* Lines to skip at the top */ member
285 rect->height + mt9t031->y_skip_top - 1); in mt9t031_set_params()
287 mt9t031->total_h = rect->height + mt9t031->y_skip_top + vblank; in mt9t031_set_params()
553 mt9t031->y_skip_top + vblank; in mt9t031_s_ctrl()
672 *lines = mt9t031->y_skip_top; in mt9t031_g_skip_top_lines()
804 mt9t031->y_skip_top = 0; in mt9t031_probe()
Dpxa_camera.c1047 u32 cicr0, cicr1, cicr2, cicr3, cicr4 = 0, y_skip_top; in pxa_camera_setup_cicr() local
1048 int ret = v4l2_subdev_call(sd, sensor, g_skip_top_lines, &y_skip_top); in pxa_camera_setup_cicr()
1051 y_skip_top = 0; in pxa_camera_setup_cicr()
1121 CICR3_BFW_VAL(min((u32)255, y_skip_top)); in pxa_camera_setup_cicr()
/linux-3.4.99/Documentation/video4linux/
Dsoc-camera.txt106 icd->y_skip_top = 1;