Lines Matching refs:field
276 vid_cap_buf->vb.field = vid_out_buf->vb.field;
431 * 60 Hz standards start with the bottom field, 50 Hz standards
432 * with the top field. So if the 0-based seq_count is even,
433 * then the field is TOP for 50 Hz and BOTTOM for 60 Hz
436 buf->vb.field = ((dev->vid_cap_seq_count & 1) ^ is_60hz) ?
444 buf->vb.field = dev->field_cap;
446 tpg_s_field(tpg, buf->vb.field,
488 (buf->vb.field == V4L2_FIELD_TOP ?
613 dev->overlay_cap_field != buf->vb.field)