Home
last modified time | relevance | path

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

/drivers/staging/ced1401/
Dced_ioc.c336 unsigned long ulTimeOut = jiffies + 30 * HZ; // when to give up in Is1401() local
337 while ((iReturn > 0) && time_before(jiffies, ulTimeOut)) { in Is1401()