| /device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
| D | sonata_log.h | 66 #define SONATA_LOGT_FORMAT_SIMPLE(format) "%s: " format "\r\n" argument 67 #define SONATA_LOGT_LEVEL_SIMPLE(level, tag, format, ...) do { \ argument 84 #define SONATA_LOGT_LEVEL_LOCAL_SIMPLE(level, tag, format, ...) do { \ argument 92 #define LOGTE(tag, format, ...) SONATA_LOGT_LEVEL_LOCAL_SIMPLE(SONATA_LOG_ERROR, tag, format, ##_… argument 93 #define LOGTW(tag, format, ...) SONATA_LOGT_LEVEL_LOCAL_SIMPLE(SONATA_LOG_WARN, tag, format, ##_… argument 94 #define LOGTI(tag, format, ...) SONATA_LOGT_LEVEL_LOCAL_SIMPLE(SONATA_LOG_INFO, tag, format, ##_… argument 95 #define LOGTD(tag, format, ...) SONATA_LOGT_LEVEL_LOCAL_SIMPLE(SONATA_LOG_DEBUG, tag, format, ##_… argument 96 #define LOGTV(tag, format, ...) SONATA_LOGT_LEVEL_LOCAL_SIMPLE(SONATA_LOG_VERBOSE, tag, format, ##_… argument 100 #define SONATA_LOG_FORMAT_SIMPLE(format) "" format "" argument 101 #define SONATA_LOG_LEVEL_SIMPLE(level, format, ...) do { \ argument [all …]
|
| /device/soc/esp/esp32/components/log/include/ |
| D | esp_log.h | 282 #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLO… argument 283 #define LOG_SYSTEM_TIME_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%s) %s: " format LO… argument 288 #define ESP_EARLY_LOGE( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_ERROR, E, ##__… argument 290 #define ESP_EARLY_LOGW( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_WARN, W, ##__… argument 292 #define ESP_EARLY_LOGI( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_INFO, I, ##__… argument 294 #define ESP_EARLY_LOGD( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_DEBUG, D, ##__… argument 296 #define ESP_EARLY_LOGV( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_VERBOSE, V, ##__… argument 304 #define ESP_LOG_EARLY_IMPL(tag, format, log_level, log_tag_letter, ...) do { … argument 311 #define ESP_LOGE( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_ERROR, tag, format, ##__VA_ARGS_… argument 312 #define ESP_LOGW( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_WARN, tag, format, ##__VA_ARGS_… argument [all …]
|
| /device/soc/esp/esp32/components/esp_wifi/src/ |
| D | lib_printf.c | 34 static int lib_printf(const char* tag, const char* format, va_list arg) in lib_printf() 53 int phy_printf(const char* format, ...) in phy_printf() 63 int rtc_printf(const char* format, ...) in rtc_printf() 69 int wpa_printf(const char* format, ...) in wpa_printf() 78 int wpa2_printf(const char* format, ...) in wpa2_printf() 87 int wps_printf(const char* format, ...) in wps_printf() 96 int pp_printf(const char* format, ...) in pp_printf() 105 int sc_printf(const char* format, ...) in sc_printf() 114 int core_printf(const char* format, ...) in core_printf() 123 int net80211_printf(const char* format, ...) in net80211_printf() [all …]
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/log/ |
| D | dbg_define.h | 9 #define DEBUG_PRINTF_BASE(format, ...) printf(format, ##__VA_ARGS__) argument 10 #define DEBUG_PRINTF(format, ...) DEBUG_PRINTF_BASE(format, ##__VA_ARGS__) argument 13 #define APP_PRINTF(format, ...) DEBUG_PRINTF_BASE("[APP]"format"\r\n", ##__VA_ARGS__) argument 15 #define APP_PRINTF(format, ...) argument 20 #define DEBUG_PRINTF_BASE(type, format, ...) argument 21 #define DEBUG_PRINTF(format, ...) argument 23 #define APP_PRINTF(format, ...) argument
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/components/ |
| D | log.h | 42 #define BK_LOGE( tag, format, ... ) _OS_PRINTF(format, ##__VA_ARGS__) argument 43 #define BK_LOGW( tag, format, ... ) _OS_PRINTF(format, ##__VA_ARGS__) argument 44 #define BK_LOGI( tag, format, ... ) _OS_PRINTF(format, ##__VA_ARGS__) argument 45 #define BK_LOGD( tag, format, ... ) _OS_PRINTF(format, ##__VA_ARGS__) argument 46 #define BK_LOGV( tag, format, ... ) _OS_PRINTF(format, ##__VA_ARGS__) argument 115 #define BK_LOG_RAW(format, ...) _OS_PRINTF(format, ##__VA_ARGS__) argument 137 #define BK_LOG_FORMAT(letter, format) #letter "(%d):" format argument 139 #define BK_LOGE( tag, format, ... ) bk_printf_ex(BK_LOG_ERROR, tag, tag ":" BK_LOG_FORMAT(E, format… argument 140 #define BK_LOGW( tag, format, ... ) bk_printf_ex(BK_LOG_WARN, tag, tag ":" BK_LOG_FORMAT(W, format)… argument 141 #define BK_LOGI( tag, format, ... ) bk_printf_ex(BK_LOG_INFO, tag, tag ":" BK_LOG_FORMAT(I, format)… argument [all …]
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| D | Rockchip_OSAL_Log.h | 59 #define omx_info(format, ...) \ argument 61 #define omx_trace(format, ...) \ argument 63 #define omx_err(format, ...) \ argument 65 #define omx_warn(format, ...) \ argument 68 #define omx_info_f(format, ...) \ argument 71 #define omx_trace_f(format, ...) \ argument 74 #define omx_err_f(format, ...) \ argument 77 #define omx_warn_f(format, ...) \ argument
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/interconnection/umm_malloc/ |
| D | dbglog.h | 71 # define DBGLOG_TRACE(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument 77 # define DBGLOG_DEBUG(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument 83 # define DBGLOG_CRITICAL(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument 89 # define DBGLOG_ERROR(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument 95 # define DBGLOG_WARNING(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument 101 # define DBGLOG_INFO(num,format, ...) DBGLOG_FUNCTION(num,format, ## __VA_ARGS__) argument
|
| /device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/ |
| D | RGA2_API.h | 20 #define DBG(format, args...) printk(KERN_DEBUG "%s: " format, DRIVER_NAME, ## args) argument 21 #define ERR(format, args...) printk(KERN_ERR "%s: " format, DRIVER_NAME, ## args) argument 22 #define WARNING(format, args...) printk(KERN_WARN "%s: " format, DRIVER_NAME, ## args) argument 23 #define INFO(format, args...) printk(KERN_INFO "%s: " format, DRIVER_NAME, ## args) argument 25 #define DBG(format, args...) argument 26 #define ERR(format, args...) argument 27 #define WARNING(format, args...) argument 28 #define INFO(format, args...) argument
|
| D | RGA2_API.c | 8 #define IS_YUV_420(format) \ argument 12 #define IS_YUV_422(format) \ argument 16 #define IS_YUV(format) \ argument
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
| D | RGA2_API.h | 20 #define DBG(format, args...) printk(KERN_DEBUG "%s: " format, DRIVER_NAME, ##args) argument 21 #define ERR(format, args...) printk(KERN_ERR "%s: " format, DRIVER_NAME, ##args) argument 22 #define WARNING(format, args...) printk(KERN_WARN "%s: " format, DRIVER_NAME, ##args) argument 23 #define INFO(format, args...) printk(KERN_INFO "%s: " format, DRIVER_NAME, ##args) argument 25 #define DBG(format, args...) argument 26 #define ERR(format, args...) argument 27 #define WARNING(format, args...) argument 28 #define INFO(format, args...) argument
|
| D | RGA2_API.c | 7 #define IS_YUV_420(format) … argument 11 #define IS_YUV_422(format) … argument 15 #define IS_YUV(format) … argument
|
| /device/soc/esp/esp32/components/spi_flash/sim/stubs/log/include/ |
| D | esp_log.h | 43 #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%d) %s: " format LOG_RESET_COLO… argument 45 #define ESP_LOGE( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_ERROR) { esp_log_write(ESP_L… argument 47 #define ESP_LOGW( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_WARN) { esp_log_write(ESP_L… argument 49 #define ESP_LOGI( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_INFO) { esp_log_write(ESP_L… argument 51 #define ESP_LOGD( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_DEBUG) { esp_log_write(ESP_L… argument 53 #define ESP_LOGV( tag, format, ... ) if (LOG_LOCAL_LEVEL >= ESP_LOG_VERBOSE) { esp_log_write(ESP_L… argument
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
| D | display_gralloc_gbm.h | 51 #define GRALLOC_LOCK(format, ...) … argument 57 #define GRALLOC_UNLOCK(format, ...) … argument 63 #define GRALLOC_LOCK(format, ...) \ argument 68 #define GRALLOC_UNLOCK(format, ...) \ argument
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
| D | display_gralloc_gbm.h | 51 #define GRALLOC_LOCK(format, ...) … argument 57 #define GRALLOC_UNLOCK(format, ...) … argument 63 #define GRALLOC_LOCK(format, ...) \ argument 68 #define GRALLOC_UNLOCK(format, ...) \ argument
|
| /device/soc/amlogic/a311d/hardware/display/src/display_gralloc/ |
| D | display_gralloc_gbm.h | 51 #define GRALLOC_LOCK(format, ...) … argument 57 #define GRALLOC_UNLOCK(format, ...) … argument 63 #define GRALLOC_LOCK(format, ...) \ argument 68 #define GRALLOC_UNLOCK(format, ...) \ argument
|
| /device/soc/hisilicon/common/hal/display/source/utils/include/ |
| D | display_common.h | 42 #define DISPLAY_LOGD(format, ...) \ argument 53 #define DISPLAY_LOGI(format, ...) \ argument 61 #define DISPLAY_LOGW(format, ...) \ argument 70 #define DISPLAY_LOGE(format, ...) \ argument
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
| D | display_gralloc_gbm.h | 51 #define GRALLOC_LOCK(format, ...) … argument 57 #define GRALLOC_UNLOCK(format, ...) … argument 63 #define GRALLOC_LOCK(format, ...) \ argument 68 #define GRALLOC_UNLOCK(format, ...) \ argument
|
| /device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
| D | display_gralloc_gbm.h | 47 #define GRALLOC_LOCK(format, ...) … argument 53 #define GRALLOC_UNLOCK(format, ...) … argument 59 #define GRALLOC_LOCK(format, ...) … argument 64 #define GRALLOC_UNLOCK(format, ...) … argument
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
| D | display_gralloc_gbm.h | 47 #define GRALLOC_LOCK(format, ...) … argument 53 #define GRALLOC_UNLOCK(format, ...) … argument 59 #define GRALLOC_LOCK(format, ...) \ argument 64 #define GRALLOC_UNLOCK(format, ...) \ argument
|
| /device/soc/allwinner/t507/hardware/display/include/ |
| D | display_common.h | 42 #define DISPLAY_LOGD(format, ...) … argument 50 #define DISPLAY_LOGI(format, ...) … argument 58 #define DISPLAY_LOGW(format, ...) … argument 66 #define DISPLAY_LOGE(format, ...) \ argument
|
| /device/soc/nxp/hardware/display/include/ |
| D | display_common.h | 49 #define DISPLAY_LOGD(format, ...) … argument 60 #define DISPLAY_LOGI(format, ...) … argument 68 #define DISPLAY_LOGW(format, ...) … argument 76 #define DISPLAY_LOGE(format, ...) \ argument
|
| /device/soc/rockchip/common/hardware/display/include/ |
| D | display_common.h | 45 #define DISPLAY_DEBUGLOG(format, ...) … argument 55 #define DISPLAY_LOGI(format, ...) … argument 63 #define DISPLAY_LOGW(format, ...) … argument 71 #define DISPLAY_LOGE(format, ...) … argument
|
| /device/soc/rockchip/rk3399/hardware/display/include/ |
| D | display_common.h | 45 #define DISPLAY_DEBUGLOG(format, ...) \ argument 55 #define DISPLAY_LOGI(format, ...) \ argument 63 #define DISPLAY_LOGW(format, ...) \ argument 71 #define DISPLAY_LOGE(format, ...) \ argument
|
| /device/soc/rockchip/rk3588/hardware/display/include/ |
| D | display_common.h | 45 #define DISPLAY_DEBUGLOG(format, ...) \ argument 55 #define DISPLAY_LOGI(format, ...) \ argument 63 #define DISPLAY_LOGW(format, ...) \ argument 71 #define DISPLAY_LOGE(format, ...) \ argument
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/common/ |
| D | bk_assert.h | 41 #define BK_DUMP_OUT(format, ... ) shell_assert_out(true, format, ##__VA_ARGS__) argument 64 #define BK_ASSERT_EX(exp, format, ... ) \ argument 80 #define BK_ASSERT_EX(exp, format, ... ) argument 82 #define BK_DUMP_OUT(format, ... ) argument
|