Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dblank.hpp30 struct blank struct
38 struct is_pod< blank >
44 struct is_empty< blank >
50 struct is_stateless< blank >
58 inline bool operator==(const blank&, const blank&) in operator ==() argument
63 inline bool operator<=(const blank&, const blank&) in operator <=() argument
68 inline bool operator>=(const blank&, const blank&) in operator >=() argument
73 inline bool operator!=(const blank&, const blank&) in operator !=() argument
78 inline bool operator<(const blank&, const blank&) in operator <() argument
83 inline bool operator>(const blank&, const blank&) in operator >() argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/
H A D0001_initial.py30 ('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 …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c137 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 Dvideo_gx.c298 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()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.l58 dimension [[:digit:]]+[[:blank:]]*x[[:blank:]]*[[:digit:]]+
59 offset [+-][[:digit:]]+[[:blank:]]*[+-][[:blank:]]*[[:digit:]]+
60 origin @[[:blank:]]*[[:digit:]]+[[:blank:]]*[[:blank:]]*x[[:digit:]]+
62 WS [[:blank:]]+
/OK3568_Linux_fs/buildroot/package/usbmount/
H A D0002-use-udev-environment-instead-of-blkid.patch29 - FSTYPE=$(echo "$DEVINFO" | sed 's/.*[[:blank:]]TYPE="\([^"]*\)".*/\1/g; s/[[:blank:]]*//g;')
30 - UUID=$(echo "$DEVINFO" | sed 's/.*[[:blank:]]UUID="\([^"]*\)".*/\1/g; s/[[:blank:]]*//g;')
31 - USAGE=$(echo "$DEVINFO" | sed 's/.*[[:blank:]]USAGE="\([^"]*\)".*/\1/g; s/[[:blank:]]*//g;')
42 - elif grep -q "^[[:blank:]]*UUID=$UUID" /etc/fstab; then
45 + elif grep -q "^[[:blank:]]*UUID=$ID_FS_UUID" /etc/fstab; then
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x.c666 int *blank; in gtp_fb_notifier_callback() local
675 blank = ev_data->data; in gtp_fb_notifier_callback()
676 if (*blank == FB_BLANK_UNBLANK) { in gtp_fb_notifier_callback()
677 tp_status = *blank; in gtp_fb_notifier_callback()
685 blank = ev_data->data; in gtp_fb_notifier_callback()
686 if (*blank == FB_BLANK_UNBLANK) { in gtp_fb_notifier_callback()
687 tp_status = *blank; in gtp_fb_notifier_callback()
696 blank = ev_data->data; in gtp_fb_notifier_callback()
697 if (*blank == FB_BLANK_POWERDOWN) { in gtp_fb_notifier_callback()
698 tp_status = *blank; in gtp_fb_notifier_callback()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/migrations/
H A D0001_initial.py56 ('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)),
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py179 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/tools/
H A DMakefile31 everything : csv-files c-files csv-blank
47 csv-blank :
49 @echo New blank csv signal table in csv/blank_route_table.csv
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py37 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)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/
H A Dxserver-nodm-init_3.0.bb25 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)}"
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-backlight.c35 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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dmx3fb.c256 int blank; member
728 static int mx3fb_blank(int blank, struct fb_info *fbi);
874 if (mx3_fbi->blank == FB_BLANK_UNBLANK) { in __set_par()
1071 static void __blank(int blank, struct fb_info *fbi) in __blank() argument
1075 int was_blank = mx3_fbi->blank; in __blank()
1077 mx3_fbi->blank = blank; in __blank()
1085 if (blank > FB_BLANK_UNBLANK && was_blank > FB_BLANK_UNBLANK) in __blank()
1088 switch (blank) { in __blank()
1109 static int mx3fb_blank(int blank, struct fb_info *fbi) in mx3fb_blank() argument
1114 blank, fbi->screen_base, fbi->fix.smem_len); in mx3fb_blank()
[all …]
H A Dg364fb.c111 static int g364fb_blank(int blank, struct fb_info *info);
142 static int g364fb_blank(int blank, struct fb_info *info) in g364fb_blank() argument
144 if (blank) in g364fb_blank()
H A Dfm2fb.c166 static int fm2fb_blank(int blank, struct fb_info *info);
180 static int fm2fb_blank(int blank, struct fb_info *info) in fm2fb_blank() argument
184 if (!blank) in fm2fb_blank()
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfb_st7789v.c246 static int blank(struct fbtft_par *par, bool on) in blank() function
266 .blank = blank,
H A Dfb_ssd1305.c132 static int blank(struct fbtft_par *par, bool on) in blank() function
193 .blank = blank,
H A Dfb_sh1106.c89 static int blank(struct fbtft_par *par, bool on) in blank() function
171 .blank = blank,
H A Dfb_ssd1306.c149 static int blank(struct fbtft_par *par, bool on) in blank() function
214 .blank = blank,
/OK3568_Linux_fs/external/rktoolkit/
H A Dupdate.c109 char blank[LOG_FILE_LEN]; in bootCommand() local
151 memset(blank, 0, LOG_FILE_LEN); in bootCommand()
152 fwrite(blank, LOG_FILE_LEN, 1, log_file); in bootCommand()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics_adf.c50 static void adf_blank(struct minui_backend *backend, bool blank);
209 static void adf_blank(struct minui_backend *backend, bool blank) in adf_blank() argument
213 blank ? DRM_MODE_DPMS_OFF : DRM_MODE_DPMS_ON); in adf_blank()
244 pdata->base.blank = adf_blank; in open_adf()
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics_adf.c50 static void adf_blank(struct minui_backend *backend, bool blank);
209 static void adf_blank(struct minui_backend *backend, bool blank) in adf_blank() argument
213 blank ? DRM_MODE_DPMS_OFF : DRM_MODE_DPMS_ON); in adf_blank()
244 pdata->base.blank = adf_blank; in open_adf()
H A Dgraphics_fbdev.c51 .blank = fbdev_blank,
60 static void fbdev_blank(minui_backend* backend __unused, bool blank) in fbdev_blank() argument
64 ret = ioctl(fb_fd, FBIOBLANK, blank ? FB_BLANK_POWERDOWN : FB_BLANK_UNBLANK); in fbdev_blank()
/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dsm750.h169 int (*proc_setBLANK)(struct lynxfb_output *output, int blank);
210 int hw_sm750_setBLANK(struct lynxfb_output *output, int blank);
211 int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank);

12345678910>>...14