Home
last modified time | relevance | path

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

/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()
/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()
1794 fbuf->last_field = (field_num + 1) == num_fields; in fdp1_buf_prepare_field()
/linux/tools/perf/
H A Dbuiltin-trace.c2105 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array()
2113 last_field = field; in syscall_arg_fmt__init_array()
2163 return last_field; in syscall__read_info()
2168 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args, in syscall__read_info()
2171 if (last_field) in syscall__read_info()
2172 sc->args_size = last_field->offset + last_field->size; in syscall__read_info()
2087 struct tep_format_field *last_field = NULL; syscall_arg_fmt__init_array() local
2150 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args, syscall__set_arg_fmts() local