Home
last modified time | relevance | path

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

/linux/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_core.h498 vchiq_dump_state(void *dump_context, struct vchiq_state *state);
501 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service);
567 int vchiq_dump(void *dump_context, const char *str, int len);
569 int vchiq_dump_platform_state(void *dump_context);
571 int vchiq_dump_platform_instances(void *dump_context);
573 int vchiq_dump_platform_service_state(void *dump_context, struct vchiq_service *service);
A Dvchiq_core.c3421 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3426 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3445 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3461 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3470 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()
3485 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3497 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3505 err = vchiq_dump_shared_state(dump_context, in vchiq_dump_state()
3511 err = vchiq_dump_shared_state(dump_context, in vchiq_dump_state()
[all …]
A Dvchiq_arm.c643 int vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument
649 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()
1148 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument
1150 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump()
1189 int vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument
1243 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances()
1251 int vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument
1271 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
A Dvchiq_arm.h72 struct dump_context { struct
A Dvchiq_dev.c1312 struct dump_context context; in vchiq_read()

Completed in 27 milliseconds