Home
last modified time | relevance | path

Searched refs:vchiq_log_info (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c230 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()
495 vchiq_log_info(vchiq_core_log_level, "%d: %s->%s", state->id, conn_state_names[oldstate], in vchiq_set_conn_state()
1026 vchiq_log_info(vchiq_core_log_level, "%d: qm %s@%pK,%zx (%d->%d)", state->id, in queue_message()
1086 vchiq_log_info(vchiq_core_log_level, "%d: qm %s@%pK,%zx (%d->%d)", state->id, in queue_message()
1116 vchiq_log_info(SRVTRACE_LEVEL(service), in queue_message()
1175 vchiq_log_info(vchiq_sync_log_level, in queue_message_sync()
[all …]
Dvchiq_arm.c310 vchiq_log_info(vchiq_arm_log_level, in create_pagelist()
549 vchiq_log_info(vchiq_arm_log_level, "vchiq_init - done (slots %pK, phys %pad)", in vchiq_platform_init()
719 vchiq_log_info(vchiq_arm_log_level, "bulk_waiter - cleaned up %pK for pid %d", in free_bulk_waiter()
979 vchiq_log_info(vchiq_arm_log_level, "saved bulk_waiter %pK for pid %d", waiter, in vchiq_blocking_bulk_transfer()
1003 vchiq_log_info(vchiq_arm_log_level, "service_callback interrupted"); in add_completion()
1006 vchiq_log_info(vchiq_arm_log_level, "service_callback closing"); in add_completion()
1108 vchiq_log_info(vchiq_arm_log_level, in service_callback()
1122 vchiq_log_info(vchiq_arm_log_level, "%s interrupted", __func__); in service_callback()
1127 vchiq_log_info(vchiq_arm_log_level, "%s closing", __func__); in service_callback()
1732 vchiq_log_info(vchiq_susp_log_level, "%d: %s->%s", state->id, in vchiq_platform_conn_state_changed()
[all …]
Dvchiq_dev.c50 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()
1173 vchiq_log_info(vchiq_arm_log_level, "vchiq_open"); in vchiq_open()
1209 vchiq_log_info(vchiq_arm_log_level, "%s: instance=%lx", __func__, in vchiq_release()
Dvchiq_core.h52 #ifndef vchiq_log_info
53 #define vchiq_log_info(cat, fmt, ...) \ macro