Home
last modified time | relevance | path

Searched refs:log_warn (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_util.h72 #define log_warn(...) log_printf(3, ##__VA_ARGS__) macro
/OK3568_Linux_fs/buildroot/package/mongrel2/
H A D0004-Support-urandom-inside-chroot.patch83 - log_warn("entropy source unavailable. falling back to havege rng");
86 + log_warn("entropy source unavailable. falling back to havege rng");
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_audio_test.c77 log_warn("audio test end, timeout 60s\n"); in main()
H A Decho_audio_play_test.c103 log_warn("audio play test end, timeout 60s\n"); in main()
H A Decho_audio_record_test.c106 log_warn("audio record test end, timeout 60s\n"); in main()
H A Decho_touchpad_test.c80 log_warn("timeout(60s)\n"); in main()
H A Dcommon.h230 #define log_warn(format, ...) LOG_PRINTF(LOG_WARING_FLAG, format, ##__VA_ARGS__) macro
H A Decho_led_test.c221 log_warn("led test end, timeout 60s\n"); in main()
H A Decho_audio_linein_test.c298 log_warn("audio record test end, timeout 60s\n"); in main()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-buffer.c87 log_warn("%s() SAA_ERR_BAD_PARAMETER\n", __func__); in saa7164_buffer_alloc()
161 log_warn(" freeing a non-free buffer\n"); in saa7164_buffer_dealloc()
H A Dsaa7164.h613 #define log_warn(fmt, arg...)\ macro