HomeSort by: relevance | last modified time | path
    Searched defs:start_line (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
syn.c 19 int start_line; /* line nesting began on */ member in struct:nesting_state
724 source->errline = nesting.start_line;
766 nesting.start_line = source->line;
797 nesting.start_line = 0;
  /src/lib/libform/
form.h 214 _FORMI_FIELD_LINES *start_line; /* start line in field (vert scroll) */ member in struct:_form_field
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 2001 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); local in function:dcn20_setup_vupdate_interrupt
2003 if (start_line < 0)
2004 start_line = 0;
2007 tg->funcs->setup_vertical_interrupt2(tg, start_line);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 3138 uint32_t *start_line,
3155 *start_line = start_position;
3157 *start_line = dc_crtc_timing->v_total + start_position - 1;
3159 *end_line = *start_line + 2;
3169 uint32_t *start_line,
3184 start_line,
3204 uint32_t start_line = 0; local in function:dcn10_setup_periodic_interrupt
3207 dcn10_cal_vline_position(dc, pipe_ctx, vline, &start_line, &end_line);
3209 tg->funcs->setup_vertical_interrupt0(tg, start_line, end_line);
3221 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx) local in function:dcn10_setup_vupdate_interrupt
    [all...]

Completed in 15 milliseconds