Home
last modified time | relevance | path

Searched refs:last_field (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c445 if ( vv->last_field == V4L2_FIELD_TOP ) { in calculate_video_dma_grab_packed()
448 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in calculate_video_dma_grab_packed()
671 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in program_capture_engine()
674 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in program_capture_engine()
677 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in program_capture_engine()
741 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in saa7146_set_capture()
742 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in saa7146_set_capture()
743 vv->last_field = V4L2_FIELD_BOTTOM; in saa7146_set_capture()
744 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in saa7146_set_capture()
745 vv->last_field = V4L2_FIELD_TOP; in saa7146_set_capture()
H A Dsaa7146_video.c436 vv->last_field = V4L2_FIELD_TOP; in vidioc_s_fmt_vid_cap()
439 vv->last_field = V4L2_FIELD_INTERLACED; in vidioc_s_fmt_vid_cap()
H A Dsaa7146_fops.c90 buf->vb.field = vv->last_field; in saa7146_buffer_finish()
/openbmc/linux/include/media/drv-intf/
H A Dsaa7146_vv.h92 enum v4l2_field last_field; member
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_fdp1.c528 bool last_field; member
726 if (fbuf->last_field) in fdp1_field_complete()
1283 i, fbuf->last_field); in fdp1_m2m_device_run()
1797 fbuf->last_field = (field_num + 1) == num_fields; in fdp1_buf_prepare_field()
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c1734 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array() local
1738 last_field = field; in syscall_arg_fmt__init_array()
1781 return last_field; in syscall_arg_fmt__init_array()
1786 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args); in syscall__set_arg_fmts() local
1788 if (last_field) in syscall__set_arg_fmts()
1789 sc->args_size = last_field->offset + last_field->size; in syscall__set_arg_fmts()