Home
last modified time | relevance | path

Searched refs:dump_context (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h505 vchiq_dump_state(void *dump_context, struct vchiq_state *state);
508 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service);
585 vchiq_dump(void *dump_context, const char *str, int len);
588 vchiq_dump_platform_state(void *dump_context);
591 vchiq_dump_platform_instances(void *dump_context);
594 vchiq_dump_platform_service_state(void *dump_context,
Dvchiq_arm.c591 int vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument
598 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
1128 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument
1130 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump()
1169 int vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument
1223 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances()
1231 int vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument
1253 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
Dvchiq_core.c3547 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, in vchiq_dump_shared_state() argument
3572 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3578 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3589 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3598 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3605 int vchiq_dump_state(void *dump_context, struct vchiq_state *state) in vchiq_dump_state() argument
3614 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3624 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3631 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3640 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
[all …]
Dvchiq_arm.h111 struct dump_context { struct
Dvchiq_dev.c1338 struct dump_context context; in vchiq_read()