Searched refs:read_poll_timeout (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ macro 123 read_poll_timeout(op, val, cond, sleep_us, timeout_us, false, addr)
|
D | regmap.h | 108 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \ 179 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \
|
D | phy.h | 986 int __ret = read_poll_timeout(phy_read, val, (cond) || val < 0, \ 1083 int __ret = read_poll_timeout(phy_read_mmd, val, (cond) || val < 0, \
|