Searched refs:dump_context (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_core.h | 567 vchiq_dump_state(void *dump_context, struct vchiq_state *state); 570 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service); 645 vchiq_dump(void *dump_context, const char *str, int len); 648 vchiq_dump_platform_state(void *dump_context); 651 vchiq_dump_platform_instances(void *dump_context); 654 vchiq_dump_platform_service_state(void *dump_context,
|
| D | vchiq_core.c | 3392 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, in vchiq_dump_shared_state() argument 3417 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3423 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3434 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3443 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3450 int vchiq_dump_state(void *dump_context, struct vchiq_state *state) in vchiq_dump_state() argument 3459 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() 3476 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3486 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() [all …]
|
| D | vchiq_arm.c | 98 struct dump_context { struct 2009 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument 2011 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump() 2056 int vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument 2108 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances() 2122 int vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument 2144 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state() 2157 struct dump_context context; in vchiq_read()
|
| D | vchiq_2835_arm.c | 251 int vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument 258 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
|