Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_capture.c39 static const struct sun6i_isp_capture_format sun6i_isp_capture_formats[] = { variable
55 for (i = 0; i < ARRAY_SIZE(sun6i_isp_capture_formats); i++) in sun6i_isp_capture_format_find()
56 if (sun6i_isp_capture_formats[i].pixelformat == pixelformat) in sun6i_isp_capture_format_find()
57 return &sun6i_isp_capture_formats[i]; in sun6i_isp_capture_format_find()
392 sun6i_isp_capture_formats[0].pixelformat; in sun6i_isp_capture_format_prepare()
443 if (index >= ARRAY_SIZE(sun6i_isp_capture_formats)) in sun6i_isp_capture_enum_fmt()
446 fmtdesc->pixelformat = sun6i_isp_capture_formats[index].pixelformat; in sun6i_isp_capture_enum_fmt()
678 pix_format->pixelformat = sun6i_isp_capture_formats[0].pixelformat; in sun6i_isp_capture_setup()