Lines Matching defs:code
56 u32 code;
60 /* Find a data format by a pixel code in an array */
62 u32 code, const struct mt9m001_datafmt *fmt,
67 if (fmt[i].code == code)
340 mf->code = mt9m001->fmt->code;
398 fmt = mt9m001_find_datafmt(mf->code, mt9m001->fmts,
402 mf->code = fmt->code;
668 try_fmt->code = mt9m001->fmts[0].code;
680 struct v4l2_subdev_mbus_code_enum *code)
685 if (code->pad || code->index >= mt9m001->num_fmts)
688 code->code = mt9m001->fmts[code->index].code;