Searched refs:vchiq_core_log_level (Results 1 – 7 of 7) sorted by relevance
| /src/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_kern_lib.c | 76 vchiq_log_trace(vchiq_core_log_level, "%s called", __func__); in vchiq_initialise() 87 vchiq_log_error(vchiq_core_log_level, in vchiq_initialise() 91 vchiq_log_warning(vchiq_core_log_level, in vchiq_initialise() 97 vchiq_log_error(vchiq_core_log_level, in vchiq_initialise() 112 vchiq_log_trace(vchiq_core_log_level, in vchiq_initialise() 130 vchiq_log_trace(vchiq_core_log_level, in vchiq_shutdown() 141 vchiq_log_trace(vchiq_core_log_level, in vchiq_shutdown() 193 vchiq_log_trace(vchiq_core_log_level, in vchiq_connect() 197 vchiq_log_trace(vchiq_core_log_level, in vchiq_connect() 210 vchiq_log_trace(vchiq_core_log_level, in vchiq_connect() [all …]
|
| H A D | vchiq_core.c | 85 int vchiq_core_log_level = VCHIQ_LOG_DEFAULT; variable 170 vchiq_log_info(vchiq_core_log_level, "%d: srv:%d %s->%s", in vchiq_set_service_state() 193 vchiq_log_info(vchiq_core_log_level, in find_service_by_handle() 215 vchiq_log_info(vchiq_core_log_level, in find_service_by_port() 238 vchiq_log_info(vchiq_core_log_level, in find_service_for_instance() 263 vchiq_log_info(vchiq_core_log_level, in find_closed_service_for_instance() 395 vchiq_log_trace(vchiq_core_log_level, "%d: callback:%d (%s, %p, %p)", in make_service_callback() 401 vchiq_log_warning(vchiq_core_log_level, in make_service_callback() 413 vchiq_log_info(vchiq_core_log_level, "%d: %s->%s", state->id, in vchiq_set_conn_state() 656 vchiq_log_trace(vchiq_core_log_level, "%d: pfq %d=%p %x %x", in process_free_queue() [all …]
|
| H A D | vchiq_kmod.c | 177 extern int vchiq_core_log_level; 231 &vchiq_core_log_level, vchiq_core_log_level, "log level" in bcm_vchiq_attach()
|
| H A D | vchiq_2835_arm.c | 222 vchiq_log_error(vchiq_core_log_level, "Unable to allocate channel memory"); in vchiq_platform_init() 232 vchiq_log_error(vchiq_core_log_level, "cannot load DMA map"); in vchiq_platform_init() 502 vchiq_log_error(vchiq_core_log_level, "Unable to allocate pagelist memory"); in create_pagelist() 512 vchiq_log_error(vchiq_core_log_level, "cannot load DMA map for pagelist memory"); in create_pagelist()
|
| H A D | vchiq_connected.c | 82 vchiq_log_error(vchiq_core_log_level, in vchiq_add_connected_callback()
|
| H A D | vchiq_core.h | 77 vchiq_log_error(vchiq_core_log_level, "===== " __VA_ARGS__) 530 extern int vchiq_core_log_level;
|
| H A D | vchiq_debugfs.c | 78 { "core", &vchiq_core_log_level },
|