Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 155) sorted by relevance

1234567

/sof-2.7.6/.github/workflows/
Dpull-request.yml30 # Allows you to run this workflow manually from the Actions tab
46 run: sudo apt-get -y install ninja-build doxygen graphviz
49 run: cmake -GNinja -S doc -B docbuild && ninja -C docbuild -v doc
53 run: printf 'WARN_AS_ERROR = YES\n' >> doc/sof.doxygen.in &&
65 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
69 run: ./scripts/docker-run.sh ./scripts/build-tools.sh -t
71 run: ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh
73 run: ./scripts/host-testbench.sh
89 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
94 run: ./scripts/docker-run.sh
[all …]
Dcodestyle.yml35 run: sudo apt-get -y install codespell && dpkg -L codespell | grep dict
39 run: |
46 run: .github/workflows/checkpatch_list.sh ${CHK_CMD_OPTS} < PR_SHAs.txt
49 run: .github/workflows/checkpatch_list.sh ${CHK_CMD_OPTS}
56 - name: run yamllint
57 run: yamllint --strict .github/workflows/*.yml
Dinstaller.yml27 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
33 run: ./scripts/docker-run.sh make -j3 -C installer/ stage
36 run: make -C installer/ checktree
39 run: |
Dtools.yml21 run: docker pull thesofproject/sof && docker tag thesofproject/sof sof
25 run: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
Dunit-tests.yml20 - name: build and run all defconfigs
21 run: ./test/test-all-defconfigs.sh
Dzephyr.yml19 run: docker run -v "$(pwd)":/workdir
Dipc_fuzzer.yml7 # Build and run fuzzer for 5s just to check that it runs properly. If it
37 - name: Run Fuzzers
/sof-2.7.6/scripts/
DREADME.docker2 building Sound Open Firmware. A working docker installation is needed to run
5 Note: In order to run docker as non sudo/root user please run.
20 After the container is built, it can be used to run the scripts.
23 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -l byt
25 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
28 ./scripts/docker-run.sh ./scripts/build-tools.sh
31 ./scripts/docker-run.sh make
34 ./scripts/docker-run.sh bash
Ddocker-run.sh9 # ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh byt
11 # ./scripts/docker-run.sh ./scripts/build-tools.sh
19 docker run -i -v "$(pwd)":/home/sof/work/sof.git \
/sof-2.7.6/scripts/docker_build/sof_qemu/
DDockerfile2 # Defines a docker image that can run Xtensa Qemu
10 # run docker image:
12 # ./scripts/docker-qemu.sh scrpits-or-command-you-want-run
26 RUN apt-get -y update && \
44 RUN useradd --create-home -d /home/sof -u $UID -G sudo sof && \
53 RUN cd /home/sof && git clone $CLONE_DEFAULTS --branch sof-v4.2 $SOF_REPO && \
62 RUN mkdir -p /home/sof/sof.git
/sof-2.7.6/test/cmocka/
DCMakeLists.txt12 # In the mean time use scripts/run-mocks.sh for valgrind.
18 set(SIMULATOR xt-run --exit_with_target_code)
20 # xtensa XCC build for xt-run.
23 set(SIMULATOR xt-run --exit_with_target_code)
110 # Skip running alloc test on HOST until it's fixed (it passes and is run
111 # with xt-run)
113 message(WARNING "SKIP alloc test on HOST, built but not run")
/sof-2.7.6/
D.travis.yml19 # only as presentation labels. Nothing in stage "tests" will run if
39 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM
53 script: CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh ./scripts/build-tools.sh
61 - ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -o no-agent -r $PLATFORM
86 - ./scripts/docker-run.sh ./scripts/build-tools.sh -t
87 - ./scripts/docker-run.sh ./scripts/rebuild-testbench.sh
/sof-2.7.6/scripts/docker_build/sof_builder/
DDockerfile11 # docker run -it -v <insert sof dir here>:/home/sof/workdir --user `id -u` sof
14 # docker run -it -v <insert sof dir here>:/home/sof/work/sof.git --user `id -u` sof ./incremental.…
28 RUN apt-get -y update && \
63 RUN useradd --create-home -d /home/sof -u $UID -G sudo sof && \
72 RUN mkdir -p /home/sof/work/alsa && cd /home/sof/work/alsa && \
84 RUN cd /home/sof && \
110 RUN cd /home/sof && \
124 RUN mkdir -p /home/sof/work/sof.git
/sof-2.7.6/tools/tune/eq/
Deq_load_dsp_ini.m47 % set all fields to off, we will run the callback at the end to avoid graphics flicker
90 % no need to run this callback since it will get called when we run the
96 % run callback to update slider value
/sof-2.7.6/src/drivers/intel/baytrail/
Dtimer.c38 /* no roll over, run the handler */ in platform_timer_64_handler()
51 /* set new value and run */ in platform_timer_64_handler()
59 /* run timer */ in platform_timer_start()
67 /* run timer */ in platform_timer_stop()
97 /* set new value and run */ in platform_timer_set()
127 /* yes, overflow has occurred but handler has not run */ in platform_timer_get()
/sof-2.7.6/src/platform/library/schedule/
Dedf_schedule.c48 if (task->ops.run) in schedule_edf_task()
49 task->ops.run(task->data); in schedule_edf_task()
63 ret = schedule_task_init(task, uid, SOF_SCHEDULE_EDF, 0, ops->run, in schedule_task_init_edf()
107 task->ops.run = NULL; in schedule_edf_task_free()
Dll_schedule.c12 uint16_t priority, enum task_state (*run)(void *data), in schedule_task_init_ll()
15 return schedule_task_init(task, uid, type, priority, run, data, core, in schedule_task_init_ll()
Dschedule.c25 uint16_t priority, enum task_state (*run)(void *data), in schedule_task_init()
37 task->ops.run = run; in schedule_task_init()
/sof-2.7.6/src/schedule/
Dschedule.c27 uint16_t priority, enum task_state (*run)(void *data), in schedule_task_init()
41 task->ops.run = run; in schedule_task_init()
Dzephyr_ll.c34 bool run; member
74 * way they can then be run in the same order. Tasks with the same in zephyr_ll_task_insert_unlocked()
137 * returned by task's .run function, they are assigned to a
180 pdata->run = true; in zephyr_ll_run()
203 * task's .run() should only return either in zephyr_ll_run()
262 * the scheduler has already run before on this core and its thread has in zephyr_ll_init_scheduler_for_first_task()
272 * are scheduled to start on the following tick and run on each subsequent timer
389 must_wait = pdata->run; in zephyr_ll_task_free()
455 uint16_t priority, enum task_state (*run)(void *data), in zephyr_ll_task_init()
464 ret = schedule_task_init(task, uid, type, priority, run, data, core, in zephyr_ll_task_init()
/sof-2.7.6/tools/test/audio/
Dcomp_run.sh37 # Run command
45 # Run test bench
/sof-2.7.6/src/platform/intel/cavs/include/cavs/lib/
Dclk.h12 * \brief Clk parameters for run-time clock data, common for cAVS platforms.
35 /* SSP clock run-time data is the last one, so total number is ssp idx +1 */
/sof-2.7.6/test/cmocka/src/audio/pcm_converter/
Dpcm_float.c94 /* run conversion */ in _test_pcm_convert()
144 /* run test */ in test_pcm_convert_s16_to_f()
183 /* run test */ in test_pcm_convert_f_to_s16()
228 /* run test */ in test_pcm_convert_s24_in_s32_to_f()
272 /* run test */ in test_pcm_convert_s24_to_f()
318 /* run test */ in test_pcm_convert_f_to_s24()
369 /* run test */ in test_pcm_convert_s32_to_f()
412 /* run test */ in test_pcm_convert_f_to_s32()
453 /* run test */ in test_pcm_convert_f_to_s32_big_neg()
498 /* run test */ in test_pcm_convert_f_to_s32_big_pos()
/sof-2.7.6/src/include/sof/schedule/
Dll_schedule.h42 uint16_t priority, enum task_state (*run)(void *data),
49 uint16_t priority, enum task_state (*run)(void *data),
Dtask.h52 enum task_state (*run)(void *data); /**< task's main operation */ member
89 assert(task->ops.run); in task_run()
91 return task->ops.run(task->data); in task_run()

1234567