Lines Matching refs:field
881 f->fmt.pix.field = V4L2_FIELD_NONE;
884 f->fmt.pix.field = V4L2_FIELD_INTERLACED;
886 f->fmt.pix.field = V4L2_FIELD_SEQ_TB;
917 switch (vpfe->fmt.fmt.pix.field) {
1149 vpfe->cur_frm->vb.field = vpfe->fmt.fmt.pix.field;
1156 enum v4l2_field field)
1160 /* interlaced or TB capture check which field
1165 /* switch the software maintained field id */
1166 vpfe->field ^= 1;
1167 if (fid == vpfe->field) {
1186 if (field == V4L2_FIELD_SEQ_TB)
1190 * if one field is just being captured configure
1203 vpfe->field = fid;
1218 enum v4l2_field field = vpfe->fmt.fmt.pix.field;
1224 if (field == V4L2_FIELD_NONE) {
1228 vpfe_handle_interlaced_irq(vpfe, field);
1237 if (field == V4L2_FIELD_NONE &&
1408 f->fmt.pix.field = vpfe->fmt.fmt.pix.field;
1749 * for top and bottom field
1792 /* Calculate field offset */
1816 vbuf->field = vpfe->fmt.fmt.pix.field;
1876 vpfe->field = 0;