Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c1758 int myTimeout = 0; in KdBlockHandler() local
1767 if (ms < myTimeout || myTimeout == 0) in KdBlockHandler()
1768 myTimeout = ms; in KdBlockHandler()
1771 if (myTimeout > 0) in KdBlockHandler()
1772 AdjustWaitForDelay(timeo, myTimeout); in KdBlockHandler()