Searched refs:read_poll_timeout (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ macro 135 read_poll_timeout(op, val, cond, sleep_us, timeout_us, false, addr)
|
| A D | phy.h | 1363 __ret = read_poll_timeout(__val = phy_read, val, \ 1462 __ret = read_poll_timeout(__val = phy_read_mmd, val, \
|
| A D | regmap.h | 131 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \ 202 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \
|
Completed in 14 milliseconds