Searched refs:vchiq_susp_log_level (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 63 int vchiq_susp_log_level = VCHIQ_LOG_ERROR; variable 1325 vchiq_log_error(vchiq_susp_log_level, "%s callback reason %d", __func__, reason); in vchiq_keepalive_vchiq_callback() 1349 vchiq_log_error(vchiq_susp_log_level, "%s vchiq_initialise failed %d", __func__, in vchiq_keepalive_thread_func() 1356 vchiq_log_error(vchiq_susp_log_level, "%s vchiq_connect failed %d", __func__, in vchiq_keepalive_thread_func() 1363 vchiq_log_error(vchiq_susp_log_level, "%s vchiq_open_service failed %d", __func__, in vchiq_keepalive_thread_func() 1372 vchiq_log_error(vchiq_susp_log_level, "%s interrupted", __func__); in vchiq_keepalive_thread_func() 1392 vchiq_log_error(vchiq_susp_log_level, in vchiq_keepalive_thread_func() 1399 vchiq_log_error(vchiq_susp_log_level, in vchiq_keepalive_thread_func() 1436 vchiq_log_error(vchiq_susp_log_level, "%s null service ptr", __func__); in vchiq_use_internal() 1445 vchiq_log_trace(vchiq_susp_log_level, "%s %s count %d, state count %d", __func__, entity, in vchiq_use_internal() [all …]
|
D | vchiq_arm.h | 80 extern int vchiq_susp_log_level;
|
D | vchiq_debugfs.c | 35 { "susp", &vchiq_susp_log_level },
|
D | vchiq_dev.c | 703 vchiq_log_error(vchiq_susp_log_level, in vchiq_ioctl()
|