Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dprintbuf.c119 out->last_field = pos; in __printbuf_do_indent()
127 printbuf_insert_spaces(out, out->last_field, pad); in __printbuf_do_indent()
131 out->last_field = pos; in __printbuf_do_indent()
145 out->last_field = pos; in __printbuf_do_indent()
334 buf->last_field = buf->pos; in bch2_prt_newline()
358 out->last_field = out->pos; in __prt_tab()
380 printbuf_insert_spaces(buf, buf->last_field, pad); in __prt_tab_rjust()
382 buf->last_field = buf->pos; in __prt_tab_rjust()
H A Dprintbuf.h81 unsigned last_field; member
260 buf->last_field = 0; in printbuf_reset_keep_tabstops()
/linux-6.15/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()
/linux-6.15/tools/net/sunrpc/xdrgen/
H A Dxdr_ast.py658 last_field = fields[-1]
660 isinstance(last_field, _XdrOptionalData)
661 and name == last_field.spec.type_name
/linux-6.15/include/media/drv-intf/
H A Dsaa7146_vv.h92 enum v4l2_field last_field; member
/linux-6.15/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()
/linux-6.15/tools/perf/
H A Dbuiltin-trace.c2069 struct tep_format_field *last_field = NULL; in syscall_arg_fmt__init_array() local
2073 last_field = field; in syscall_arg_fmt__init_array()
2123 return last_field; in syscall_arg_fmt__init_array()
2128 struct tep_format_field *last_field = syscall_arg_fmt__init_array(sc->arg_fmt, sc->args, in syscall__set_arg_fmts() local
2131 if (last_field) in syscall__set_arg_fmts()
2132 sc->args_size = last_field->offset + last_field->size; in syscall__set_arg_fmts()