Searched refs:uea_wait (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/atm/ |
D | ueagle-atm.c | 590 #define uea_wait(sc, cond, timeo) \ macro 1128 int ret = uea_wait(sc, sc->cmv_ack , ACK_TIMEOUT); in wait_cmv_ack() 1873 ret = uea_wait(sc, 0, msecs_to_jiffies(100)); in uea_start_reset() 1887 ret = uea_wait(sc, 0, msecs_to_jiffies(1000)); in uea_start_reset() 1941 uea_wait(sc, 0, msecs_to_jiffies(1000)); in uea_kthread()
|