Searched refs:dump_context (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
| A D | vchiq_core.h | 498 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 D | vchiq_core.c | 3421 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 D | vchiq_arm.c | 643 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 D | vchiq_arm.h | 72 struct dump_context { struct
|
| A D | vchiq_dev.c | 1312 struct dump_context context; in vchiq_read()
|
Completed in 21 milliseconds