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)
341 mf->code = mt9m001->fmt->code;
399 fmt = mt9m001_find_datafmt(mf->code, mt9m001->fmts,
403 mf->code = fmt->code;
669 try_fmt->code = mt9m001->fmts[0].code;
681 struct v4l2_subdev_mbus_code_enum *code)
686 if (code->pad || code->index >= mt9m001->num_fmts)
689 code->code = mt9m001->fmts[code->index].code;
842 * check the returned code here.