Lines Matching refs:code
96 .code = MEDIA_BUS_FMT_SRGGB10_1X10,
411 const struct cfe_fmt *find_format_by_code(u32 code) in find_format_by_code() argument
414 if (formats[i].code == code) in find_format_by_code()
431 static const struct cfe_fmt *find_format_by_code_and_fourcc(u32 code, in find_format_by_code_and_fourcc() argument
435 if (formats[i].code == code && formats[i].fourcc == fourcc) in find_format_by_code_and_fourcc()
446 u32 cfe_find_16bit_code(u32 code) in cfe_find_16bit_code() argument
450 cfe_fmt = find_format_by_code(code); in cfe_find_16bit_code()
459 return cfe_fmt->code; in cfe_find_16bit_code()
466 u32 cfe_find_compressed_code(u32 code) in cfe_find_compressed_code() argument
470 cfe_fmt = find_format_by_code(code); in cfe_find_compressed_code()
479 return cfe_fmt->code; in cfe_find_compressed_code()
794 cfe_fmt = find_format_by_code(fmt->code); in cfe_get_vc_dt_fallback()
882 fmt = find_format_by_code(source_fmt->code); in cfe_start_channel()
923 fmt = find_format_by_code(source_fmt->code); in cfe_start_channel()
1132 fmt = find_format_by_code(source_fmt->code); in cfe_get_source_link_freq()
1356 if (f->mbus_code && formats[i].code != f->mbus_code) in cfe_enum_fmt_vid_cap()
1814 fmt = find_format_by_code_and_fourcc(source_fmt->code, in cfe_video_link_validate()
1834 fmt = find_format_by_code_and_fourcc(source_fmt->code, in cfe_video_link_validate()
1962 fmt = find_format_by_code(cfe_default_format.code); in cfe_register_node()