Searched refs:tput (Results 1 – 5 of 5) sorted by relevance
26 tput setf 729 tput sgr0
27 tput setf 730 tput sgr0
91 int dss_set_min_bus_tput(struct device *dev, unsigned long tput) in dss_set_min_bus_tput() argument96 return pdata->set_min_bus_tput(dev, tput); in dss_set_min_bus_tput()
205 int dss_set_min_bus_tput(struct device *dev, unsigned long tput);
160 static int omap_dss_set_min_bus_tput(struct device *dev, unsigned long tput) in omap_dss_set_min_bus_tput() argument162 return omap_pm_set_min_bus_tput(dev, OCP_INITIATOR_AGENT, tput); in omap_dss_set_min_bus_tput()