Searched refs:last_field (Results 1 – 5 of 5) sorted by relevance
445 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()
436 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()
697 last_field = fields[-1]699 isinstance(last_field, _XdrOptionalData)700 and name == last_field.spec.type_name
528 bool last_field; member726 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()
2149 struct tep_format_field *last_field = NULL; in syscall__set_arg_fmts() 2157 last_field = field; in syscall__set_arg_fmts() 2208 return last_field; in syscall__read_info() 2213 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args, in syscall__read_info() 2216 if (last_field) in syscall__read_info() 2217 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