Lines Matching full:latency
67 * omap_pm_set_max_mpu_wakeup_lat - set the maximum MPU wakeup latency
69 * @t: maximum MPU wakeup latency in microseconds
71 * Request that the maximum interrupt latency for the MPU to be no
72 * greater than @t microseconds. "Interrupt latency" in this case is
84 * This function will not affect device wakeup latency, e.g., time
87 * other use. To control this device wakeup latency, use
91 * previous t value. To remove the latency target for the MPU, call
120 * latency, other competing users on the system, etc. On OMAP2/3, if
136 * omap_pm_set_max_dev_wakeup_lat - set the maximum device enable latency
139 * @t: maximum device wakeup latency in microseconds
155 * previous wakeup latency values for this device. To remove the
156 * wakeup latency restriction for this device, call with t = -1.
166 * omap_pm_set_max_sdma_lat - set the maximum system DMA transfer start latency
168 * @t: maximum DMA transfer start latency in microseconds
170 * Request that the maximum system DMA transfer start latency for this
172 * transfer start latency" here is defined as the elapsed time from
181 * will not affect MPU wakeup latency. Use set_max_cpu_lat() to do
182 * so. Similarly, this function will not affect device wakeup latency
186 * value for this device. To remove the maximum DMA latency for this