Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 122) sorted by relevance

12345

/sof-2.7.6/scripts/
Dsof-target-install.sh7 for host in $@
9 scp build_*_*/sof-*.ri root@${host}:/lib/firmware/intel/sof/
10 scp tools/build_tools/topology/*.tplg root@${host}:/lib/firmware/intel/sof-tplg/
16 root@${host}:~/
/sof-2.7.6/src/audio/pipeline/
Dpipeline-stream.c176 int pipeline_trigger(struct pipeline *p, struct comp_dev *host, int cmd) in pipeline_trigger() argument
201 data.start = host; in pipeline_trigger()
204 ret = walk_ctx.comp_func(host, NULL, &walk_ctx, host->direction); in pipeline_trigger()
207 ret, dev_comp_id(host), cmd); in pipeline_trigger()
241 void pipeline_get_timestamp(struct pipeline *p, struct comp_dev *host, in pipeline_get_timestamp() argument
251 platform_host_timestamp(host, posn); in pipeline_get_timestamp()
253 data.start = host; in pipeline_get_timestamp()
256 walk_ctx.comp_func(host, NULL, &walk_ctx, host->direction); in pipeline_get_timestamp()
Dpipeline-params.c192 int pipeline_params(struct pipeline *p, struct comp_dev *host, in pipeline_params() argument
197 .start = host, in pipeline_params()
223 ret = hw_param_ctx.comp_func(host, NULL, &hw_param_ctx, dir); in pipeline_params()
226 ret, dev_comp_id(host)); in pipeline_params()
232 data.start = host; in pipeline_params()
234 ret = param_ctx.comp_func(host, NULL, &param_ctx, dir); in pipeline_params()
237 ret, dev_comp_id(host)); in pipeline_params()
/sof-2.7.6/src/ipc/ipc4/
Dhandler.c82 static int ipc4_pipeline_params(struct pipeline *p, struct comp_dev *host, in ipc4_pipeline_params() argument
87 .start = host, in ipc4_pipeline_params()
97 return param_ctx.comp_func(host, NULL, &param_ctx, host->direction); in ipc4_pipeline_params()
154 struct ipc_comp_dev *host; in ipc4_set_pipeline_state() local
173 host = ipc_get_comp_by_id(ipc, pcm_dev->pipeline->source_comp->ipc_config.id); in ipc4_set_pipeline_state()
175 host = ipc_get_comp_by_id(ipc, pcm_dev->pipeline->sink_comp->ipc_config.id); in ipc4_set_pipeline_state()
177 if (!host) { in ipc4_set_pipeline_state()
184 if (!cpu_is_me(host->core)) in ipc4_set_pipeline_state()
185 return ipc_process_on_core(host->core, false); in ipc4_set_pipeline_state()
191 ret = ipc4_pcm_params(host); in ipc4_set_pipeline_state()
[all …]
/sof-2.7.6/tools/fuzzer/
DCMakeLists.txt38 platform/byt-host.c
39 platform/hsw-host.c
40 platform/imx8-host.c
62 "${SOF_ROOT_SOURCE_DIRECTORY}/src/arch/host/include"
/sof-2.7.6/src/drivers/
DKconfig16 Select this to enable the software-based host DMA implementation.
17 This driver does all the transfers between host memory and DSP local
19 host memory.
DCMakeLists.txt16 add_subdirectory(host)
/sof-2.7.6/tools/topology/topology2/include/pipelines/
Dvolume-demux-playback.conf43 host."playback" {
83 source host..playback
Deq-iir-volume-capture.conf43 host."capture" {
84 sink host..capture
Dpassthrough-capture.conf43 host."capture" {
/sof-2.7.6/tools/topology/topology1/sof/
Dpipe-host-volume-playback.m45 # host PCM_P --> B0 --> Volume 0 --> B1 --> [other pipeline]
61 # host PCM_P --> B0 --> Volume 0 --> B1 --> sink DAI0
63 P_GRAPH(pipe-host-volume-playback, PIPELINE_ID,
Dpipe-tdfb-playback.m45 # host PCM_P --> B0 --> TDFB 0 --> B1 --> sink DAI0
61 # host host PCM_P --> B0 --> TDFB --> B3 --> sink DAI0
Dpipe-eq-fir-playback.m45 # host PCM_P --> B0 --> EQ_FIR 0 --> B1 --> sink DAI0
64 # host host PCM_P --> B0 --> EQ_FIR 0 --> B1 --> sink DAI0
Dpipe-low-latency-capture.m45 # host PCM_C <--B5-- volume(0C) <--B4-- source DAI0
44 # "Capture Volume" has 2 sink and x source periods for host and DAI ping-pong
59 # host PCM <--B1-- volume <--B0-- source DAI0
Dpipe-eq-iir-playback.m45 # host PCM_P --> B0 --> EQ_IIR 0 --> B1 --> sink DAI0
64 # host host PCM_P --> B0 --> EQ_IIR 0 --> B1 --> sink DAI0
Dpipe-passthrough-capture.m45 # host PCM_C <-- B0 <-- sink DAI0
30 # host PCM_C <-- B0 <-- sink DAI0
Dpipe-passthrough-playback.m45 # host PCM_P --> B0 --> sink DAI0
30 # host PCM_P --> B0 --> sink DAI0
Dpipe-passthrough-capture-sched.m45 # host PCM_C <-- B0 <-- sink DAI0
33 # host PCM_C <-- B0 <-- sink DAI0
Dpipe-src-capture.m45 # host PCM_C <-- B0 <-- SRC <-- B1 <-- source DAI0
51 # host PCM_C <-- B0 <-- SRC <-- B1 <-- source DAI0
Dpipe-src-playback.m45 # host PCM_P --> B0 --> SRC --> B1 --> sink DAI0
51 # host PCM_P --> B0 --> SRC 0 --> B1 --> sink DAI0
/sof-2.7.6/src/drivers/amd/renoir/
Dtimer.c50 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument
55 err = comp_position(host, posn); in platform_host_timestamp()
/sof-2.7.6/src/drivers/imx/
Dtimer.c48 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument
54 err = comp_position(host, posn); in platform_host_timestamp()
/sof-2.7.6/src/drivers/intel/haswell/
Dtimer.c49 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument
55 err = comp_position(host, posn); in platform_host_timestamp()
/sof-2.7.6/src/drivers/host/
Dtimer.c12 void platform_host_timestamp(struct comp_dev *host, in platform_host_timestamp() argument
/sof-2.7.6/src/ipc/ipc3/
DCMakeLists.txt11 host-page-table.c)

12345