Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h494 vchiq_dump_state(void *dump_context, struct vchiq_state *state);
497 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service);
553 int vchiq_dump(void *dump_context, const char *str, int len);
555 int vchiq_dump_platform_state(void *dump_context);
557 int vchiq_dump_platform_instances(void *dump_context);
559 int vchiq_dump_platform_service_state(void *dump_context, struct vchiq_service *service);
Dvchiq_core.c3390 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, in vchiq_dump_shared_state() argument
3414 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3419 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3429 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3438 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3445 int vchiq_dump_state(void *dump_context, struct vchiq_state *state) in vchiq_dump_state() argument
3454 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3463 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()
3478 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
[all …]
Dvchiq_arm.c652 int vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument
658 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
1167 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument
1169 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump()
1208 int vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument
1265 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances()
1273 int vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument
1293 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
Dvchiq_arm.h72 struct dump_context { struct
Dvchiq_dev.c1312 struct dump_context context; in vchiq_read()