Searched refs:dump_context (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_core.h | 530 vchiq_dump_state(void *dump_context, struct vchiq_state *state); 533 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service); 606 vchiq_dump(void *dump_context, const char *str, int len); 609 vchiq_dump_platform_state(void *dump_context); 612 vchiq_dump_platform_instances(void *dump_context); 615 vchiq_dump_platform_service_state(void *dump_context,
|
| D | vchiq_core.c | 3305 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, in vchiq_dump_shared_state() argument 3329 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3333 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3342 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3349 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3354 vchiq_dump_state(void *dump_context, struct vchiq_state *state) in vchiq_dump_state() argument 3362 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3370 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3375 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3383 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() [all …]
|
| D | vchiq_arm.c | 128 struct dump_context { struct 2076 vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument 2078 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump() 2121 vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument 2158 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances() 2173 vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument 2195 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state() 2208 struct dump_context context; in vchiq_read()
|
| D | vchiq_2835_arm.c | 253 vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument 260 vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
|