Lines Matching defs:code
57 * fimc_isp_find_format - lookup color format by fourcc or media bus code
59 * @mbus_code: media bus code to match, ignored if null
110 struct v4l2_subdev_mbus_code_enum *code)
114 fmt = fimc_isp_find_format(NULL, NULL, code->index);
117 code->code = fmt->mbus_code;
146 mf->code = MEDIA_BUS_FMT_YUV10_1X30;
153 fmt->pad, mf->code, mf->width, mf->height);
172 mf->code = MEDIA_BUS_FMT_SGRBG10_1X10;
185 mf->code = MEDIA_BUS_FMT_YUV10_1X30;
188 mf->code = format->code;
202 isp_dbg(1, sd, "%s: pad%d: code: 0x%x, %dx%d\n",
203 __func__, fmt->pad, mf->code, mf->width, mf->height);
367 .code = fimc_isp_formats[0].mbus_code,
678 isp->sink_fmt.code = MEDIA_BUS_FMT_SGRBG10_1X10;
682 isp->src_fmt.code = MEDIA_BUS_FMT_SGRBG10_1X10;