| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_item.py | 8 def __init__(self, name, fname, type, start_line, **other_stuff): argument 12 self.declaration_start_line = start_line
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 370 u32 start_line, u32 total_size, u32 elem_size) in qed_ilt_cli_blk_fill() argument 382 p_blk->start_line = start_line; in qed_ilt_cli_blk_fill() 404 p_blk->real_size_in_page, p_blk->start_line); in qed_ilt_cli_adv_line() 503 p_cli->pf_total_lines = curr_line - p_blk->start_line; in qed_cxt_cfg_ilt_compute() 516 p_cli->vf_total_lines = curr_line - p_blk->start_line; in qed_cxt_cfg_ilt_compute() 567 line = p_cli->pf_blks[CDUT_SEG_BLK(i)].start_line; in qed_cxt_cfg_ilt_compute() 581 p_cli->pf_total_lines = curr_line - p_cli->pf_blks[0].start_line; in qed_cxt_cfg_ilt_compute() 606 line = p_cli->vf_blks[CDUT_SEG_BLK(0)].start_line; in qed_cxt_cfg_ilt_compute() 616 p_cli->vf_blks[0].start_line; in qed_cxt_cfg_ilt_compute() 653 p_cli->pf_total_lines = curr_line - p_blk->start_line; in qed_cxt_cfg_ilt_compute() [all …]
|
| H A D | qed_cxt.h | 274 u32 start_line; member
|
| /linux/drivers/staging/fbtft/ |
| H A D | fbtft-core.c | 226 static void fbtft_update_display(struct fbtft_par *par, unsigned int start_line, in fbtft_update_display() argument 246 if (start_line > end_line) { in fbtft_update_display() 249 __func__, start_line, end_line); in fbtft_update_display() 250 start_line = 0; in fbtft_update_display() 253 if (start_line > par->info->var.yres - 1 || in fbtft_update_display() 257 __func__, start_line, in fbtft_update_display() 259 start_line = 0; in fbtft_update_display() 264 __func__, start_line, end_line); in fbtft_update_display() 267 par->fbtftops.set_addr_win(par, 0, start_line, in fbtft_update_display() 270 offset = start_line * par->info->fix.line_length; in fbtft_update_display() [all …]
|
| /linux/tools/perf/util/ |
| H A D | block-info.c | 304 char *start_line, *end_line; in block_range_entry() local 308 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in block_range_entry() 314 if (start_line != SRCLINE_UNKNOWN && in block_range_entry() 317 start_line, end_line); in block_range_entry() 323 zfree_srcline(&start_line); in block_range_entry()
|
| /linux/arch/sparc/boot/ |
| H A D | piggyback.c | 71 static int start_line(const char *line) in start_line() function 112 if (start_line(buffer)) in get_start_end()
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_vtg.c | 322 u32 start_line = mode.vtotal - mode.vsync_start + 1; in sti_vtg_get_line_number() local 325 start_line *= 2; in sti_vtg_get_line_number() 327 return start_line + y; in sti_vtg_get_line_number()
|
| /linux/drivers/video/fbdev/ |
| H A D | smscufx.c | 859 int len, status, urb_lines, start_line = 0; in ufx_handle_damage() local 869 while (start_line < height) { in ufx_handle_damage() 883 urb_lines = min(urb_lines, (height - start_line)); in ufx_handle_damage() 887 ufx_raw_rect(dev, urb->transfer_buffer, x, (y + start_line), width, urb_lines); in ufx_handle_damage() 893 start_line += urb_lines; in ufx_handle_damage()
|
| /linux/tools/perf/ |
| H A D | builtin-diff.c | 1347 char *start_line, *end_line; in cycles_printf() local 1362 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in cycles_printf() 1368 if (start_line != SRCLINE_UNKNOWN && in cycles_printf() 1371 start_line, end_line, block_he->diff.cycles); in cycles_printf() 1377 zfree_srcline(&start_line); in cycles_printf()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init_ops.h | 695 int abs_idx = ilt->start_line + idx; in bnx2x_ilt_line_init_op() 778 bnx2x_ilt_boundry_init_op(bp, ilt_cli, ilt->start_line, initop); in bnx2x_ilt_client_init_op_ilt()
|
| H A D | bnx2x_init.h | 519 u32 start_line; member
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/ |
| H A D | hw_sequencer.h | 307 int start_line; member 1056 uint32_t *start_line, 1670 struct timing_generator *tg, int start_line);
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 1724 struct timing_generator *tg, int start_line) in hwss_add_tg_setup_vertical_interrupt2() argument 1728 …e->steps[*seq_state->num_steps].params.tg_setup_vertical_interrupt2_params.start_line = start_line; in hwss_add_tg_setup_vertical_interrupt2() 2397 int start_line = params->tg_setup_vertical_interrupt2_params.start_line; in hwss_tg_setup_vertical_interrupt2() local 2400 tg->funcs->setup_vertical_interrupt2(tg, start_line); in hwss_tg_setup_vertical_interrupt2()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
| H A D | dcn20_hwseq.c | 2803 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn20_setup_vupdate_interrupt() local 2805 if (start_line < 0) in dcn20_setup_vupdate_interrupt() 2806 start_line = 0; in dcn20_setup_vupdate_interrupt() 2809 tg->funcs->setup_vertical_interrupt2(tg, start_line); in dcn20_setup_vupdate_interrupt()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 3086 start_line = 'enum' 3089 start_line = 'enum ' + c_lower(obj[enum_name]) 3091 start_line = 'enum ' + family.c_name + '_' + c_lower(obj[ckey]) 3092 cw.block_start(line=start_line)
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 3883 int start_line = dc->hwss.get_vupdate_offset_from_vsync(pipe_ctx); in dcn401_setup_vupdate_interrupt_sequence() local 3885 if (start_line < 0) in dcn401_setup_vupdate_interrupt_sequence() 3886 start_line = 0; in dcn401_setup_vupdate_interrupt_sequence() 3889 hwss_add_tg_setup_vertical_interrupt2(seq_state, tg, start_line); in dcn401_setup_vupdate_interrupt_sequence()
|