Searched refs:qemu_io_msg (Results 1 – 5 of 5) sorted by relevance
/sof-2.7.6/tools/fuzzer/ |
D | qemu-bridge.h | 62 struct qemu_io_msg { struct 71 struct qemu_io_msg hdr; argument 77 struct qemu_io_msg hdr; 83 struct qemu_io_msg hdr; 90 struct qemu_io_msg hdr; 96 struct qemu_io_msg hdr; 101 struct qemu_io_msg hdr; 114 struct qemu_io_msg hdr; 128 int (*cb)(void *, struct qemu_io_msg *msg), 131 int (*cb)(void *, struct qemu_io_msg *msg), [all …]
|
D | qemu-bridge.c | 65 int (*cb)(void *data, struct qemu_io_msg *msg); 87 struct qemu_io_msg *hdr = (struct qemu_io_msg *)buf; in parent_reader_thread() 115 struct qemu_io_msg *hdr = (struct qemu_io_msg *)buf; in child_reader_thread() 124 struct qemu_io_msg *hdr = (struct qemu_io_msg *)buf; in child_reader_thread() 223 int (*cb)(void *, struct qemu_io_msg *msg), in qemu_io_register_parent() 239 int (*cb)(void *, struct qemu_io_msg *msg), in qemu_io_register_child() 319 int qemu_io_send_msg(struct qemu_io_msg *msg) in qemu_io_send_msg() 341 int qemu_io_send_msg_reply(struct qemu_io_msg *msg) in qemu_io_send_msg_reply()
|
/sof-2.7.6/tools/fuzzer/platform/ |
D | imx8-host.c | 395 static int bridge_cb(void *data, struct qemu_io_msg *msg) in bridge_cb()
|
D | byt-host.c | 382 static int bridge_cb(void *data, struct qemu_io_msg *msg) in bridge_cb()
|
D | hsw-host.c | 409 static int bridge_cb(void *data, struct qemu_io_msg *msg) in bridge_cb()
|