| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0001-log-Avoid-shadowing-functions-from-std-lib.patch | 16 @@ -82,7 +82,7 @@ enum log_level log_get_level(void) { 20 -void __log(enum log_level level, const char *message) { 21 +void _ssiap_log(enum log_level level, const char *message) { 29 @@ -53,13 +53,13 @@ enum log_level { 35 do { if (log_get_level() >= (enum log_level)(__level)) \ 45 void log_init(enum log_level level, const char *path); 46 @@ -68,7 +68,7 @@ void log_init(enum log_level level, const char *path); 50 -void __log(enum log_level level, const char *message); 51 +void _ssiap_log(enum log_level level, const char *message); 54 enum log_level log_get_level(void);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_log.cpp | 101 int log_level; 175 g_xcore_log_infos[i].log_level = 0; in xcam_get_runtime_log_level() 182 g_xcore_log_infos[i].log_level = g_cam_engine_log_level & 0xf; in xcam_get_runtime_log_level() 208 g_xcore_log_infos[i].log_level = g_cam_engine_log_level & 0xf; in xcam_get_log_level() 211 g_xcore_log_infos[i].log_level = 0; in xcam_get_log_level() 278 void xcam_get_awb_log_level(unsigned char *log_level, unsigned char *sub_modules) in xcam_get_awb_log_level() argument 281 *log_level = g_xcore_log_infos[XCORE_LOG_MODULE_AWB].log_level; in xcam_get_awb_log_level()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_debug_linux.c | 52 int log_level; member 197 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument 210 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging() 213 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging() 223 ring_info->log_level = log_level; in dhd_os_start_logging() 236 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging() 267 ring_info->log_level = 0; in dhd_os_reset_logging() 292 max_log_level = MAX(os_priv[FW_VERBOSE_RING_ID].log_level, in dhd_os_suppress_logging() 293 os_priv[FW_EVENT_RING_ID].log_level); in dhd_os_suppress_logging() 369 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
|
| H A D | dhd_debug.c | 60 status.verbose_level = ring->log_level; \ 613 int log_level; in dhd_dbg_custom_evnt_handler() local 670 log_level = dhdp->dbg->dbg_rings[FW_EVENT_RING_ID].log_level; in dhd_dbg_custom_evnt_handler() 674 (fw_event_level_map[i].log_level > log_level)) { in dhd_dbg_custom_evnt_handler() 835 int log_level, id; in dhd_dbg_verboselog_printf() local 856 log_level = dhdp->dbg->dbg_rings[FW_VERBOSE_RING_ID].log_level; in dhd_dbg_verboselog_printf() 859 (fw_verbose_level_map[id].log_level > log_level)) in dhd_dbg_verboselog_printf() 1100 nan_evt_ring_log_level = dhdp->dbg->dbg_rings[NAN_EVENT_RING_ID].log_level; in dhd_dbg_msgtrace_log_parser() 1101 if (dhdp->dbg->dbg_rings[NAN_EVENT_RING_ID].log_level) { in dhd_dbg_msgtrace_log_parser() 1107 if (nan_event_level_map[id].log_level > in dhd_dbg_msgtrace_log_parser() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_debug_linux.c | 53 int log_level; member 201 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument 213 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging() 216 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging() 226 ring_info->log_level = log_level; in dhd_os_start_logging() 228 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging() 259 ring_info->log_level = 0; in dhd_os_reset_logging() 284 max_log_level = os_priv[FW_VERBOSE_RING_ID].log_level; in dhd_os_suppress_logging() 357 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
|
| H A D | dhd_dbg_ring.h | 87 uint32 log_level; /* log_level */ member 109 status.verbose_level = ring->log_level; \ 140 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold);
|
| H A D | dhd_dbg_ring.c | 390 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config() argument 401 if (log_level == 0) in dhd_dbg_ring_config() 406 ring->log_level = log_level; in dhd_dbg_ring_config() 422 ring->log_level = 0; in dhd_dbg_ring_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_debug_linux.c | 53 int log_level; member 201 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument 213 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging() 216 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging() 226 ring_info->log_level = log_level; in dhd_os_start_logging() 228 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging() 259 ring_info->log_level = 0; in dhd_os_reset_logging() 284 max_log_level = os_priv[FW_VERBOSE_RING_ID].log_level; in dhd_os_suppress_logging() 357 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
|
| H A D | dhd_dbg_ring.h | 87 uint32 log_level; /* log_level */ member 109 status.verbose_level = ring->log_level; \ 140 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold);
|
| H A D | dhd_dbg_ring.c | 390 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config() argument 401 if (log_level == 0) in dhd_dbg_ring_config() 406 ring->log_level = log_level; in dhd_dbg_ring_config() 422 ring->log_level = 0; in dhd_dbg_ring_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_debug_linux.c | 53 int log_level; member 201 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument 213 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging() 216 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging() 226 ring_info->log_level = log_level; in dhd_os_start_logging() 228 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging() 259 ring_info->log_level = 0; in dhd_os_reset_logging() 284 max_log_level = os_priv[FW_VERBOSE_RING_ID].log_level; in dhd_os_suppress_logging() 357 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
|
| H A D | dhd_dbg_ring.h | 87 uint32 log_level; /* log_level */ member 109 status.verbose_level = ring->log_level; \ 140 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold);
|
| H A D | dhd_dbg_ring.c | 390 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config() argument 401 if (log_level == 0) in dhd_dbg_ring_config() 406 ring->log_level = log_level; in dhd_dbg_ring_config() 422 ring->log_level = 0; in dhd_dbg_ring_start()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_debug_linux.c | 49 int log_level; member 197 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument 209 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging() 212 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging() 222 ring_info->log_level = log_level; in dhd_os_start_logging() 223 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging() 254 ring_info->log_level = 0; in dhd_os_reset_logging() 279 max_log_level = os_priv[FW_VERBOSE_RING_ID].log_level; in dhd_os_suppress_logging() 352 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
|
| H A D | dhd_dbg_ring.h | 86 uint32 log_level; /* log_level */ member 108 status.verbose_level = ring->log_level; \ 144 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_debug_linux.c | 49 int log_level; member 197 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument 209 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging() 212 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging() 222 ring_info->log_level = log_level; in dhd_os_start_logging() 223 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging() 254 ring_info->log_level = 0; in dhd_os_reset_logging() 279 max_log_level = os_priv[FW_VERBOSE_RING_ID].log_level; in dhd_os_suppress_logging() 352 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
|
| H A D | dhd_dbg_ring.h | 86 uint32 log_level; /* log_level */ member 108 status.verbose_level = ring->log_level; \ 144 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier_log.c | 48 static int load(char *log, size_t log_len, int log_level) in load() argument 59 attr.log_level = log_level; in load() 124 static void test_log_bad(char *log, size_t log_len, int log_level) in test_log_bad() argument 128 ret = load(log, log_len, log_level); in test_log_bad()
|
| H A D | test_stub.c | 20 attr.log_level = extra_prog_load_log_flags; in bpf_prog_test_load() 41 load_attr.log_level = extra_prog_load_log_flags; in bpf_test_load_program()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_log.cpp | 115 int log_level; in _mpp_log_l() local 120 log_level = mpp_log_level; in _mpp_log_l() 121 if (log_level >= MPP_LOG_SILENT) in _mpp_log_l() 124 if (level > log_level) in _mpp_log_l()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf.c | 222 __u32 log_level; in bpf_load_program_xattr() local 228 log_level = load_attr->log_level; in bpf_load_program_xattr() 229 if (log_level > (4 | 2 | 1) || (log_level && !log_buf)) in bpf_load_program_xattr() 250 attr.log_level = log_level; in bpf_load_program_xattr() 251 if (log_level) { in bpf_load_program_xattr() 314 if (log_level || !log_buf) in bpf_load_program_xattr() 320 attr.log_level = 1; in bpf_load_program_xattr() 351 int log_level) in bpf_verify_program() argument 362 attr.log_level = log_level; in bpf_verify_program()
|
| /OK3568_Linux_fs/kernel/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 64 return (args.log_level, 194 log_level, directory, output, ar, paths = parse_arguments() 196 level = getattr(logging, log_level)
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.cpp | 1415 static void rga_dump_channel_info(int log_level, const char *name, im_rect &rect, rga_buffer_t &ima… in rga_dump_channel_info() argument 1416 log_level |= IM_LOG_FORCE; in rga_dump_channel_info() 1418 IM_LOG(log_level, in rga_dump_channel_info() 1431 static void rga_dump_osd_info(int log_level, im_osd_t &osd_info) { in rga_dump_osd_info() argument 1432 IM_LOG(log_level, "osd_mode[0x%x]:\n", osd_info.osd_mode); in rga_dump_osd_info() 1434 IM_LOG(log_level, " block: \n" in rga_dump_osd_info() 1442 IM_LOG(log_level, " invert_config:\n" in rga_dump_osd_info() 1452 … IM_LOG(log_level, " factor[min,max] = alpha[0x%x, 0x%x], yg[0x%x, 0x%x], crb[0x%x, 0x%x]\n", in rga_dump_osd_info() 1457 IM_LOG(log_level, "\n"); in rga_dump_osd_info() 1459 IM_LOG(log_level, " bpp2rgb info:\n" in rga_dump_osd_info() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_awb.cpp | 50 uint8_t log_level; member 68 xcam_get_awb_log_level(&ctx->log_level, &ctx->log_sub_modules); in AwbDemoCreateCtx() 191 WriteMeasureResult(*xAwbStats,algo_ctx->log_level); in AwbDemoProcessing() 195 WriteMeasureResult(*xAwbStats,algo_ctx->log_level); in AwbDemoProcessing() 217 WriteDataForThirdParty(*AwbProcResParams->awb_hw1_para,algo_ctx->log_level); in AwbDemoProcessing() 302 WriteDataForThirdParty(*AwbProcResParams->awb_hw32_para,algo_ctx->log_level); in AwbDemoProcessing()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/ |
| H A D | mk_common.h | 55 int log_level; member 101 int log_level,
|