Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/tools/testing/selftests/futex/functional/
Drun.sh30 COLOR="-c"
37 ./futex_requeue_pi $COLOR
38 ./futex_requeue_pi $COLOR -b
39 ./futex_requeue_pi $COLOR -b -l
40 ./futex_requeue_pi $COLOR -b -o
41 ./futex_requeue_pi $COLOR -l
42 ./futex_requeue_pi $COLOR -o
44 ./futex_requeue_pi $COLOR -b -l -t 5000
45 ./futex_requeue_pi $COLOR -l -t 5000
46 ./futex_requeue_pi $COLOR -b -l -t 500000
[all …]
/Linux-v6.6/scripts/
Dcheckkconfigsymbols.py122 global COLOR
123 COLOR = args.color and sys.stdout.isatty()
216 return "\033[33m%s\033[0m" % string if COLOR else string
223 return "\033[31m%s\033[0m" % string if COLOR else string
/Linux-v6.6/arch/arm/mach-omap1/
Ddma.c74 [COLOR] = { 0x0020, 0x40, OMAP_DMA_REG_2X16BIT },
206 for (i = CPC; i <= COLOR; i += 1) in omap1_clear_lch_regs()
/Linux-v6.6/include/video/
Dtrident.h138 #define COLOR 0x2160 macro
/Linux-v6.6/arch/arm/mach-omap2/
Ddma.c73 [COLOR] = { 0x00c4, 0x60, OMAP_DMA_REG_32BIT },
/Linux-v6.6/include/linux/
Domap-dma.h159 CSSA, CDSA, COLOR, enumerator
/Linux-v6.6/drivers/video/fbdev/
Dtridentfb.c332 writemmr(par, COLOR, c); in blade_fill_rect()
345 writemmr(par, COLOR, c); in blade_image_blit()