Searched refs:vchiq_dump (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.c | 3414 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3419 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3429 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3438 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3454 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3463 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3469 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3478 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3490 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3565 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_service_state() [all …]
|
D | vchiq_arm.c | 658 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state() 1167 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() function 1265 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances() 1293 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
|
D | vchiq_core.h | 553 int vchiq_dump(void *dump_context, const char *str, int len);
|