Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/common/saa7146/
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_video.c638 vv->last_field = V4L2_FIELD_TOP; in vidioc_try_fmt_vid_cap()
643 vv->last_field = V4L2_FIELD_INTERLACED; in vidioc_try_fmt_vid_cap()
647 vv->last_field = V4L2_FIELD_INTERLACED; in vidioc_try_fmt_vid_cap()
/kernel/linux/linux-5.10/include/media/drv-intf/
Dsaa7146_vv.h128 enum v4l2_field last_field; member
/kernel/linux/linux-5.10/drivers/media/platform/
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()
1801 fbuf->last_field = (field_num + 1) == num_fields; in fdp1_buf_prepare_field()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-trace.c1688 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array() local
1692 last_field = field; in syscall_arg_fmt__init_array()
1734 return last_field; in syscall_arg_fmt__init_array()
1739 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args); in syscall__set_arg_fmts() local
1741 if (last_field) in syscall__set_arg_fmts()
1742 sc->args_size = last_field->offset + last_field->size; in syscall__set_arg_fmts()