Home
last modified time | relevance | path

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

/drivers/media/i2c/
Dtcm825x.c395 if (tcm825x_sizes[isize + 1].height in tcm825x_find_size()
396 * tcm825x_sizes[isize + 1].width > pixels) { in tcm825x_find_size()
608 pix->width = tcm825x_sizes[isize].width; in ioctl_try_fmt_cap()
609 pix->height = tcm825x_sizes[isize].height; in ioctl_try_fmt_cap()
870 sensor->pix.width = tcm825x_sizes[QVGA].width; in tcm825x_probe()
871 sensor->pix.height = tcm825x_sizes[QVGA].height; in tcm825x_probe()
Dtcm825x.h191 static const struct capture_size tcm825x_sizes[] = { variable