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 D | vchiq_core.c | 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() 754 vchiq_log_error(vchiq_core_log_level, in process_free_data_message() 779 vchiq_log_error(vchiq_core_log_level, in process_free_data_message() 1661 vchiq_log_error(vchiq_core_log_level, in parse_message() 3634 vchiq_log_error(vchiq_core_log_level, in vchiq_loud_error_header() 3636 vchiq_log_error(vchiq_core_log_level, in vchiq_loud_error_header() 3645 vchiq_log_error(vchiq_core_log_level, in vchiq_loud_error_footer() [all …]
|
H A D | vchiq_connected.c | 42 vchiq_log_error(vchiq_core_log_level, in vchiq_add_connected_callback()
|
H A D | vchiq_arm.c | 673 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 D | vchiq_core.h | 64 vchiq_log_error(vchiq_core_log_level, "===== " __VA_ARGS__) 466 extern int vchiq_core_log_level;
|
H A D | vchiq_debugfs.c | 32 { "core", &vchiq_core_log_level },
|