Home
last modified time | relevance | path

Searched refs:tput (Results 1 – 4 of 4) 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/ftrace/
H A Dftracetest253 ncolors=`tput colors 2>/dev/null || echo 0`
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.h194 int dss_set_min_bus_tput(struct device *dev, unsigned long tput);
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmac.c2078 u32 tput; in mm81x_get_expected_throughput() local
2084 tput = BPS_TO_KBPS(mmrc_calculate_theoretical_throughput(rate)); in mm81x_get_expected_throughput()
2086 rate.rate, 1 << rate.bw, rate.guard, tput); in mm81x_get_expected_throughput()
2088 return tput; in mm81x_get_expected_throughput()