Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c158 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()
754 vchiq_log_error(vchiq_core_log_level, in process_free_data_message()
[all …]
H A Dvchiq_arm.c673 vchiq_log_error(vchiq_core_log_level, "%s: videocore not initialized\n", __func__); in vchiq_initialise()
677 vchiq_log_warning(vchiq_core_log_level, in vchiq_initialise()
683 vchiq_log_error(vchiq_core_log_level, in vchiq_initialise()
699 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, ret); in vchiq_initialise()
731 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_shutdown()
751 vchiq_log_trace(vchiq_core_log_level, "%s: call to mutex_lock failed", __func__); in vchiq_connect()
763 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_connect()
794 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_add_service()
825 vchiq_log_trace(vchiq_core_log_level, "%s(%p): returning %d", __func__, instance, status); in vchiq_open_service()
949 vchiq_log_error(vchiq_core_log_level, "%s - out of memory", __func__); in vchiq_blocking_bulk_transfer()
H A Dvchiq_connected.c42 vchiq_log_error(vchiq_core_log_level, in vchiq_add_connected_callback()
H A Dvchiq_core.h64 vchiq_log_error(vchiq_core_log_level, "===== " __VA_ARGS__)
466 extern int vchiq_core_log_level;
H A Dvchiq_debugfs.c32 { "core", &vchiq_core_log_level },