Searched refs:controller_formats (Results 1 – 2 of 2) sorted by relevance
49 const struct isc_format controller_formats[] = { variable955 if (index < ARRAY_SIZE(controller_formats)) { in isc_enum_fmt_vid_cap()956 f->pixelformat = controller_formats[index].fourcc; in isc_enum_fmt_vid_cap()960 index -= ARRAY_SIZE(controller_formats); in isc_enum_fmt_vid_cap()1499 for (i = 0; i < ARRAY_SIZE(controller_formats); i++) in isc_enum_framesizes()1500 if (controller_formats[i].fourcc == fsize->pixel_format) in isc_enum_framesizes()1536 for (i = 0; i < ARRAY_SIZE(controller_formats); i++) in isc_enum_frameintervals()1537 if (controller_formats[i].fourcc == fival->pixel_format) in isc_enum_frameintervals()
255 extern const struct isc_format controller_formats[];