Home
last modified time | relevance | path

Searched full:io (Results 1 – 25 of 72) sorted by relevance

123

/sof-2.7.6/tools/fuzzer/
Dqemu-bridge.c9 * Creates an IO bridge between two QEMU instances where messages can be passed
76 struct io_bridge *io = data; in parent_reader_thread() local
80 mq_getattr(io->parent.mqdes, &io->parent.mqattr); in parent_reader_thread()
82 fprintf(stdout, "bridge-io: %d messages are currently on parent queue.\n", in parent_reader_thread()
83 (int)io->parent.mqattr.mq_curmsgs); in parent_reader_thread()
85 while (mq_receive(io->parent.mqdes, buf, QEMU_IO_MAX_MSG_SIZE, in parent_reader_thread()
90 fprintf(stdout, "bridge-io: msg recv %d type %d size %d msg %d\n", in parent_reader_thread()
93 if (io->cb) in parent_reader_thread()
94 io->cb(io->data, hdr); in parent_reader_thread()
103 struct io_bridge *io = data; in child_reader_thread() local
[all …]
DREADME.md3 https://thesofproject.github.io/latest/developer_guides/fuzzing/
/sof-2.7.6/scripts/
Dqemu-check.sh86 SHM_IPC_REG=qemu-bridge-shim-io
87 SHM_MBOX=qemu-bridge-mbox-io
91 SHM_IPC_REG=qemu-bridge-shim-io
92 SHM_MBOX=qemu-bridge-mbox-io
97 SHM_IPC_REG=qemu-bridge-shim-io
108 SHM_IPC_REG=qemu-bridge-shim-io
118 SHM_IPC_REG="qemu-bridge-ipc(|-dsp)-io"
125 SHM_IPC_REG="qemu-bridge-ipc(|-dsp)-io"
132 SHM_IPC_REG="qemu-bridge-ipc(|-dsp)-io"
139 SHM_IPC_REG="qemu-bridge-ipc(|-dsp)-io"
[all …]
Dgen-doc.sh7 # https://thesofproject.github.io/latest/howtos/process/docbuild.html
28 PUBLISH_REPO="$(dirname "$SOF_REPO")/thesofproject.github.io"
118 echo "Cloning thesofproject.github.io.git repo"
121 git@github.com:thesofproject/thesofproject.github.io.git \
/sof-2.7.6/
DREADME.md10 See [docs](https://thesofproject.github.io/latest/index.html)
14 See [unit testing documentation](https://thesofproject.github.io/latest/developer_guides/unit_tests…
22 See [Contributing to the Project](https://thesofproject.github.io/latest/contribute/index.html)
/sof-2.7.6/tools/topology/topology1/m4/
Dbytecontrol.m458 ` # control uses bespoke driver get/put/info ID for io ops'
86 ` # control uses bespoke driver get/put/info ID for io ops'
114 ` # control uses bespoke driver get/put/info ID for io ops'
141 ` # control uses bespoke driver get/put/info ID for io ops'
Denumcontrol.m439 ` # control uses bespoke driver get/put/info ID for io ops'
56 ` # control uses bespoke driver get/put/info ID for io ops'
/sof-2.7.6/.github/ISSUE_TEMPLATE/
Dbug_report.md13 Please also read https://thesofproject.github.io/latest/contribute/process/bug-tracking.html for fu…
42 …mesg* and firmware log from *sof-logger*. See https://thesofproject.github.io/latest/developer_gui…
/sof-2.7.6/tools/oss-fuzz/
DREADME.md4 See https://google.github.io/oss-fuzz/getting-started/new-project-guide/#testing-locally
/sof-2.7.6/tools/ctl/
DREADME6 in https://thesofproject.github.io/latest/getting_started/index.html for
/sof-2.7.6/.github/workflows/
Dunit-tests.yml3 # https://thesofproject.github.io/latest/developer_guides/unit_tests.html
Dzephyr.yml21 docker.io/zephyrprojectrtos/zephyr-build:v0.18.3
Dipc_fuzzer.yml5 # https://google.github.io/oss-fuzz/getting-started/continuous-integration/
/sof-2.7.6/src/platform/haswell/include/platform/lib/
Dclk.h13 #include <sof/lib/io.h>
/sof-2.7.6/src/platform/baytrail/include/platform/lib/
Dclk.h14 #include <sof/lib/io.h>
/sof-2.7.6/zephyr/
Ddocker-build.sh24 # Matches docker.io/zephyrprojectrtos/zephyr-build:latest gid
/sof-2.7.6/src/platform/amd/renoir/include/platform/lib/
Dclk.h14 #include <sof/lib/io.h>
/sof-2.7.6/src/drivers/intel/cavs/
Dsue-iomux.c8 #include <sof/lib/io.h>
/sof-2.7.6/tools/test/audio/
Dsof_test_perf_README.txt52 $ sudo apt-get install octave octave-signal octave-io
57 pkg load io
/sof-2.7.6/src/platform/intel/cavs/lib/
Dmem_window.c15 #include <sof/lib/io.h>
/sof-2.7.6/src/platform/intel/cavs/include/cavs/lib/
Dclk.h22 #include <sof/lib/io.h>
/sof-2.7.6/src/drivers/imx/
Dinterrupt-generic.c10 #include <sof/lib/io.h>
/sof-2.7.6/zephyr/include/sof/trace/
Dtrace.h29 * the physical log IO.
/sof-2.7.6/src/include/sof/audio/igo_nr/
Digo_nr_comp.h41 int32_t frames; /* IO buffer length */
/sof-2.7.6/src/drivers/dw/
Dgpio.c9 #include <sof/lib/io.h>

123