Searched refs:dump_context (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 574 vchiq_dump_state(void *dump_context, VCHIQ_STATE_T *state); 577 vchiq_dump_service_state(void *dump_context, VCHIQ_SERVICE_T *service); 652 vchiq_dump(void *dump_context, const char *str, int len); 655 vchiq_dump_platform_state(void *dump_context); 658 vchiq_dump_platform_instances(void *dump_context); 661 vchiq_dump_platform_service_state(void *dump_context,
|
D | vchiq_core.c | 3688 vchiq_dump_shared_state(void *dump_context, VCHIQ_STATE_T *state, in vchiq_dump_shared_state() argument 3712 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3716 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3724 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3731 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3736 vchiq_dump_state(void *dump_context, VCHIQ_STATE_T *state) in vchiq_dump_state() argument 3744 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3752 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3757 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3765 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() [all …]
|
D | vchiq_2835_arm.c | 294 vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument 301 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
|
D | vchiq_arm.c | 2213 vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument 2215 DUMP_CONTEXT_T *context = (DUMP_CONTEXT_T *)dump_context; in vchiq_dump() 2258 vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument 2295 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances() 2310 vchiq_dump_platform_service_state(void *dump_context, VCHIQ_SERVICE_T *service) in vchiq_dump_platform_service_state() argument 2330 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
|