Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddump-context.h42 class dump_context
47 static dump_context &get () { return *s_current; } in get()
49 ~dump_context ();
148 static dump_context *s_current;
151 static dump_context s_default;
162 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
193 dump_context *m_context;
219 dump_context m_context;
220 dump_context *m_saved;
H A Doptinfo.h89 class dump_context; variable
95 friend class dump_context; variable
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddump-context.h42 class dump_context
47 static dump_context &get () { return *s_current; } in get()
49 ~dump_context ();
148 static dump_context *s_current;
151 static dump_context s_default;
162 dump_pretty_printer (dump_context *context, dump_flags_t dump_kind);
193 dump_context *m_context;
219 dump_context m_context;
220 dump_context *m_saved;
H A Doptinfo.h89 class dump_context; variable
95 friend class dump_context; variable
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A 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,
H A 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 …]
H A 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()
H A 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()