Searched refs:hal_log_warn (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/osal/ |
| A D | hal_log.h | 18 #define hal_log_warn(fmt, ...) pr_warn(fmt"\n", ##__VA_ARGS__) macro 27 #define hal_log_warn(fmt, ...) pr_warn(fmt"\n", ##__VA_ARGS__) 60 #define hal_log_warn(...) \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu_common.c | 57 hal_log_warn("ccu wait for lock failed\n"); in ccu_helper_wait_for_lock()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/ |
| A D | inter.h | 11 #define SPINOR_WARN(fmt, arg...) hal_log_warn(SPINOR_FMT(fmt), ##arg)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci.h | 771 hal_log_warn(fmt, ## args)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | include.h | 54 #define DE_WRN(fmt, ...) do {hal_log_warn("disp:[%s %d]"fmt, __func__, __LINE__, ##__VA_ARGS__);} w…
|
Completed in 18 milliseconds