Searched refs:vchiq_core_log_level (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 158 int vchiq_core_log_level = VCHIQ_LOG_DEFAULT; variable 230 vchiq_log_info(vchiq_core_log_level, "%d: srv:%d %s->%s", in set_service_state() 258 vchiq_log_info(vchiq_core_log_level, in find_service_by_handle() 279 vchiq_log_info(vchiq_core_log_level, in find_service_by_port() 300 vchiq_log_info(vchiq_core_log_level, in find_service_for_instance() 323 vchiq_log_info(vchiq_core_log_level, in find_closed_service_for_instance() 472 vchiq_log_trace(vchiq_core_log_level, "%d: callback:%d (%s, %pK, %pK)", in make_service_callback() 478 vchiq_log_warning(vchiq_core_log_level, in make_service_callback() 495 vchiq_log_info(vchiq_core_log_level, "%d: %s->%s", state->id, conn_state_names[oldstate], in vchiq_set_conn_state() 744 vchiq_log_error(vchiq_core_log_level, in process_free_data_message() [all …]
|
D | vchiq_arm.c | 680 vchiq_log_error(vchiq_core_log_level, "%s: videocore not initialized\n", __func__); in vchiq_initialise() 684 vchiq_log_warning(vchiq_core_log_level, in vchiq_initialise() 690 vchiq_log_error(vchiq_core_log_level, in vchiq_initialise() 706 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, ret); in vchiq_initialise() 738 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_shutdown() 758 vchiq_log_trace(vchiq_core_log_level, "%s: call to mutex_lock failed", __func__); in vchiq_connect() 770 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_connect() 801 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_add_service() 832 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_open_service() 956 vchiq_log_error(vchiq_core_log_level, "%s - out of memory", __func__); in vchiq_blocking_bulk_transfer()
|
D | vchiq_connected.c | 42 vchiq_log_error(vchiq_core_log_level, in vchiq_add_connected_callback()
|
D | vchiq_core.h | 64 vchiq_log_error(vchiq_core_log_level, "===== " __VA_ARGS__) 448 extern int vchiq_core_log_level;
|
D | vchiq_debugfs.c | 32 { "core", &vchiq_core_log_level },
|