Lines Matching refs:code
379 u32 code; member
411 .code = MEDIA_BUS_FMT_YUYV8_2X8,
419 .code = MEDIA_BUS_FMT_YVYU8_2X8,
427 .code = MEDIA_BUS_FMT_UYVY8_2X8,
435 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE,
443 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_BE,
451 .code = MEDIA_BUS_FMT_RGB565_2X8_LE,
459 .code = MEDIA_BUS_FMT_RGB565_2X8_BE,
471 .code = MEDIA_BUS_FMT_SBGGR10_1X10,
569 priv->cfmt->code, priv->win->name); in ov772x_s_stream()
690 if (mf->code == ov772x_cfmts[i].code) { in ov772x_select_params()
886 mf->code = priv->cfmt->code; in ov772x_g_fmt()
909 mf->code = cfmt->code; in ov772x_s_fmt()
926 mf->code = cfmt->code; in ov772x_try_fmt()
993 u32 *code) in ov772x_enum_fmt() argument
998 *code = ov772x_cfmts[index].code; in ov772x_enum_fmt()