| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | tout.py | 66 col = _color.YELLOW if warning else _color.GREEN 67 _stdout.write('\r' + _color.Color(col, _progress)) 84 msg = _color.Color(color, msg) 103 _Output(0, msg, _color.RED) 111 _Output(1, msg, _color.YELLOW) 153 global verbose, _progress, _color, _stdout, stdout_is_tty 157 _color = terminal.Color()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | context.h | 82 #define FW_CMD_ID_AND_COLOR(_id, _color) (((_id) << FW_CTXT_ID_POS) |\ argument 83 ((_color) << FW_CTXT_COLOR_POS))
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | adjd_s311.c | 143 #define ADJD_S311_CHANNEL(_color, _scan_idx) { \ argument 146 .address = (IDX_##_color), \ 150 .channel2 = (IIO_MOD_LIGHT_##_color), \
|
| H A D | cm3323.c | 52 #define CM3323_COLOR_CHANNEL(_color, _addr) { \ argument 57 .channel2 = IIO_MOD_LIGHT_##_color, \
|
| H A D | isl29125.c | 61 #define ISL29125_CHANNEL(_color, _si) { \ argument 66 .channel2 = IIO_MOD_LIGHT_##_color, \
|
| H A D | tcs3414.c | 63 #define TCS3414_CHANNEL(_color, _si, _addr) { \ argument 69 .channel2 = IIO_MOD_LIGHT_##_color, \
|
| H A D | tcs3472.c | 91 #define TCS3472_CHANNEL(_color, _si, _addr) { \ argument 97 .channel2 = IIO_MOD_LIGHT_##_color, \
|
| H A D | cm36651.c | 564 #define CM36651_LIGHT_CHANNEL(_color, _idx) { \ argument 570 .channel2 = IIO_MOD_LIGHT_##_color, \
|
| H A D | as73211.c | 110 #define AS73211_COLOR_CHANNEL(_color, _si, _addr) { \ argument 122 .channel2 = IIO_MOD_##_color, \
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm47xx/ |
| H A D | leds.c | 11 #define BCM47XX_GPIO_LED(_gpio, _color, _function, _active_low, \ argument 14 .name = "bcm47xx:" _color ":" _function, \ 20 #define BCM47XX_GPIO_LED_TRIGGER(_gpio, _color, _function, _active_low, \ argument 23 .name = "bcm47xx:" _color ":" _function, \
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vt.c | 701 static u8 build_attr(struct vc_data *vc, u8 _color, in build_attr() argument 706 return vc->vc_sw->con_build_attr(vc, _color, _intensity, in build_attr() 720 u8 a = _color; in build_attr()
|