/openbmc/openbmc-test-automation/lib/ |
H A D | gen_valid.py | 181 var_name, var_value, gp.blank() | gp.show_type() 247 var_name, var_value, gp.blank() | gp.verbose() | gp.show_type() 253 valid_values, gp.blank() | gp.show_type() 268 var_name, var_value, gp.blank() | gp.verbose() | gp.show_type() 273 error_message += gp.sprint_var(invalid_values, gp.blank() | gp.show_type()) 341 var_name, var_value, gp.blank() | gp.show_type() 377 var_name, var_value, gp.blank() | gp.show_type() 408 var_name, var_value, gp.blank() | gp.show_type() 427 error_message += gp.sprint_varx(var_name, var_value, gp.blank()) 444 error_message += gp.sprint_varx(var_name, var_value, gp.blank()) [all …]
|
/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | video_cs5530.c | 137 int blank, hsync, vsync; in cs5530_blank_display() local 141 blank = 0; hsync = 1; vsync = 1; in cs5530_blank_display() 144 blank = 1; hsync = 1; vsync = 1; in cs5530_blank_display() 147 blank = 1; hsync = 1; vsync = 0; in cs5530_blank_display() 150 blank = 1; hsync = 0; vsync = 1; in cs5530_blank_display() 153 blank = 1; hsync = 0; vsync = 0; in cs5530_blank_display() 166 if (!blank) in cs5530_blank_display() 174 if (!blank) in cs5530_blank_display()
|
H A D | video_gx.c | 298 int blank, hsync, vsync, crt; in gx_blank_display() local 303 blank = 0; hsync = 1; vsync = 1; crt = 1; in gx_blank_display() 306 blank = 1; hsync = 1; vsync = 1; crt = 1; in gx_blank_display() 309 blank = 1; hsync = 1; vsync = 0; crt = 1; in gx_blank_display() 312 blank = 1; hsync = 0; vsync = 1; crt = 1; in gx_blank_display() 315 blank = 1; hsync = 0; vsync = 0; crt = 0; in gx_blank_display() 323 if (!blank) in gx_blank_display()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
H A D | 0001_initial.py | 30 ('short_description', models.CharField(max_length=50, blank=True)), 125 ('message', models.TextField(null=True, blank=True)), 126 ('pathname', models.FilePathField(max_length=255, blank=True)), 149 ('version', models.CharField(max_length=100, blank=True)), 150 ('revision', models.CharField(max_length=32, blank=True)), 151 ('summary', models.TextField(blank=True)), 152 ('description', models.TextField(blank=True)), 155 ('section', models.CharField(max_length=80, blank=True)), 156 ('license', models.CharField(max_length=80, blank=True)), 173 ('path', models.FilePathField(max_length=255, blank=True)), [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/ |
H A D | 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch | 32 -o_flag_munging = sed -e 's/[[:blank:]]-O\([2-9sgz][2-9sgz]*\)/ -O1 /' -e 's/[[:blank:]]-Ofast/ -O1… 33 +o_flag_munging = sed -e 's/[[:blank:]]-O\([2-9sgz][2-9sgz]*\)/ -O1 /g' -e 's/[[:blank:]]-Ofast/ -O… 45 -o_flag_munging = sed -e 's/[[:blank:]]-O\([1-9sgz][1-9sgz]*\)/ -O0 /' -e 's/[[:blank:]]-Ofast/ -O0… 46 +o_flag_munging = sed -e 's/[[:blank:]]-O\([1-9sgz][1-9sgz]*\)/ -O0 /g' -e 's/[[:blank:]]-Ofast/ -O…
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/ |
H A D | 0001_initial.py | 56 ('value', models.TextField(blank=True)), 65 ('bbaddress', models.CharField(max_length=254, blank=True)), 67 ('bbtoken', models.CharField(max_length=126, blank=True)), 69 ('sourcedir', models.CharField(max_length=512, blank=True)), 70 ('builddir', models.CharField(max_length=512, blank=True)),
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | Makefile | 31 everything : csv-files c-files csv-blank 55 csv-blank : comedi_h.py 57 @echo New blank csv signal table in csv/blank_route_table.csv
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | models.py | 37 bbaddress = models.CharField(max_length = 254, blank = True) 39 bbtoken = models.CharField(max_length = 126, blank = True) 41 sourcedir = models.CharField(max_length = 512, blank = True) 42 builddir = models.CharField(max_length = 512, blank = True) 151 value = models.TextField(blank = True)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 179 short_description = models.CharField(max_length=50, blank=True) 1108 sstate_checksum = models.CharField(max_length=100, blank=True) 1109 path_to_sstate_obj = models.FilePathField(max_length=500, blank=True) 1112 source_url = models.FilePathField(max_length=255, blank=True) 1113 work_directory = models.FilePathField(max_length=255, blank=True) 1135 logfile = models.FilePathField(max_length=255, blank=True) 1158 version = models.CharField(max_length=100, blank=True) 1159 revision = models.CharField(max_length=32, blank=True) 1160 summary = models.TextField(blank=True) 1161 description = models.TextField(blank=True) [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/ |
H A D | xserver-nodm-init_3.0.bb | 25 PACKAGECONFIG ??= "blank" 26 # dpms and screen saver will be on only if 'blank' is in PACKAGECONFIG 27 PACKAGECONFIG[blank] = "" 39 BLANK_ARGS="${@bb.utils.contains('PACKAGECONFIG', 'blank', '', '-s 0 -dpms', d)}"
|
/openbmc/linux/drivers/leds/trigger/ |
H A D | ledtrig-backlight.c | 35 int *blank; in fb_notifier_callback() local 42 blank = fb_event->data; in fb_notifier_callback() 43 new_status = *blank ? BLANK : UNBLANK; in fb_notifier_callback()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | g364fb.c | 111 static int g364fb_blank(int blank, struct fb_info *info); 140 static int g364fb_blank(int blank, struct fb_info *info) in g364fb_blank() argument 142 if (blank) in g364fb_blank()
|
H A D | fm2fb.c | 166 static int fm2fb_blank(int blank, struct fb_info *info); 178 static int fm2fb_blank(int blank, struct fb_info *info) in fm2fb_blank() argument 182 if (!blank) in fm2fb_blank()
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fb_sh1106.c | 89 static int blank(struct fbtft_par *par, bool on) in blank() function 171 .blank = blank,
|
H A D | fb_ssd1305.c | 132 static int blank(struct fbtft_par *par, bool on) in blank() function 193 .blank = blank,
|
H A D | fb_ssd1306.c | 149 static int blank(struct fbtft_par *par, bool on) in blank() function 214 .blank = blank,
|
H A D | fb_ssd1325.c | 87 static int blank(struct fbtft_par *par, bool on) in blank() function 180 .blank = blank,
|
H A D | fb_ssd1331.c | 168 static int blank(struct fbtft_par *par, bool on) in blank() function 191 .blank = blank,
|
H A D | fb_st7789v.c | 360 static int blank(struct fbtft_par *par, bool on) in blank() function 381 .blank = blank,
|
H A D | fb_ssd1351.c | 163 static int blank(struct fbtft_par *par, bool on) in blank() function 186 .blank = blank,
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | sm750.h | 173 int (*proc_setBLANK)(struct lynxfb_output *output, int blank); 214 int hw_sm750_setBLANK(struct lynxfb_output *output, int blank); 215 int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | hubp.h | 147 void (*set_blank)(struct hubp *hubp, bool blank); 148 void (*set_blank_regs)(struct hubp *hubp, bool blank); 152 void (*set_hubp_blank_en)(struct hubp *hubp, bool blank);
|
/openbmc/linux/include/linux/ |
H A D | fbcon.h | 17 void fbcon_fb_blanked(struct fb_info *info, int blank); 37 static inline void fbcon_fb_blanked(struct fb_info *info, int blank) {} in fbcon_fb_blanked() argument
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0001-cut-Fix-s-flag-to-omit-blank-lines.patch | 4 Subject: [PATCH 1/1] cut: Fix "-s" flag to omit blank lines 7 output lines containing the delimiter will print blank lines. This is 59 +testing "cut with -d -s omits blank lines" "cut -d' ' -f2 -s input" "bar\nbong\n" "$input" ""
|
/openbmc/openbmc/poky/meta/recipes-connectivity/libnss-mdns/ |
H A D | libnss-mdns_0.15.1.bb | 30 s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g 37 s/[[:blank:]]\+mdns\(4\|6\)\?\(_minimal\( \[NOTFOUND=return\]\)\?\)\?//g
|