Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dov772x.c520 static const struct ov772x_win_size ov772x_win_sizes[] = { variable
958 const struct ov772x_win_size *win = &ov772x_win_sizes[0]; in ov772x_select_win()
962 for (i = 0; i < ARRAY_SIZE(ov772x_win_sizes); ++i) { in ov772x_select_win()
963 u32 diff = abs(width - ov772x_win_sizes[i].rect.width) in ov772x_select_win()
964 + abs(height - ov772x_win_sizes[i].rect.height); in ov772x_select_win()
967 win = &ov772x_win_sizes[i]; in ov772x_select_win()
1500 priv->win = &ov772x_win_sizes[0]; in ov772x_probe()