Searched refs:dump_context (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.h | 512 vchiq_dump_state(void *dump_context, struct vchiq_state *state); 515 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service); 571 int vchiq_dump(void *dump_context, const char *str, int len); 573 int vchiq_dump_platform_state(void *dump_context); 575 int vchiq_dump_platform_instances(void *dump_context); 577 int vchiq_dump_platform_service_state(void *dump_context, struct vchiq_service *service);
|
H A D | vchiq_core.c | 3398 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, in vchiq_dump_shared_state() argument 3422 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3427 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3437 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3446 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state() 3453 int vchiq_dump_state(void *dump_context, struct vchiq_state *state) in vchiq_dump_state() argument 3462 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3471 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state() 3477 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 …]
|
H A D | vchiq_arm.c | 645 int vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument 651 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state() 1160 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument 1162 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump() 1201 int vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument 1258 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances() 1266 int vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument 1286 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
|
H A D | vchiq_arm.h | 72 struct dump_context { struct
|
H A D | vchiq_dev.c | 1312 struct dump_context context; in vchiq_read()
|