Searched refs:total_lines (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 169 int total_lines = get_line_no(text); in fill_window() local 174 total_lines = min(total_lines, y); in fill_window() 175 for (i = 0; i < total_lines; i++) { in fill_window() 523 int total_lines = get_line_no(text); in show_scroll_win_ext() local 544 total_lines = get_line_no(text); in show_scroll_win_ext() 545 for (i = 0; i < total_lines; i++) { in show_scroll_win_ext() 552 pad = newpad(total_lines+10, total_cols+10); in show_scroll_win_ext() 556 win_lines = min(total_lines+4, lines-2); in show_scroll_win_ext() 600 start_y = total_lines-text_lines; in show_scroll_win_ext() 635 if (start_y >= total_lines-text_lines) in show_scroll_win_ext() [all …]
|
/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()
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_awg_utils.h | 20 u32 total_lines; member
|
H A D | sti_dvo.c | 123 timing.total_lines = mode->vtotal; in dvo_awg_generate_code()
|
/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()
|
/linux/scripts/ |
H A D | get_maintainer.pl | 2298 my $total_lines; 2306 $total_lines = @all_commits; 2404 vcs_assign("authored lines", $total_lines, @blame_signers);
|