Searched refs:stm32_csi_formats (Results 1 – 1 of 1) sorted by relevance
217 static const struct stm32_csi_fmts stm32_csi_formats[] = { variable346 for (i = 0; i < ARRAY_SIZE(stm32_csi_formats); i++) in stm32_csi_code_to_fmt()347 if (stm32_csi_formats[i].code == code) in stm32_csi_code_to_fmt()348 return &stm32_csi_formats[i]; in stm32_csi_code_to_fmt()723 if (code->index >= ARRAY_SIZE(stm32_csi_formats)) in stm32_csi_enum_mbus_code()726 code->code = stm32_csi_formats[code->index].code; in stm32_csi_enum_mbus_code()