Home
last modified time | relevance | path

Searched refs:tput (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/futex/
H A Drun.sh22 tput setf 7 || tput setaf 7
25 tput sgr0
/linux/tools/testing/selftests/futex/functional/
H A Drun.sh23 tput setf 7 || tput setaf 7
26 tput sgr0
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c80 int dss_set_min_bus_tput(struct device *dev, unsigned long tput) in dss_set_min_bus_tput() argument
85 return pdata->set_min_bus_tput(dev, tput); in dss_set_min_bus_tput()
H A Ddss.h194 int dss_set_min_bus_tput(struct device *dev, unsigned long tput);
/linux/tools/testing/selftests/ftrace/
H A Dftracetest230 ncolors=`tput colors 2>/dev/null || echo 0`