Searched refs:vchiq_log_info (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 230 vchiq_log_info(vchiq_core_log_level, "%d: srv:%d %s->%s", in set_service_state() 252 vchiq_log_info(vchiq_core_log_level, in find_service_by_handle() 273 vchiq_log_info(vchiq_core_log_level, in find_service_by_port() 294 vchiq_log_info(vchiq_core_log_level, in find_service_for_instance() 317 vchiq_log_info(vchiq_core_log_level, in find_closed_service_for_instance() 488 vchiq_log_info(vchiq_core_log_level, "%d: %s->%s", state->id, conn_state_names[oldstate], in vchiq_set_conn_state() 1017 vchiq_log_info(vchiq_core_log_level, "%d: qm %s@%pK,%zx (%d->%d)", state->id, in queue_message() 1077 vchiq_log_info(vchiq_core_log_level, "%d: qm %s@%pK,%zx (%d->%d)", state->id, in queue_message() 1107 vchiq_log_info(SRVTRACE_LEVEL(service), in queue_message() 1165 vchiq_log_info(vchiq_sync_log_level, in queue_message_sync() [all …]
|
D | vchiq_arm.c | 311 vchiq_log_info(vchiq_arm_log_level, in create_pagelist() 551 vchiq_log_info(vchiq_arm_log_level, "vchiq_init - done (slots %pK, phys %pad)", in vchiq_platform_init() 717 vchiq_log_info(vchiq_arm_log_level, "bulk_waiter - cleaned up %pK for pid %d", in free_bulk_waiter() 980 vchiq_log_info(vchiq_arm_log_level, "saved bulk_waiter %pK for pid %d", waiter, in vchiq_blocking_bulk_transfer() 1004 vchiq_log_info(vchiq_arm_log_level, "service_callback interrupted"); in add_completion() 1007 vchiq_log_info(vchiq_arm_log_level, "service_callback closing"); in add_completion() 1111 vchiq_log_info(vchiq_arm_log_level, in service_callback() 1125 vchiq_log_info(vchiq_arm_log_level, "%s interrupted", __func__); in service_callback() 1130 vchiq_log_info(vchiq_arm_log_level, "%s closing", __func__); in service_callback() 1734 vchiq_log_info(vchiq_susp_log_level, "%d: %s->%s", state->id, in vchiq_platform_conn_state_changed() [all …]
|
D | vchiq_dev.c | 50 vchiq_log_info(vchiq_arm_log_level, in close_delivered() 238 vchiq_log_info(vchiq_arm_log_level, in vchiq_ioc_dequeue_message() 326 vchiq_log_info(vchiq_arm_log_level, in vchiq_irq_queue_bulk_tx_rx() 358 vchiq_log_info(vchiq_arm_log_level, in vchiq_irq_queue_bulk_tx_rx() 458 vchiq_log_info(vchiq_arm_log_level, in vchiq_ioc_await_completion() 872 vchiq_log_info(vchiq_arm_log_level, in vchiq_ioctl() 1171 vchiq_log_info(vchiq_arm_log_level, "vchiq_open"); in vchiq_open() 1207 vchiq_log_info(vchiq_arm_log_level, "%s: instance=%lx", __func__, in vchiq_release()
|
D | vchiq_core.h | 52 #ifndef vchiq_log_info 53 #define vchiq_log_info(cat, fmt, ...) \ macro
|