Home
last modified time | relevance | path

Searched refs:vchiq_core_log_level (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_kern_lib.c76 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 …]
HDvchiq_core.c85 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, %x, %x)", 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()
643 vchiq_log_trace(vchiq_core_log_level, "%d: pfq %d=%x %x %x", in process_free_queue()
[all …]
HDvchiq_2835_arm.c159 vchiq_log_error(vchiq_core_log_level, "Unable to allocate channel memory"); in vchiq_platform_init()
169 vchiq_log_error(vchiq_core_log_level, "cannot load DMA map"); in vchiq_platform_init()
438 vchiq_log_error(vchiq_core_log_level, "Unable to allocate pagelist memory"); in create_pagelist()
448 vchiq_log_error(vchiq_core_log_level, "cannot load DMA map for pagelist memory"); in create_pagelist()
HDvchiq_connected.c82 vchiq_log_error(vchiq_core_log_level, in vchiq_add_connected_callback()
HDvchiq_core.h77 vchiq_log_error(vchiq_core_log_level, "===== " __VA_ARGS__)
521 extern int vchiq_core_log_level;
HDvchiq_debugfs.c78 { "core", &vchiq_core_log_level },