Lines Matching defs:code
9 * Based on the MT9V032 driver and Bastian Hecht's code.
501 struct v4l2_subdev_mbus_code_enum *code)
505 if (code->pad || code->index)
508 code->code = mt9p031->format.code;
518 if (fse->index >= 8 || fse->code != mt9p031->format.code)
981 format->code = MEDIA_BUS_FMT_Y12_1X12;
983 format->code = MEDIA_BUS_FMT_SGRBG12_1X12;
1151 mt9p031->format.code = MEDIA_BUS_FMT_Y12_1X12;
1153 mt9p031->format.code = MEDIA_BUS_FMT_SGRBG12_1X12;