Searched refs:vchiq_core_log_level (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| D | vchiq_kern_lib.c | 75 vchiq_log_trace(vchiq_core_log_level, "%s called", __func__); in vchiq_initialise() 86 vchiq_log_error(vchiq_core_log_level, in vchiq_initialise() 90 vchiq_log_warning(vchiq_core_log_level, in vchiq_initialise() 96 vchiq_log_error(vchiq_core_log_level, in vchiq_initialise() 111 vchiq_log_trace(vchiq_core_log_level, in vchiq_initialise() 129 vchiq_log_trace(vchiq_core_log_level, in vchiq_shutdown() 140 vchiq_log_trace(vchiq_core_log_level, in vchiq_shutdown() 192 vchiq_log_trace(vchiq_core_log_level, in vchiq_connect() 196 vchiq_log_trace(vchiq_core_log_level, in vchiq_connect() 209 vchiq_log_trace(vchiq_core_log_level, in vchiq_connect() [all …]
|
| D | vchiq_core.c | 84 int vchiq_core_log_level = VCHIQ_LOG_DEFAULT; variable 169 vchiq_log_info(vchiq_core_log_level, "%d: srv:%d %s->%s", in vchiq_set_service_state() 192 vchiq_log_info(vchiq_core_log_level, in find_service_by_handle() 214 vchiq_log_info(vchiq_core_log_level, in find_service_by_port() 237 vchiq_log_info(vchiq_core_log_level, in find_service_for_instance() 262 vchiq_log_info(vchiq_core_log_level, in find_closed_service_for_instance() 310 vchiq_log_warning(vchiq_core_log_level, in unlock_service() 315 vchiq_log_warning(vchiq_core_log_level, in unlock_service() 402 vchiq_log_trace(vchiq_core_log_level, "%d: callback:%d (%s, %p, %p)", in make_service_callback() 408 vchiq_log_warning(vchiq_core_log_level, in make_service_callback() [all …]
|
| D | vchiq_2835_arm.c | 117 vchiq_log_error(vchiq_core_log_level, "Unable to allocate channel memory"); in vchiq_platform_init() 126 vchiq_log_error(vchiq_core_log_level, "Unable to map channel memory"); in vchiq_platform_init() 137 vchiq_log_error(vchiq_core_log_level, "Unable to create DMA map"); in vchiq_platform_init() 145 vchiq_log_error(vchiq_core_log_level, "cannot load DMA map (%d)", err); in vchiq_platform_init()
|
| D | vchiq_connected.c | 81 vchiq_log_error(vchiq_core_log_level, in vchiq_add_connected_callback()
|
| D | vchiq_kmod_netbsd.c | 129 &vchiq_core_log_level, 0, CTL_CREATE, CTL_EOL);
|
| D | vchiq_core.h | 79 vchiq_log_error(vchiq_core_log_level, "===== " __VA_ARGS__) 524 extern int vchiq_core_log_level;
|