Searched refs:y_skip_top (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmt9m001.c94 unsigned short y_skip_top; /* Lines to skip at the top */ member in struct:mt9m001
234 total_h = rect.height + mt9m001->y_skip_top + vblank;
253 rect.height + mt9m001->y_skip_top - 1);
349 &mf->height, MT9M001_MIN_HEIGHT + mt9m001->y_skip_top,
350 MT9M001_MAX_HEIGHT + mt9m001->y_skip_top, 0, 0);
577 mt9m001->y_skip_top + vblank;
689 *lines = mt9m001->y_skip_top;
773 mt9m001->y_skip_top = 0;
H A Dmt9v022.c109 unsigned short y_skip_top; /* Lines to skip at the top */ member in struct:mt9v022
299 rect.height + mt9v022->y_skip_top + 43);
302 rect.height + mt9v022->y_skip_top + 43);
323 rect.height + mt9v022->y_skip_top);
433 &mf->height, MT9V022_MIN_HEIGHT + mt9v022->y_skip_top,
434 MT9V022_MAX_HEIGHT + mt9v022->y_skip_top, align, 0);
823 *lines = mt9v022->y_skip_top;
911 mt9v022->y_skip_top = 1;
H A Dmt9t031.c72 unsigned short y_skip_top; /* Lines to skip at the top */ member in struct:mt9t031
366 rect->height + mt9t031->y_skip_top - 1);
368 unsigned int total_h = rect->height + mt9t031->y_skip_top + vblank;
667 mt9t031->y_skip_top + vblank;
786 *lines = mt9t031->y_skip_top;
862 mt9t031->y_skip_top = 0;
H A Dpxa_camera.c1064 u32 cicr0, cicr1, cicr2, cicr3, cicr4 = 0, y_skip_top; local
1065 int ret = v4l2_subdev_call(sd, sensor, g_skip_top_lines, &y_skip_top);
1068 y_skip_top = 0;
1138 CICR3_BFW_VAL(min((u32)255, y_skip_top));

Completed in 38 milliseconds