Searched refs:read_poll_timeout_atomic (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | iopoll.h | 84 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ macro 155 read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, false, addr)
|
| /include/sound/ |
| D | hdaudio.h | 627 read_poll_timeout_atomic(snd_hdac_reg_readb, val, cond, delay_us, timeout_us, \ 630 read_poll_timeout_atomic(snd_hdac_reg_readw, val, cond, delay_us, timeout_us, \ 633 read_poll_timeout_atomic(snd_hdac_reg_readl, val, cond, delay_us, timeout_us, \
|