Lines Matching refs:code
354 static void ov9640_alter_regs(u32 code, in ov9640_alter_regs() argument
357 switch (code) { in ov9640_alter_regs()
379 u32 code, struct ov9640_reg_alt *alts) in ov9640_write_regs() argument
422 if (code == MEDIA_BUS_FMT_UYVY8_2X8) { in ov9640_write_regs()
490 u32 code = mf->code; in ov9640_s_fmt() local
494 ov9640_alter_regs(mf->code, &alts); in ov9640_s_fmt()
502 switch (code) { in ov9640_s_fmt()
508 code = MEDIA_BUS_FMT_UYVY8_2X8; in ov9640_s_fmt()
513 ret = ov9640_write_regs(client, mf->width, code, &alts); in ov9640_s_fmt()
515 mf->code = code; in ov9640_s_fmt()
529 switch (mf->code) { in ov9640_try_fmt()
535 mf->code = MEDIA_BUS_FMT_UYVY8_2X8; in ov9640_try_fmt()
544 u32 *code) in ov9640_enum_fmt() argument
549 *code = ov9640_codes[index]; in ov9640_enum_fmt()