Searched refs:_color (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/kunit/ |
| H A D | kunit_printer.py | 34 def _color(self, code: str, text: str) -> str: member in Printer 40 return self._color('\033[1;31m', text) 43 return self._color('\033[1;33m', text) 46 return self._color('\033[1;32m', text)
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | context.h | 30 #define FW_CMD_ID_AND_COLOR(_id, _color) (((_id) << FW_CTXT_ID_POS) |\ argument 31 ((_color) << FW_CTXT_COLOR_POS))
|
| /linux/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, \
|
| /linux/drivers/iio/light/ |
| H A D | veml3328.c | 58 #define VEML3328_CHAN_SPEC(_color, _addr) { \ argument 61 .channel2 = IIO_MOD_LIGHT_##_color, \
|