Home
last modified time | relevance | path

Searched refs:log_level (Results 1 – 25 of 48) sorted by relevance

12

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw_lib/
Dacamera_logger.c124 …const uint32_t log_level, const uint32_t log_module, const uint8_t flags, const char *const fmt, v… argument
133 …tamp, func, filename_short( file ), line, log_module_name[log_module], log_level_name[log_level] );
136 void _acamera_log_write_ext( const uint32_t log_level, const uint32_t log_module, const uint8_t fla…
146 …ERA_BUFFER_TEMP, "%s%s(%s) :", timestamp, log_module_name[log_module], log_level_name[log_level] );
194 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
198 _acamera_log_write_ext( func, file, line, log_level, log_module, 0, fmt, va );
202 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
206 _acamera_log_write_ext( func, file, line, log_level, log_module, 1, fmt, va );
212 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt… argument
216 _acamera_log_write_ext( log_level, log_module, 0, fmt, va );
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw_lib/
Dacamera_logger.c124 …const uint32_t log_level, const uint32_t log_module, const uint8_t flags, const char *const fmt, v… argument
133 …tamp, func, filename_short( file ), line, log_module_name[log_module], log_level_name[log_level] );
136 void _acamera_log_write_ext( const uint32_t log_level, const uint32_t log_module, const uint8_t fla…
146 …ERA_BUFFER_TEMP, "%s%s(%s) :", timestamp, log_module_name[log_module], log_level_name[log_level] );
194 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
198 _acamera_log_write_ext( func, file, line, log_level, log_module, 0, fmt, va );
202 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
206 _acamera_log_write_ext( func, file, line, log_level, log_module, 1, fmt, va );
212 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt… argument
216 _acamera_log_write_ext( log_level, log_module, 0, fmt, va );
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dacamera_logger.c124 …const uint32_t log_level, const uint32_t log_module, const uint8_t flags, const char *const fmt, v… argument
133 …tamp, func, filename_short( file ), line, log_module_name[log_module], log_level_name[log_level] );
136 void _acamera_log_write_ext( const uint32_t log_level, const uint32_t log_module, const uint8_t fla…
146 …ERA_BUFFER_TEMP, "%s%s(%s) :", timestamp, log_module_name[log_module], log_level_name[log_level] );
194 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
198 _acamera_log_write_ext( func, file, line, log_level, log_module, 0, fmt, va );
202 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
206 _acamera_log_write_ext( func, file, line, log_level, log_module, 1, fmt, va );
212 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt… argument
216 _acamera_log_write_ext( log_level, log_module, 0, fmt, va );
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw_lib/
Dacamera_logger.c124 …const uint32_t log_level, const uint32_t log_module, const uint8_t flags, const char *const fmt, v… argument
133 …tamp, func, filename_short( file ), line, log_module_name[log_module], log_level_name[log_level] );
136 void _acamera_log_write_ext( const uint32_t log_level, const uint32_t log_module, const uint8_t fla…
146 …ERA_BUFFER_TEMP, "%s%s(%s) :", timestamp, log_module_name[log_module], log_level_name[log_level] );
194 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
198 _acamera_log_write_ext( func, file, line, log_level, log_module, 0, fmt, va );
202 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... ) argument
206 _acamera_log_write_ext( func, file, line, log_level, log_module, 1, fmt, va );
212 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt… argument
216 _acamera_log_write_ext( log_level, log_module, 0, fmt, va );
[all …]
/device/soc/esp/esp32/components/log/
Dlog_buffers.c26 esp_log_level_t log_level) in esp_log_buffer_hex_internal() argument
53 ESP_LOG_LEVEL(log_level, tag, "%s", hex_buffer); in esp_log_buffer_hex_internal()
60 esp_log_level_t log_level) in esp_log_buffer_char_internal() argument
87 ESP_LOG_LEVEL(log_level, tag, "%s", char_buffer); in esp_log_buffer_char_internal()
93 …hexdump_internal(const char *tag, const void *buffer, uint16_t buff_len, esp_log_level_t log_level) in esp_log_buffer_hexdump_internal() argument
143 ESP_LOG_LEVEL(log_level, tag, "%s", hd_buffer); in esp_log_buffer_hexdump_internal()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_debug_linux.c51 int log_level; member
196 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()
231 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging()
262 ring_info->log_level = 0; in dhd_os_reset_logging()
287 max_log_level = MAX(os_priv[FW_VERBOSE_RING_ID].log_level, in dhd_os_suppress_logging()
288 os_priv[FW_EVENT_RING_ID].log_level); in dhd_os_suppress_logging()
360 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
Ddhd_debug.c59 status.verbose_level = ring->log_level; \
612 int log_level; in dhd_dbg_custom_evnt_handler() local
669 log_level = dhdp->dbg->dbg_rings[FW_EVENT_RING_ID].log_level; in dhd_dbg_custom_evnt_handler()
673 (fw_event_level_map[i].log_level > log_level)) { in dhd_dbg_custom_evnt_handler()
834 int log_level, id; in dhd_dbg_verboselog_printf() local
855 log_level = dhdp->dbg->dbg_rings[FW_VERBOSE_RING_ID].log_level; in dhd_dbg_verboselog_printf()
858 (fw_verbose_level_map[id].log_level > log_level)) in dhd_dbg_verboselog_printf()
1099 nan_evt_ring_log_level = dhdp->dbg->dbg_rings[NAN_EVENT_RING_ID].log_level; in dhd_dbg_msgtrace_log_parser()
1100 if (dhdp->dbg->dbg_rings[NAN_EVENT_RING_ID].log_level) { in dhd_dbg_msgtrace_log_parser()
1106 if (nan_event_level_map[id].log_level > in dhd_dbg_msgtrace_log_parser()
[all …]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/
Doam_log.c36 hi_u32 oam_log_level_set(hi_u32 log_level)
38 if (log_level >= OAM_LOG_LEVEL_BUTT) {
42 g_level_log = log_level;
43 PRINT("\r\nSet log level to %d\r\n", log_level);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_debug_linux.c53 int log_level; member
203 dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument
215 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging()
218 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging()
228 ring_info->log_level = log_level; in dhd_os_start_logging()
230 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging()
261 ring_info->log_level = 0; in dhd_os_reset_logging()
286 max_log_level = os_priv[FW_VERBOSE_RING_ID].log_level; in dhd_os_suppress_logging()
359 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
Ddhd_dbg_ring.h86 uint32 log_level; /* log_level */ member
108 status.verbose_level = ring->log_level; \
139 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold);
Ddhd_dbg_ring.c389 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config() argument
400 if (log_level == 0) in dhd_dbg_ring_config()
405 ring->log_level = log_level; in dhd_dbg_ring_config()
421 ring->log_level = 0; in dhd_dbg_ring_start()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_debug_linux.c53 int log_level; member
204 int dhd_os_start_logging(dhd_pub_t *dhdp, char *ring_name, int log_level, in dhd_os_start_logging() argument
217 __FUNCTION__, log_level, time_intval, threshold)); in dhd_os_start_logging()
220 ret = dhd_dbg_set_configuration(dhdp, ring_id, log_level, flags, threshold); in dhd_os_start_logging()
231 ring_info->log_level = log_level; in dhd_os_start_logging()
233 if (time_intval == 0 || log_level == 0) { in dhd_os_start_logging()
265 ring_info->log_level = 0; in dhd_os_reset_logging()
290 max_log_level = os_priv[FW_VERBOSE_RING_ID].log_level; in dhd_os_suppress_logging()
365 dhd_event_map[i].log_level > ring_info->log_level) { in dhd_os_push_push_ring_data()
Ddhd_dbg_ring.h85 uint32 log_level; /* log_level */ member
106 status.verbose_level = ring->log_level; \
142 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold);
Ddhd_dbg_ring.c397 int dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config() argument
410 if (log_level == 0) { in dhd_dbg_ring_config()
416 ring->log_level = log_level; in dhd_dbg_ring_config()
432 ring->log_level = 0; in dhd_dbg_ring_start()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_debug_linux.c49 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()
Ddhd_dbg_ring.h86 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);
Ddhd_dbg_ring.c435 dhd_dbg_ring_config(dhd_dbg_ring_t *ring, int log_level, uint32 threshold) in dhd_dbg_ring_config() argument
447 if (log_level == 0) in dhd_dbg_ring_config()
452 ring->log_level = log_level; in dhd_dbg_ring_config()
468 ring->log_level = 0; in dhd_dbg_ring_start()
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw/
Dacamera_logger.h125 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
128 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
148 void _acamera_log_write_isr( const uint32_t log_level, const uint32_t log_module, const char *const…
150 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt…
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw/
Dacamera_logger.h125 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
128 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
148 void _acamera_log_write_isr( const uint32_t log_level, const uint32_t log_module, const char *const…
150 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt…
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw/
Dacamera_logger.h125 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
128 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
148 void _acamera_log_write_isr( const uint32_t log_level, const uint32_t log_module, const char *const…
150 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt…
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw/
Dacamera_logger.h125 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
128 … const uint32_t log_level, const uint32_t log_module, const char *const fmt, ... );
148 void _acamera_log_write_isr( const uint32_t log_level, const uint32_t log_module, const char *const…
150 void _acamera_log_write( const uint32_t log_level, const uint32_t log_module, const char *const fmt…
/device/soc/esp/esp32/components/log/include/
Desp_log.h299 #define ESP_LOG_EARLY_IMPL(tag, format, log_level, log_tag_letter, ...) do { …
300 … if (LOG_LOCAL_LEVEL >= log_level) { \
304 #define ESP_LOG_EARLY_IMPL(tag, format, log_level, log_tag_letter, ...) do { … argument
305 … if (LOG_LOCAL_LEVEL >= log_level) { \
406 #define ESP_DRAM_LOG_IMPL(tag, format, log_level, log_tag_letter, ...) do { \ argument
407 if (LOG_LOCAL_LEVEL >= log_level) { \
Desp_log_internal.h21 …xdump_internal( const char *tag, const void *buffer, uint16_t buff_len, esp_log_level_t log_level);
/device/soc/winnermicro/wm800/board/include/bt/
Dwm_bt.h184 …t_enable(tls_bt_host_callback_t callback, tls_bt_hci_if_t *p_hci_if, tls_bt_log_level_t log_level);
221 tls_bt_status_t tls_bt_ctrl_enable(tls_bt_hci_if_t *p_hci_if, tls_bt_log_level_t log_level);
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/test/
Dvcodec_m2m_test.c315 int log_level = 0; in main() local
327 log_level = atoi(argv[2]); in main()
333 av_log_set_level(log_level); //AV_LOG_DEBUG in main()

12