Home
last modified time | relevance | path

Searched defs:DEBUG_ASSERT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_common.h44 #define DEBUG_ASSERT(condition) do {if(!(condition)) MSG_ERR(("ASSERT failed: " #condition)); } wh… macro
51 #define DEBUG_ASSERT(condition) do {} while(0) macro
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_core.h222 DEBUG_ASSERT=1<<1, enumerator