Lines Matching refs:code
662 u32 code; in mx3_camera_get_formats() local
665 ret = v4l2_subdev_call(sd, video, enum_mbus_fmt, idx, &code); in mx3_camera_get_formats()
670 fmt = soc_mbus_get_fmtdesc(code); in mx3_camera_get_formats()
673 "Unsupported format code #%u: 0x%x\n", idx, code); in mx3_camera_get_formats()
682 switch (code) { in mx3_camera_get_formats()
687 xlate->code = code; in mx3_camera_get_formats()
690 mx3_camera_formats[0].name, code); in mx3_camera_get_formats()
697 xlate->code = code; in mx3_camera_get_formats()
700 mx3_camera_formats[1].name, code); in mx3_camera_get_formats()
712 xlate->code = code; in mx3_camera_get_formats()
819 if (mf.code != icd->current_fmt->code) in mx3_camera_set_crop()
876 mf.code = xlate->code; in mx3_camera_set_fmt()
882 if (mf.code != xlate->code) in mx3_camera_set_fmt()
930 mf.code = xlate->code; in mx3_camera_try_fmt()
994 fmt = soc_mbus_get_fmtdesc(icd->current_fmt->code); in mx3_camera_set_bus_param()