Lines Matching defs:code
79 * cio2_find_format - lookup color format by fourcc or/and media bus code
81 * @mbus_code: media bus code to match, ignored if null
362 fmt = cio2_find_format(NULL, &q->subdev_fmt.code);
904 * This code queues the buffer to the CIO2 DMA engine, which starts
905 * running once streaming has started. It is possible that this code
1199 .code = formats[0].mbus_code,
1257 u32 mbus_code = fmt->format.code;
1272 fmt->format.code = formats[0].mbus_code;
1276 fmt->format.code = mbus_code;
1294 struct v4l2_subdev_mbus_code_enum *code)
1296 if (code->index >= ARRAY_SIZE(formats))
1299 code->code = formats[code->index].mbus_code;
1346 if (!cio2_find_format(&q->format.pixelformat, &source_fmt.format.code))
1545 fmt->code = dflt_fmt.mbus_code;