Searched refs:controller_formats (Results 1 – 2 of 2) sorted by relevance
234 extern const struct isc_format controller_formats[];
48 const struct isc_format controller_formats[] = { variable929 if (index < ARRAY_SIZE(controller_formats)) { in isc_enum_fmt_vid_cap()930 f->pixelformat = controller_formats[index].fourcc; in isc_enum_fmt_vid_cap()934 index -= ARRAY_SIZE(controller_formats); in isc_enum_fmt_vid_cap()1427 for (i = 0; i < ARRAY_SIZE(controller_formats); i++) in isc_enum_framesizes()1428 if (controller_formats[i].fourcc == fsize->pixel_format) in isc_enum_framesizes()1465 for (i = 0; i < ARRAY_SIZE(controller_formats); i++) in isc_enum_frameintervals()1466 if (controller_formats[i].fourcc == fival->pixel_format) in isc_enum_frameintervals()