Home
last modified time | relevance | path

Searched refs:hal_log_warn (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/osal/
A Dhal_log.h18 #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 Dccu_common.c57 hal_log_warn("ccu wait for lock failed\n"); in ccu_helper_wait_for_lock()
/bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/
A Dinter.h11 #define SPINOR_WARN(fmt, arg...) hal_log_warn(SPINOR_FMT(fmt), ##arg)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci.h771 hal_log_warn(fmt, ## args)
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/
A Dinclude.h54 #define DE_WRN(fmt, ...) do {hal_log_warn("disp:[%s %d]"fmt, __func__, __LINE__, ##__VA_ARGS__);} w…

Completed in 18 milliseconds