Home
last modified time | relevance | path

Searched refs:total_lines (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/scripts/kconfig/
Dnconf.gui.c168 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 …]
/Linux-v6.6/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cmd_encoder.c25 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-v6.6/drivers/gpu/drm/sti/
Dsti_awg_utils.h20 u32 total_lines; member
Dsti_dvo.c122 timing.total_lines = mode->vtotal; in dvo_awg_generate_code()
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c2127 u32 proto, seg, total_lines, i, shadow_line; in qed_cxt_get_tid_mem_info() local
2156 total_lines = DIV_ROUND_UP(p_fl_seg->total_size, in qed_cxt_get_tid_mem_info()
2159 for (i = 0; i < total_lines; i++) { in qed_cxt_get_tid_mem_info()
2456 u32 total_lines; in qed_cxt_get_task_ctx() local
2489 total_lines = DIV_ROUND_UP(p_seg->total_size, p_seg->real_size_in_page); in qed_cxt_get_task_ctx()
2493 if (total_lines < tid / num_tids_per_block) in qed_cxt_get_task_ctx()
/Linux-v6.6/scripts/
Dget_maintainer.pl2279 my $total_lines;
2287 $total_lines = @all_commits;
2385 vcs_assign("authored lines", $total_lines, @blame_signers);