Searched refs:blank (Results 1 - 5 of 5) sorted by relevance

/u-boot/scripts/kconfig/
H A Dzconf.l127 [[:blank:]]+
136 [^[:blank:]\n]+.* {
182 [[:blank:]]+
/u-boot/drivers/video/imx/
H A Dmxc_ipuv3_fb.c69 int blank; member in struct:mxcfb_info
266 if (mxc_fbi->blank == FB_BLANK_UNBLANK)
500 mxcfbi->blank = FB_BLANK_UNBLANK;
503 mxcfbi->blank = FB_BLANK_POWERDOWN;
/u-boot/drivers/ram/octeon/
H A Docteon_ddr.c1577 u8 blank = 0; local
1586 blank += RLEVEL_BITMASK_BLANK_ERROR;
1666 errors = bubble + tbubble + blank + narrow + trailing + toolong;
1674 firstbit, lastbit, bubble, tbubble, blank,
/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_mlc.c507 u32 blank = 0; local
606 blank = 8 - fill;
607 rgb[i] <<= blank; local
608 while (blank > 0) {
610 blank -= fill;
/u-boot/scripts/
H A Dcheckpatch.pl1773 # Strip the diff line prefixes and rip blank lines at start and end.
2909 # blank context lines so we need to count that too.
3307 # Reset possible stack dump if a blank line is found
3430 my $blank = copy_spacing($rawline);
3431 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^";
3481 my $blank = copy_spacing($rawline);
3482 my $ptr = substr($blank, 0, $-[1]) . "^" x length($typo);
4021 $rawline =~ m@^\+[ \t]*.+\*\/[ \t]*$@) { #non blank */
4050 # check for missing blank lines after struct/union declarations
4064 "Please use a blank lin
[all...]

Completed in 52 milliseconds