Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/hwc/
Dhwc.c2512 int effective_timeout; in omap4_hwc_hdmi_thread() local
2538 effective_timeout = -1; in omap4_hwc_hdmi_thread()
2540 effective_timeout = 0; in omap4_hwc_hdmi_thread()
2542 effective_timeout = (int)((effective_wakeup - now + 999999) / 1000000); in omap4_hwc_hdmi_thread()
2544 if (effective_timeout) in omap4_hwc_hdmi_thread()
2545 err = poll(fds, 2, effective_timeout); in omap4_hwc_hdmi_thread()