Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h567 vchiq_dump_state(void *dump_context, struct vchiq_state *state);
570 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service);
645 vchiq_dump(void *dump_context, const char *str, int len);
648 vchiq_dump_platform_state(void *dump_context);
651 vchiq_dump_platform_instances(void *dump_context);
654 vchiq_dump_platform_service_state(void *dump_context,
Dvchiq_core.c3398 vchiq_dump_shared_state(void *dump_context, struct vchiq_state *state, in vchiq_dump_shared_state() argument
3423 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()
3440 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3449 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_shared_state()
3456 int vchiq_dump_state(void *dump_context, struct vchiq_state *state) in vchiq_dump_state() argument
3465 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3475 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3482 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
3492 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_state()
[all …]
Dvchiq_arm.c98 struct dump_context { struct
2011 int vchiq_dump(void *dump_context, const char *str, int len) in vchiq_dump() argument
2013 struct dump_context *context = (struct dump_context *)dump_context; in vchiq_dump()
2058 int vchiq_dump_platform_instances(void *dump_context) in vchiq_dump_platform_instances() argument
2110 err = vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_instances()
2124 int vchiq_dump_platform_service_state(void *dump_context, in vchiq_dump_platform_service_state() argument
2146 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_service_state()
2159 struct dump_context context; in vchiq_read()
Dvchiq_2835_arm.c251 int vchiq_dump_platform_state(void *dump_context) in vchiq_dump_platform_state() argument
258 return vchiq_dump(dump_context, buf, len + 1); in vchiq_dump_platform_state()