Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dmt9m001.c105 unsigned short y_skip_top; /* Lines to skip at the top */ member
201 mt9m001->rect.height + mt9m001->y_skip_top - 1 }, in mt9m001_apply_selection()
283 mt9m001->total_h = rect.height + mt9m001->y_skip_top + in mt9m001_set_selection()
387 &mf->height, MT9M001_MIN_HEIGHT + mt9m001->y_skip_top, in mt9m001_set_fmt()
388 MT9M001_MAX_HEIGHT + mt9m001->y_skip_top, 0, 0); in mt9m001_set_fmt()
560 mt9m001->y_skip_top + MT9M001_DEFAULT_VBLANK; in mt9m001_s_ctrl()
633 *lines = mt9m001->y_skip_top; in mt9m001_g_skip_top_lines()
789 mt9m001->y_skip_top = 0; in mt9m001_probe()
/linux/include/media/i2c/
H A Dmt9v022.h10 unsigned short y_skip_top; /* Lines to skip at the top */ member