Lines Matching defs:v_offset
474 unsigned int u_offset, unsigned int v_offset)
476 WARN_ON_ONCE((u_offset & 0x7) || (v_offset & 0x7));
480 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, v_offset / 8);
767 int offset, u_offset, v_offset;
785 v_offset = image->v_offset ?
786 image->v_offset : V_OFFSET(pix, image->rect.left,
790 u_offset, v_offset);
797 v_offset = image->v_offset ?
798 image->v_offset : U_OFFSET(pix, image->rect.left,
802 u_offset, v_offset);
809 v_offset = image->v_offset ?
810 image->v_offset : V2_OFFSET(pix, image->rect.left,
814 u_offset, v_offset);
821 v_offset = image->v_offset ? image->v_offset : 0;
824 u_offset, v_offset);
831 v_offset = image->v_offset ? image->v_offset : 0;
834 u_offset, v_offset);
930 dev_dbg(ipu->dev, "v_offset 0x%x\n",