| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | blank.hpp | 30 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 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 …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.l | 58 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 D | 0002-use-udev-environment-instead-of-blkid.patch | 29 - 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 D | gt1x.c | 666 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 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)),
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/tools/ |
| H A D | Makefile | 31 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 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)
|
| /OK3568_Linux_fs/yocto/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)}"
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | mx3fb.c | 256 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 D | g364fb.c | 111 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 D | fm2fb.c | 166 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 D | fb_st7789v.c | 246 static int blank(struct fbtft_par *par, bool on) in blank() function 266 .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_sh1106.c | 89 static int blank(struct fbtft_par *par, bool on) in blank() function 171 .blank = blank,
|
| H A D | fb_ssd1306.c | 149 static int blank(struct fbtft_par *par, bool on) in blank() function 214 .blank = blank,
|
| /OK3568_Linux_fs/external/rktoolkit/ |
| H A D | update.c | 109 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 D | graphics_adf.c | 50 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 D | graphics_adf.c | 50 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 D | graphics_fbdev.c | 51 .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 D | sm750.h | 169 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);
|