Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/
Dsaa7146_hlp.c740 if ( vv->last_field == V4L2_FIELD_TOP ) { in calculate_video_dma_grab_packed()
743 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in calculate_video_dma_grab_packed()
963 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in program_capture_engine()
966 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in program_capture_engine()
969 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in program_capture_engine()
1016 if ( vv->last_field == V4L2_FIELD_INTERLACED ) { in saa7146_set_capture()
1017 } else if ( vv->last_field == V4L2_FIELD_TOP ) { in saa7146_set_capture()
1018 vv->last_field = V4L2_FIELD_BOTTOM; in saa7146_set_capture()
1019 } else if ( vv->last_field == V4L2_FIELD_BOTTOM ) { in saa7146_set_capture()
1020 vv->last_field = V4L2_FIELD_TOP; in saa7146_set_capture()
Dsaa7146_vv.h128 enum v4l2_field last_field; member
Dsaa7146_video.c637 vv->last_field = V4L2_FIELD_TOP; in vidioc_try_fmt_vid_cap()
642 vv->last_field = V4L2_FIELD_INTERLACED; in vidioc_try_fmt_vid_cap()
646 vv->last_field = V4L2_FIELD_INTERLACED; in vidioc_try_fmt_vid_cap()
/linux-6.1.9/drivers/media/platform/renesas/
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()
/linux-6.1.9/tools/perf/
Dbuiltin-trace.c1707 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array() local
1711 last_field = field; in syscall_arg_fmt__init_array()
1753 return last_field; in syscall_arg_fmt__init_array()
1758 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args); in syscall__set_arg_fmts() local
1760 if (last_field) in syscall__set_arg_fmts()
1761 sc->args_size = last_field->offset + last_field->size; in syscall__set_arg_fmts()