Lines Matching refs:code
65 * cio2_find_format - lookup color format by fourcc or/and media bus code
67 * @mbus_code: media bus code to match, ignored if null
361 fmt = cio2_find_format(NULL, &q->subdev_fmt.code);
903 * This code queues the buffer to the CIO2 DMA engine, which starts
904 * running once streaming has started. It is possible that this code
1205 .code = formats[0].mbus_code,
1262 u32 mbus_code = fmt->format.code;
1277 fmt->format.code = formats[0].mbus_code;
1281 fmt->format.code = mbus_code;
1300 struct v4l2_subdev_mbus_code_enum *code)
1302 if (code->index >= ARRAY_SIZE(formats))
1305 code->code = formats[code->index].mbus_code;
1352 if (!cio2_find_format(&q->format.pixelformat, &source_fmt.format.code))
1556 fmt->code = dflt_fmt.mbus_code;