| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | debug.h | 43 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) \ argument 47 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument 50 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument 54 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument 59 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument 64 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument 69 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument 75 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) do { } while( 0 ) argument 76 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) do { } while( 0 ) argument 77 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) do { } while( 0 ) argument [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | debug.h | 37 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) \ argument 41 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) \ argument 44 #define MBEDTLS_SSL_DEBUG_BUF( level, text, buf, len ) \ argument 48 #define MBEDTLS_SSL_DEBUG_MPI( level, text, X ) \ argument 53 #define MBEDTLS_SSL_DEBUG_ECP( level, text, X ) \ argument 59 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) \ argument 62 #define MBEDTLS_SSL_DEBUG_CRT( level, text, crt ) do { } while( 0 ) argument 67 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument 73 #define MBEDTLS_SSL_DEBUG_MSG( level, args ) do { } while( 0 ) argument 74 #define MBEDTLS_SSL_DEBUG_RET( level, text, ret ) do { } while( 0 ) argument [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/utils/ |
| D | wpa_debug.c | 49 static int wpa_to_android_level(int level) in wpa_to_android_level() 109 static int syslog_priority(int level) in syslog_priority() 209 void wpa_printf(int level, const char *fmt, ...) in wpa_printf() 260 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() 393 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() 399 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key() 405 static void _wpa_hexdump_ascii(int level, const char *title, const void *buf, in _wpa_hexdump_ascii() 524 void wpa_hexdump_ascii(int level, const char *title, const void *buf, in wpa_hexdump_ascii() 531 void wpa_hexdump_ascii_key(int level, const char *title, const void *buf, in wpa_hexdump_ascii_key() 656 void wpa_msg(void *ctx, int level, const char *fmt, ...) in wpa_msg() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | debug.c | 59 static inline void debug_send_line( const mbedtls_ssl_context *ssl, int level, in debug_send_line() 78 void mbedtls_debug_print_msg( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_msg() 107 void mbedtls_debug_print_ret( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_ret() 135 void mbedtls_debug_print_buf( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_buf() 195 void mbedtls_debug_print_ecp( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_ecp() 218 void mbedtls_debug_print_mpi( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_mpi() 276 static void debug_print_pk( const mbedtls_ssl_context *ssl, int level, in debug_print_pk() 314 static void debug_print_line_by_line( const mbedtls_ssl_context *ssl, int level, in debug_print_line_by_line() 339 void mbedtls_debug_print_crt( const mbedtls_ssl_context *ssl, int level, in mbedtls_debug_print_crt() 374 int level, const char *file, in mbedtls_debug_printf_ecdh_internal() [all …]
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/kernel/include/ |
| D | los_init.h | 57 #define DO_INITCALL(fn, level) \ argument 60 #define CREATE_INITCALL(fn, level, sync) DO_INITCALL(fn, _level##level##_##sync) argument 61 #define SYS_INITCALL(fn, level, sync) CREATE_INITCALL(fn, level, sync) argument 114 #define LOS_SYS_INIT(func, level, sync) SYS_INITCALL(func, level, sync) argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_common.h | 25 #define DBG_MSG(level, args) … argument 30 #define DBG_MSG_IF(level, condition, args) /* args should be in brackets */ … argument 36 #define DBG_MSG_ELSE(level, args) /* args should be in brackets */ … argument 58 #define DBG_MSG(level, args) … argument 61 #define DBG_MSG_IF(level, condition, args) … argument 64 #define DBG_MSG_ELSE(level, args) … argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_common.h | 25 #define DBG_MSG(level,args) do { /* args should be in brackets */ \ argument 31 #define DBG_MSG_IF(level,condition,args) /* args should be in brackets */ \ argument 37 #define DBG_MSG_ELSE(level,args) /* args should be in brackets */ \ argument 48 #define DBG_MSG(level,args) do {} while(0) argument 49 #define DBG_MSG_IF(level,condition,args) do {} while(0) argument 50 #define DBG_MSG_ELSE(level,args) do {} while(0) argument
|
| /device/soc/rockchip/rk3568/hardware/omx_il/component/common/ |
| D | omx_video_global.h | 58 #define VDEC_DBG(level, fmt, ...) \ argument 64 #define VDEC_DBG_F(level, fmt, ...) \ argument 82 #define VENC_DBG(level, fmt, ...) \ argument 88 #define VENC_DBG_F(level, fmt, ...) \ argument 94 #define VIDEO_DBG(level, fmt, ...) \ argument 100 #define VIDEO_DBG_F(level, fmt, ...) \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/ |
| D | zdiag_filter.c | 28 uint8_t level; member 47 __attribute__((weak)) void zdiag_level_proc(uint8_t level) in zdiag_level_proc() 52 __attribute__((weak)) void diag_highest_level_proc(uint8_t level) in diag_highest_level_proc() 89 void zdiag_set_level_enable(uint8_t level, bool enable) in zdiag_set_level_enable() 139 bool zdiag_log_enable(uint8_t level, uint32_t id) in zdiag_log_enable()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/fst/ |
| D | fst_internal.h | 20 #define fst_printf(level, format, ...) \ argument 23 #define fst_printf_group(group, level, format, ...) \ argument 27 #define fst_printf_iface(iface, level, format, ...) \ argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_kernel_common.h | 134 #define MALI_DEBUG_PRINT(level, args) do { \ argument 141 #define MALI_DEBUG_PRINT_IF(level,condition,args) \ argument 145 #define MALI_DEBUG_PRINT_ELSE(level, args)\ argument 163 #define MALI_DEBUG_PRINT_IF(level,condition,args) do {} while(0) argument 164 #define MALI_DEBUG_PRINT_ELSE(level,condition,args) do {} while(0) argument
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/at/at/src/ |
| D | at_base.h | 24 #define at_log_normal(buf, buf_size, level) at_log(buf, strlen(buf), 0) argument 26 #define at_log_normal(buf, buf_size, level) argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_kernel_common.h | 155 #define MALI_DEBUG_PRINT(level, args) … argument 165 #define MALI_DEBUG_PRINT_IF(level, condition, args) … argument 171 #define MALI_DEBUG_PRINT_ELSE(level, args) … argument 214 #define MALI_DEBUG_PRINT_IF(level, condition, args) … argument 217 #define MALI_DEBUG_PRINT_ELSE(level, condition, args) … argument
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/log/ |
| D | log_oam_logger.c | 133 uint8_t level = getlog_level(presspara_temp); in log_event_print0() local 160 uint8_t level = getlog_level(presspara_temp); in log_event_print1() local 191 uint8_t level = getlog_level(presspara_temp); in log_event_print2() local 224 uint8_t level = getlog_level(presspara_temp); in log_event_print3() local 260 uint8_t level = getlog_level(presspara_temp); in log_event_print4() local 303 uint8_t level = getlog_level(presspara_temp); in log_event_print_alterable_para_press() local
|
| D | log_oam_dscr_cb.c | 53 uint8_t level) in log_oml_dscr_cb_write() 74 uint16_t buf_size, uint8_t level) in uapi_diag_report_sys_msg()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/ |
| D | mali_kbase_mmu_mode_aarch64.c | 111 static int ate_is_valid(u64 ate, int const level) in ate_is_valid() 120 static int pte_is_valid(u64 pte, int const level) in pte_is_valid() 162 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate()
|
| D | mali_kbase_mmu_mode_lpae.c | 124 static int ate_is_valid(u64 ate, int const level) in ate_is_valid() 129 static int pte_is_valid(u64 pte, int const level) in pte_is_valid() 171 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | coap_debug.h | 121 #define coap_log(level, ...) argument 133 #define coap_log(level, ...) do { \ argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/ |
| D | mali_kbase_mmu_mode_aarch64.c | 95 static int ate_is_valid(u64 ate, int const level) in ate_is_valid() 103 static int pte_is_valid(u64 pte, int const level) in pte_is_valid() 146 int const level) in entry_set_ate()
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/gpio/ |
| D | gpio.c | 78 errcode_t uapi_gpio_set_val(pin_t pin, gpio_level_t level) in uapi_gpio_set_val() 99 gpio_level_t level = hal_gpio_get_outval(pin); in uapi_gpio_get_output_val() local 125 gpio_level_t level = hal_gpio_get_inval(pin); in uapi_gpio_get_val() local
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/dfx_print/ |
| D | dfx_print.h | 55 #define dfx_print(level, fmt, args...) do { \ argument 65 #define dfx_print(level, fmt, args...) PRINT(fmt, ##args) argument
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/chips/ws63/dfx/ |
| D | diag_adapt_sdt.c | 59 uint8_t level; member 69 uint32_t level[LOG_LEVEL_MAX] = { in log_level_trans() local 333 uint8_t level[] = { in diag_auto_log_report_enable() local 360 void zdiag_level_proc(uint8_t level) in zdiag_level_proc()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| D | hi_error_def.h | 64 #define HI_APP_DEF_ERR(module, level, errid) \ argument 67 #define HI_EXT_APP_DEF_ERR(module, level, errid) \ argument
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/hal/gpio/v150/ |
| D | hal_gpio_v150.c | 104 … hal_gpio_v150_set_output(uint32_t channel, uint32_t group, uint32_t group_pin, gpio_level_t level) in hal_gpio_v150_set_output() 114 errcode_t hal_gpio_v150_output(pin_t pin, gpio_level_t level) in hal_gpio_v150_output() 138 gpio_level_t level; in hal_gpio_v150_get_outval() local 197 uint32_t level = hal_gpio_gpio_sw_out_get_bit(channel, group, group_pin); in hal_gpio_v150_ctrl_toggle() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/ |
| D | coap_debug.h | 261 #define coap_log(level, ...) do { \ argument 277 #define coap_log(level, ...) do { \ argument 293 #define coap_dtls_log(level, ...) do { \ argument
|