Home
last modified time | relevance | path

Searched refs:vchiq_dump (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c3572 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3578 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3589 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3598 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3614 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3624 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3631 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3640 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3652 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3731 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_service_state()
[all …]
Dvchiq_arm.c598 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
1128 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() function
1223 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances()
1253 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
Dvchiq_core.h585 vchiq_dump(void *dump_context, const char *str, int len);