Searched refs:tput (Results 1 – 3 of 3) sorted by relevance
99 int dss_set_min_bus_tput(struct device *dev, unsigned long tput) in dss_set_min_bus_tput() argument104 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()