Lines Matching defs:code
65 * struct vimc_pix_map - maps media bus code with v4l2 pixel format
67 * @code: media bus format code defined by MEDIA_BUS_FMT_* macros
76 unsigned int code[VIMC_PIX_FMT_MAX_CODES];
176 * vimc_mbus_code_by_index - get mbus code by its index
178 * @index: index of the mbus code in vimc_pix_map_list
180 * Returns 0 if no mbus code is found for the given index.
185 * vimc_pix_map_by_code - get vimc_pix_map struct by media bus code
187 * @code: media bus format code defined by MEDIA_BUS_FMT_* macros
189 const struct vimc_pix_map *vimc_pix_map_by_code(u32 code);