Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov772x.c518 static const struct ov772x_win_size ov772x_win_sizes[] = { variable
972 const struct ov772x_win_size *win = &ov772x_win_sizes[0]; in ov772x_select_win()
976 for (i = 0; i < ARRAY_SIZE(ov772x_win_sizes); ++i) { in ov772x_select_win()
977 u32 diff = abs(width - ov772x_win_sizes[i].rect.width) in ov772x_select_win()
978 + abs(height - ov772x_win_sizes[i].rect.height); in ov772x_select_win()
981 win = &ov772x_win_sizes[i]; in ov772x_select_win()
1512 priv->win = &ov772x_win_sizes[0]; in ov772x_probe()