| /include/linux/ |
| A D | iopoll.h | 29 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, args...) \ argument 49 #define readl_poll_sleep_timeout(addr, val, cond, sleep_us, timeout_us) \ argument 52 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument 55 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 58 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 61 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 64 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument 67 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 70 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 73 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument [all …]
|
| A D | compiler.h | 56 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) argument 58 #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) argument 60 #define __trace_if_value(cond) ({ \ argument
|
| A D | build_bug.h | 38 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
| /include/test/ |
| A D | ut.h | 145 #define ut_assert(cond) ({ \ argument 156 #define ut_assertf(cond, fmt, args...) ({ \ argument 326 #define ut_assertok(cond) ut_asserteq(0, cond) argument
|
| /include/ |
| A D | regmap.h | 288 #define regmap_read_poll_timeout_test(map, addr, val, cond, sleep_us, \ argument 311 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_ms) \ argument 332 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_ms) \ argument
|
| A D | log.h | 259 #define debug_cond(cond, fmt, args...) \ argument 274 #define debug_cond(cond, fmt, args...) \ argument
|
| A D | phy.h | 293 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ argument
|