| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tunnel.sh | 51 RED='\033[0;31m' 293 echo -e ${RED}"FAIL: $TYPE"${NC} 323 echo -e ${RED}"FAIL: $TYPE"${NC} 352 echo -e ${RED}"FAIL: $TYPE"${NC} 376 echo -e ${RED}"FAIL: $TYPE"${NC} 399 echo -e ${RED}"FAIL: $TYPE"${NC} 423 echo -e ${RED}"FAIL: $TYPE"${NC} 451 echo -e ${RED}"FAIL: ip6$TYPE"${NC} 475 echo -e ${RED}"FAIL: $TYPE"${NC} 499 echo -e ${RED}"FAIL: ip6$TYPE"${NC} [all …]
|
| H A D | test_tc_redirect.sh | 36 readonly RED='\033[0;31m' 132 echo -e "${TEST}: ${RED}FAIL${NC}" 140 echo -e "${TEST}: ${RED}FAIL${NC}" 148 echo -e "${TEST}: ${RED}FAIL${NC}" 156 echo -e "${TEST}: ${RED}FAIL${NC}"
|
| H A D | test_lirc_mode2.sh | 15 RED='\033[0;31m' 35 echo -e ${RED}"FAIL: $TYPE"${NC}
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-blinkm.c | 68 #define RED 0 macro 141 case RED: in show_color_common() 170 case RED: in store_color_common() 198 return show_color_common(dev, buf, RED); in show_red() 206 ret = store_color_common(dev, buf, RED); in store_red() 430 case RED: in blinkm_led_common_set() 466 return blinkm_led_common_set(led_cdev, value, RED); in blinkm_led_red_set() 610 case RED: in blinkm_probe() 673 led_classdev_unregister(&led[RED]->led_cdev); in blinkm_probe()
|
| H A D | leds-bd2802.c | 45 RED, enumerator 112 case RED: in bd2802_is_rgb_off() 180 case RED: in bd2802_update_state() 221 reg = bd2802_get_reg_addr(LED1, RED, BD2802_REG_HOURSETUP); in bd2802_configure() 224 reg = bd2802_get_reg_addr(LED2, RED, BD2802_REG_HOURSETUP); in bd2802_configure() 548 BD2802_CONTROL_RGBS(led1r, LED1, RED); 551 BD2802_CONTROL_RGBS(led2r, LED2, RED); 747 bd2802_turn_on(led, i, RED, led->led[i].r); in bd2802_restore_state()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | lircd.conf | 50 RED 0xE8 121 RED 0x42bd 189 RED 0x1028
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso_bench.sh | 8 readonly RED='\033[0;31m' 35 echo -e "$(basename $0): ${RED}FAIL${NC}"
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | control.py | 163 sys.exit(col.Color(col.RED, msg)) 165 sys.exit(col.Color(col.RED, "Range '%s' has no commits" % 174 sys.exit(col.Color(col.RED, str)) 195 sys.exit(col.Color(col.RED, 'No matching boards found'))
|
| H A D | builder.py | 431 line += self.col.Color(self.col.RED, '%5d' % self.fail) 791 color = self.col.RED if num > 0 else self.col.GREEN 860 color = self.col.RED if diff > 0 else self.col.GREEN 885 color = self.col.RED if diff > 0 else self.col.GREEN 995 color = self.col.RED if avg_diff > 0 else self.col.GREEN 1123 col = self.col.RED 1164 self.col.RED) 1176 Print('\n'.join(worse_err), colour=self.col.RED)
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | patman.py | 137 sys.exit(col.Color(col.RED, str)) 171 print(col.Color(col.RED, "Not sending emails due to errors/warnings")) 177 print(col.Color(col.RED, "Email would not be sent"))
|
| H A D | patman | 137 sys.exit(col.Color(col.RED, str)) 171 print(col.Color(col.RED, "Not sending emails due to errors/warnings")) 177 print(col.Color(col.RED, "Email would not be sent"))
|
| H A D | series.py | 197 print(col.Color(col.RED, str)) 200 print(col.Color(col.RED, str)) 203 print(col.Color(col.RED, str))
|
| H A D | checkpatch.py | 138 msg_type = col.Color(col.RED, msg_type) 172 color = col.RED
|
| H A D | tout.py | 103 _Output(0, msg, _color.RED)
|
| H A D | gitutil.py | 496 print(col.Color(col.RED, msg)) 505 print(col.Color(col.RED, msg))
|
| H A D | terminal.py | 95 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/include/ |
| H A D | logging.h | 34 #define RED '3', '1' macro 38 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | msg.py | 54 BASECOLOR, BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = list(range(29,38)) 66 ERROR : RED, 67 ERRORONCE : RED, 68 CRITICAL: RED,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/template/ |
| H A D | load_dhcp.sh | 5 RED='\e[1;31m'
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-chromeos-driver-cros-ec-lightbar | 38 indicating LED, RED, GREEN, BLUE. The LED number is 0 to 3 40 to the same value at once. The RED, GREEN, and BLUE
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ls1021a-moxa-uc-8410a.dts | 56 label = "UC8410A:RED:PROG"; 110 label = "UC8410A:RED:DIA";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/health/ |
| H A D | max30100.txt | 16 the RED LED, and second value is for the IR LED.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | ipvs.sh | 31 RED='\033[0;31m' 224 echo -e "$(basename $0): ${RED}FAIL${NC}"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-el15203000.txt | 4 This LED Board (aka RED LEDs board) is widely used in
|
| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | fb_ili9163.c | 69 #ifdef RED
|