| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | fb_watterott.c | 61 unsigned int start_line, end_line; in write_vmem() local 69 end_line = start_line + (len / par->info->fix.line_length) - 1; in write_vmem() 78 for (i = start_line; i <= end_line; i++) { in write_vmem() 99 unsigned int start_line, end_line; in write_vmem_8bit() local 107 end_line = start_line + (len / par->info->fix.line_length) - 1; in write_vmem_8bit() 116 for (i = start_line; i <= end_line; i++) { in write_vmem_8bit()
|
| H A D | fbtft-core.c | 231 unsigned int end_line) in fbtft_update_display() argument 250 if (start_line > end_line) { in fbtft_update_display() 253 __func__, start_line, end_line); in fbtft_update_display() 255 end_line = par->info->var.yres - 1; in fbtft_update_display() 258 end_line > par->info->var.yres - 1) { in fbtft_update_display() 262 end_line, par->info->var.yres - 1); in fbtft_update_display() 264 end_line = par->info->var.yres - 1; in fbtft_update_display() 268 __func__, start_line, end_line); in fbtft_update_display() 272 par->info->var.xres - 1, end_line); in fbtft_update_display() 275 len = (end_line - start_line + 1) * par->info->fix.line_length; in fbtft_update_display()
|
| H A D | fbtft.h | 71 unsigned int start_line, unsigned int end_line);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | block-info.c | 289 char *start_line, *end_line; in block_range_entry() local 296 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in block_range_entry() 300 (strncmp(end_line, SRCLINE_UNKNOWN, strlen(SRCLINE_UNKNOWN)) != 0)) { in block_range_entry() 302 start_line, end_line); in block_range_entry() 309 free_srcline(end_line); in block_range_entry()
|
| /OK3568_Linux_fs/kernel/arch/sparc/boot/ |
| H A D | piggyback.c | 80 static int end_line(const char *line) in end_line() function 114 else if (end_line(buffer)) in get_start_end()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/toscoterm/ |
| H A D | toscoterm_git.bb | 6 LIC_FILES_CHKSUM = "file://main.c;start_line=5;end_line=16;md5=9ae4bf20caf291afa94530026bd15229"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/ |
| H A D | CVE-2019-14274.patch | 30 goto end_line;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libjs/ |
| H A D | libjs-jquery-icheck_1.0.3.bb | 6 LIC_FILES_CHKSUM = "file://icheck.js;start_line=1;end_line=8;md5=404078d7de9f05ed64d364274f790055"
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-diff.c | 1357 char *start_line, *end_line; in cycles_printf() local 1375 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in cycles_printf() 1379 (strncmp(end_line, SRCLINE_UNKNOWN, strlen(SRCLINE_UNKNOWN)) != 0)) { in cycles_printf() 1381 start_line, end_line, block_he->diff.cycles); in cycles_printf() 1388 free_srcline(end_line); in cycles_printf()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer.h | 41 uint32_t *end_line);
|
| H A D | dcn10_hw_sequencer.c | 3610 uint32_t *end_line) in dcn10_calc_vupdate_position() argument 3630 *end_line = *start_line + 2; in dcn10_calc_vupdate_position() 3632 if (*end_line >= dc_crtc_timing->v_total) in dcn10_calc_vupdate_position() 3633 *end_line = 2; in dcn10_calc_vupdate_position() 3640 uint32_t *end_line) in dcn10_cal_vline_position() argument 3648 end_line); in dcn10_cal_vline_position() 3653 *end_line = *start_line + 2; in dcn10_cal_vline_position() 3667 uint32_t end_line = 0; in dcn10_setup_periodic_interrupt() local 3669 dcn10_cal_vline_position(dc, pipe_ctx, &start_line, &end_line); in dcn10_setup_periodic_interrupt() 3671 tg->funcs->setup_vertical_interrupt0(tg, start_line, end_line); in dcn10_setup_periodic_interrupt()
|
| H A D | dcn10_optc.c | 105 uint32_t end_line) in optc1_setup_vertical_interrupt0() argument 111 OTG_VERTICAL_INTERRUPT0_LINE_END, end_line); in optc1_setup_vertical_interrupt0()
|
| H A D | dcn10_optc.h | 630 uint32_t end_line);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | hw_sequencer.h | 103 uint32_t *end_line);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | timing_generator.h | 164 uint32_t end_line);
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | log.c | 591 LogSWrite(int verb, const char *buf, size_t len, Bool end_line) in LogSWrite() argument 610 newline = end_line; in LogSWrite()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 1711 my ($first_line, $end_line) = @_; 1714 my ($current_comment) = ($rawlines[$end_line - 1] =~ m@^\+.*(//.*$)@); 1716 ($current_comment) = ($rawlines[$end_line - 2] =~ m@^[\+ ].*(//.*$)@); 1718 ($current_comment) = ($rawlines[$end_line] =~ m@^[\+ ].*(//.*$)@); 1722 ($current_comment) = ($rawlines[$end_line - 1] =~ m@.*(/\*.*\*/)\s*(?:\\\s*)?$@); 1729 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1751 my ($first_line, $end_line) = @_; 1752 my $cmt = ctx_locate_comment($first_line, $end_line);
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 214 self.end_line = None 646 if self.end_line is not None: 647 line = self.end_line 651 self.end_line = None 1034 self.end_line = line
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tvp5150.c | 500 unsigned int end_line; member 656 line <= regs->type.end_line; in tvp5150_g_sliced_vbi_cap() 706 (line <= regs->type.end_line)) in tvp5150_set_vbi()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 2318 u32 start_line, end_line, shadow_start_line, shadow_end_line; in qed_cxt_free_ilt_range() local 2357 end_line = p_blk->start_line + (end_iid / elems_per_p); in qed_cxt_free_ilt_range() 2359 end_line--; in qed_cxt_free_ilt_range() 2362 shadow_end_line = end_line - p_hwfn->p_cxt_mngr->pf_start_line; in qed_cxt_free_ilt_range()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 1556 my ($first_line, $end_line) = @_; 1559 my ($current_comment) = ($rawlines[$end_line - 1] =~ m@.*(/\*.*\*/)\s*(?:\\\s*)?$@); 1566 for (my $linenr = $first_line; $linenr < $end_line; $linenr++) { 1588 my ($first_line, $end_line) = @_; 1589 my $cmt = ctx_locate_comment($first_line, $end_line);
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | aclocal.h | 860 u32 end_line; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/ |
| H A D | 0001-geninfo-Add-intermediate-text-format-support.patch | 269 + # function:<start_line>,<end_line>,<count>,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0001-CVE-2021-42574.patch | 488 = {"", end_line, end_col, NULL, false};
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 55776 "end_line": END_LINE,
|