Searched refs:total_lines (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 218 int total_lines = get_line_no(text); in fill_window() local 223 total_lines = min(total_lines, y); in fill_window() 224 for (i = 0; i < total_lines; i++) { in fill_window() 555 int total_lines = get_line_no(text); in show_scroll_win() local 570 total_lines = get_line_no(text); in show_scroll_win() 571 for (i = 0; i < total_lines; i++) { in show_scroll_win() 578 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win() 582 win_lines = min(total_lines+4, lines-2); in show_scroll_win() 628 start_y = total_lines-text_lines; in show_scroll_win() 653 if (start_y >= total_lines-text_lines) in show_scroll_win() [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 168 int total_lines = get_line_no(text); in fill_window() local 173 total_lines = min(total_lines, y); in fill_window() 174 for (i = 0; i < total_lines; i++) { in fill_window() 513 int total_lines = get_line_no(text); in show_scroll_win_ext() local 534 total_lines = get_line_no(text); in show_scroll_win_ext() 535 for (i = 0; i < total_lines; i++) { in show_scroll_win_ext() 542 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win_ext() 546 win_lines = min(total_lines+4, lines-2); in show_scroll_win_ext() 590 start_y = total_lines-text_lines; in show_scroll_win_ext() 625 if (start_y >= total_lines-text_lines) in show_scroll_win_ext() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_cmd_encoder.c | 25 u32 total_lines, vclks_line, cfg; in pingpong_tearcheck_setup() local 35 total_lines = mode->vtotal * drm_mode_vrefresh(mode); in pingpong_tearcheck_setup() 36 if (!total_lines) { in pingpong_tearcheck_setup() 48 vclks_line = vsync_clk_speed / total_lines; in pingpong_tearcheck_setup()
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_awg_utils.h | 20 u32 total_lines; member
|
H A D | sti_dvo.c | 122 timing.total_lines = mode->vtotal; in dvo_awg_generate_code()
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 1856 my $total_lines; 1864 $total_lines = @all_commits; 1946 vcs_assign("authored lines", $total_lines, @blame_signers);
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 2128 u32 proto, seg, total_lines, i, shadow_line; in qed_cxt_get_tid_mem_info() local 2157 total_lines = DIV_ROUND_UP(p_fl_seg->total_size, in qed_cxt_get_tid_mem_info() 2160 for (i = 0; i < total_lines; i++) { in qed_cxt_get_tid_mem_info() 2457 u32 total_lines; in qed_cxt_get_task_ctx() local 2490 total_lines = DIV_ROUND_UP(p_seg->total_size, p_seg->real_size_in_page); in qed_cxt_get_task_ctx() 2494 if (total_lines < tid / num_tids_per_block) in qed_cxt_get_task_ctx()
|
/openbmc/linux/scripts/ |
H A D | get_maintainer.pl | 2279 my $total_lines; 2287 $total_lines = @all_commits; 2385 vcs_assign("authored lines", $total_lines, @blame_signers);
|
/openbmc/u-boot/scripts/ |
H A D | get_maintainer.pl | 2214 my $total_lines; 2222 $total_lines = @all_commits; 2320 vcs_assign("authored lines", $total_lines, @blame_signers);
|