Searched refs:vchiq_dump (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 3400 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3405 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3415 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3424 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3440 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3449 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3455 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3464 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3476 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3551 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_service_state() [all …]
|
D | vchiq_arm.c | 656 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state() 1170 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() function 1268 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances() 1296 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
|
D | vchiq_core.h | 564 int vchiq_dump(void *dump_context, const char *str, int len);
|