/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/gpu/drm/amd/display/dc/inc/hw/ |
H A D | optc.h | 119 uint32_t start_line, 123 uint32_t start_line); 126 uint32_t start_line);
|
H A D | timing_generator.h | 181 uint32_t start_line, 185 uint32_t start_line); 188 uint32_t start_line);
|
/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 | 317 u32 start_line = mode.vtotal - mode.vsync_start + 1; in sti_vtg_get_line_number() local 320 start_line *= 2; in sti_vtg_get_line_number() 322 return start_line + y; in sti_vtg_get_line_number()
|
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/ |
H A D | dcn10_optc.c | 109 uint32_t start_line, in optc1_setup_vertical_interrupt0() argument 115 OTG_VERTICAL_INTERRUPT0_LINE_START, start_line, in optc1_setup_vertical_interrupt0() 121 uint32_t start_line) in optc1_setup_vertical_interrupt1() argument 126 OTG_VERTICAL_INTERRUPT1_LINE_START, start_line); in optc1_setup_vertical_interrupt1() 131 uint32_t start_line) in optc1_setup_vertical_interrupt2() argument 136 OTG_VERTICAL_INTERRUPT2_LINE_START, start_line); in optc1_setup_vertical_interrupt2()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_hwseq.c | 3801 uint32_t *start_line, in dcn10_calc_vupdate_position() argument 3808 *start_line = vupdate_pos - ((vupdate_pos / timing->v_total) * timing->v_total); in dcn10_calc_vupdate_position() 3810 *start_line = vupdate_pos + ((-vupdate_pos / timing->v_total) + 1) * timing->v_total - 1; in dcn10_calc_vupdate_position() 3811 *end_line = (*start_line + 2) % timing->v_total; in dcn10_calc_vupdate_position() 3817 uint32_t *start_line, in dcn10_cal_vline_position() argument 3831 *start_line = vline_pos - ((vline_pos / timing->v_total) * timing->v_total); in dcn10_cal_vline_position() 3833 *start_line = vline_pos + ((-vline_pos / timing->v_total) + 1) * timing->v_total - 1; in dcn10_cal_vline_position() 3834 *end_line = (*start_line + 2) % timing->v_total; in dcn10_cal_vline_position() 3837 *start_line = vline_pos; in dcn10_cal_vline_position() 3838 *end_line = (*start_line + 2) % timing->v_total; in dcn10_cal_vline_position() [all …]
|
H A D | dcn10_hwseq.h | 40 uint32_t *start_line,
|
/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 | 1346 char *start_line, *end_line; in cycles_printf() local 1361 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in cycles_printf() 1367 if (start_line != SRCLINE_UNKNOWN && in cycles_printf() 1370 start_line, end_line, block_he->diff.cycles); in cycles_printf() 1376 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
|
H A D | bnx2x_main.c | 8643 ilt->start_line = FUNC_ILT_BASE(BP_FUNC(bp)); in bnx2x_ilt_set_info() 8644 DP(BNX2X_MSG_SP, "ilt starts at line %d\n", ilt->start_line); in bnx2x_ilt_set_info()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/ |
H A D | hw_sequencer.h | 261 uint32_t *start_line,
|
/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 2411 start_line = 'enum' 2414 start_line = 'enum ' + c_lower(obj[enum_name]) 2416 start_line = 'enum ' + family.c_name + '_' + c_lower(obj[ckey]) 2417 cw.block_start(line=start_line)
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css.c | 2932 in_frame->crop_info.start_line = row; in ia_css_get_crop_offsets()
|