| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_kernel_common.h | 70 #define MALI_CHECK(condition, error_code) do { if(!(condition)) MALI_ERROR(error_code); } while(0) argument 102 #define MALI_CHECK_GOTO(condition, label) do { if(!(condition)) goto label; } while(0) argument 141 #define MALI_DEBUG_PRINT_IF(level,condition,args) \ argument 154 #define MALI_DEBUG_PRINT_ASSERT(condition, args) do {if( !(condition)) { MALI_PRINT_ERROR(args); _… argument 156 #define MALI_DEBUG_ASSERT(condition) do {if( !(condition)) {MALI_PRINT_ERROR(("ASSERT failed: " #c… argument 163 #define MALI_DEBUG_PRINT_IF(level,condition,args) do {} while(0) argument 164 #define MALI_DEBUG_PRINT_ELSE(level,condition,args) do {} while(0) argument 165 #define MALI_DEBUG_PRINT_ASSERT(condition,args) do {} while(0) argument 167 #define MALI_DEBUG_ASSERT(condition) do {} while(0) argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_kernel_common.h | 80 #define MALI_CHECK(condition, error_code) … argument 117 #define MALI_CHECK_GOTO(condition, label) … argument 165 #define MALI_DEBUG_PRINT_IF(level, condition, args) … argument 183 #define MALI_DEBUG_PRINT_ASSERT(condition, args) … argument 197 #define MALI_DEBUG_ASSERT(condition) … argument 214 #define MALI_DEBUG_PRINT_IF(level, condition, args) … argument 217 #define MALI_DEBUG_PRINT_ELSE(level, condition, args) … argument 220 #define MALI_DEBUG_PRINT_ASSERT(condition, args) … argument 226 #define MALI_DEBUG_ASSERT(condition) … argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_wait.c | 56 int condition = 0; in osal_wait_interruptible() local 93 int condition = 0; in osal_wait_uninterruptible() local 126 int condition = 0; in osal_wait_timeout_interruptible() local 167 int condition = 0; in osal_wait_timeout_uninterruptible() local
|
| /device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
| D | wait.h | 39 #define WaitEventTimeout(condition, timeout) \ argument 58 #define WaitEvent(condition) \ argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_common.h | 30 #define DBG_MSG_IF(level, condition, args) /* args should be in brackets */ … argument 48 #define DEBUG_ASSERT(condition) … argument 61 #define DBG_MSG_IF(level, condition, args) … argument 67 #define DEBUG_ASSERT(condition) … argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_common.h | 31 #define DBG_MSG_IF(level,condition,args) /* args should be in brackets */ \ argument 44 #define DEBUG_ASSERT(condition) do {if(!(condition)) MSG_ERR(("ASSERT failed: " #condition)); } wh… argument 49 #define DBG_MSG_IF(level,condition,args) do {} while(0) argument 51 #define DEBUG_ASSERT(condition) do {} while(0) argument
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| D | Rockchip_OSAL_Event.h | 41 pthread_cond_t condition; member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | freezer.h | 268 #define wait_event_freezekillable_unsafe(wq, condition) … argument 352 #define wait_event_freezekillable_unsafe(wq, condition) wait_event_killable(wq, condition) argument
|
| D | sched.h | 1720 #define conditional_stopped_child_used_math(condition, child) … argument 1725 #define conditional_used_math(condition) conditional_stopped_child_used_math(condition, current) argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_fence.c | 32 int condition; member
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/ |
| D | tde_define.h | 142 #define tde_wait_event_interruptible_timeout(queue, condition, timeout) osal_wait_timeout(queue, co… argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_util.h | 96 #define OAL_WARN_ON(condition) ({int __ret = !!(condition); __ret;}) argument 98 #define OAL_WARN_ON(condition) WARN_ON(condition) argument 144 #define oal_warn_on(condition) (condition) argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | linuxver.h | 788 #define __wait_event_interruptible_timeout(wq, condition, ret) \ argument 811 #define wait_event_interruptible_timeout(wq, condition, timeout) \ argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_linux.c | 13066 dhd_os_ioctl_resp_wait(dhd_pub_t *pub, uint *condition) in dhd_os_ioctl_resp_wait() 13093 dhd_os_d3ack_wait(dhd_pub_t *pub, uint *condition) in dhd_os_d3ack_wait() 13120 dhd_os_busbusy_wait_negation(dhd_pub_t *pub, uint *condition) in dhd_os_busbusy_wait_negation() 13143 dhd_os_busbusy_wait_condition(dhd_pub_t *pub, uint *var, uint condition) in dhd_os_busbusy_wait_condition() 13163 uint bitmask, uint condition) in dhd_os_busbusy_wait_bitmask() 13178 dhd_os_dmaxfer_wait(dhd_pub_t *pub, uint *condition) in dhd_os_dmaxfer_wait()
|
| D | dhd.h | 2299 static INLINE int dhd_os_tput_test_wait(dhd_pub_t *pub, uint *condition, in dhd_os_tput_test_wait()
|