Searched refs:read_poll_timeout (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | iopoll.h | 29 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, args...) \ macro 47 read_poll_timeout(op, val, cond, sleep_us, timeout_us, addr) 53 read_poll_timeout(op, val, cond, false, timeout_us, addr)
|
| /include/ |
| A D | phy.h | 296 int __ret = read_poll_timeout(phy_read_mmd, val, (cond) || val < 0, \
|
Completed in 5 milliseconds