Home
last modified time | relevance | path

Searched refs:pixel_order_str (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c363 * 3. Pixel order, same as in pixel_order_str. Formats for all four pixel
393 static const char *pixel_order_str[] = { "GRBG", "RGGB", "BGGR", "GBRG" }; variable
439 pixel_order_str[pixel_order]); in smiapp_update_mbus_formats()
738 if (pixel_order >= ARRAY_SIZE(pixel_order_str)) { in smiapp_get_mbus_formats()
744 pixel_order_str[pixel_order]); in smiapp_get_mbus_formats()
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/
H A Dccs-core.c523 * 3. Pixel order, same as in pixel_order_str. Formats for all four pixel
553 static const char *pixel_order_str[] = { "GRBG", "RGGB", "BGGR", "GBRG" }; variable
598 pixel_order_str[pixel_order]); in ccs_update_mbus_formats()
1071 if (pixel_order >= ARRAY_SIZE(pixel_order_str)) { in ccs_get_mbus_formats()
1077 pixel_order_str[pixel_order]); in ccs_get_mbus_formats()

Completed in 8 milliseconds