Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h495 vchiq_dump_state(void *dump_context, struct vchiq_state *state);
498 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service);
564 int vchiq_dump(void *dump_context, const char *str, int len);
566 int vchiq_dump_platform_state(void *dump_context);
568 int vchiq_dump_platform_instances(void *dump_context);
570 int vchiq_dump_platform_service_state(void *dump_context, struct vchiq_service *service);
Dvchiq_arm.c650 int vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument
656 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
1170 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument
1172 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump()
1211 int vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument
1268 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances()
1276 int vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument
1296 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
Dvchiq_core.c3376 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, in vchiq_dump_shared_state() argument
3400 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3405 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3415 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3424 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3431 int vchiq_dump_state(void *dump_context, struct vchiq_state *state) in vchiq_dump_state() argument
3440 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3449 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3455 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3464 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
[all …]
Dvchiq_arm.h72 struct dump_context { struct
Dvchiq_dev.c1310 struct dump_context context; in vchiq_read()