Searched refs:uea_wait (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/usb/atm/ |
D | ueagle-atm.c | 563 #define uea_wait(sc, cond, timeo) \ macro 1101 int ret = uea_wait(sc, sc->cmv_ack , ACK_TIMEOUT); in wait_cmv_ack() 1850 ret = uea_wait(sc, 0, msecs_to_jiffies(100)); in uea_start_reset() 1864 ret = uea_wait(sc, 0, msecs_to_jiffies(1000)); in uea_start_reset() 1918 uea_wait(sc, 0, msecs_to_jiffies(1000)); in uea_kthread()
|