Searched refs:flag (Results 1 – 18 of 18) sorted by relevance
/sof-3.4.0/src/ipc/ |
D | ipc-helper.c | 85 static void comp_update_params(uint32_t flag, in comp_update_params() argument 89 if (flag & BUFF_PARAMS_FRAME_FMT) in comp_update_params() 92 if (flag & BUFF_PARAMS_BUFFER_FMT) in comp_update_params() 95 if (flag & BUFF_PARAMS_CHANNELS) in comp_update_params() 98 if (flag & BUFF_PARAMS_RATE) in comp_update_params() 102 int comp_verify_params(struct comp_dev *dev, uint32_t flag, in comp_verify_params() argument 140 comp_update_params(flag, params, buf_c); in comp_verify_params() 160 comp_update_params(flag, params, buf_c); in comp_verify_params()
|
/sof-3.4.0/scripts/ |
D | run-mocks.sh | 30 while getopts "vc:" flag; do 31 case "${flag}" in
|
D | checkpatch.pl | 3593 my $flag = $1; 3602 …"Use of $flag is deprecated, please use \`$replacement->{$flag} instead.\n" . $herecurr) if ($repl…
|
/sof-3.4.0/src/audio/ |
D | buffer.c | 157 struct sof_ipc_stream_params *params, uint32_t flag) in buffer_params_match() argument 161 if ((flag & BUFF_PARAMS_FRAME_FMT) && in buffer_params_match() 165 if ((flag & BUFF_PARAMS_RATE) && in buffer_params_match() 169 if ((flag & BUFF_PARAMS_CHANNELS) && in buffer_params_match()
|
D | CMakeLists.txt | 151 # checks if flag is supported by compiler and sets needed flags 154 macro(check_optimization opt_name flag enable_cmd extra_define) 155 check_c_compiler_flag(${flag} compiles_flag_${opt_name}) 158 set(${opt_name}_flags ${flag} ${extra_define} ${enable_cmd} -ffast-math)
|
/sof-3.4.0/src/platform/intel/cavs/lib/ |
D | pm_runtime.c | 300 uint32_t flag = PWRD_MASK & index; in cavs_pm_runtime_dis_dsp_pg() local 338 pprd->dsp_client_bitmap[index] |= flag; in cavs_pm_runtime_dis_dsp_pg() 347 uint32_t flag = PWRD_MASK & index; in cavs_pm_runtime_en_dsp_pg() local 360 pprd->dsp_client_bitmap[index] &= ~(flag); in cavs_pm_runtime_en_dsp_pg()
|
/sof-3.4.0/test/cmocka/ |
D | cmocka-host-gcc-toolchain.cmake | 26 # Cmocka is written in C99, but for some reason it sets this flag, only on Posix
|
D | cmocka-xtensa-xt-toolchain.cmake | 28 # Cmocka is written in C99, but for some reason it sets this flag, only on Posix
|
D | cmocka-xtensa-gcc-toolchain.cmake | 31 # Cmocka is written in C99, but for some reason it sets this flag, only on Posix
|
/sof-3.4.0/src/platform/amd/renoir/include/platform/ |
D | fw_scratch_mem.h | 42 uint32_t flag; member
|
/sof-3.4.0/src/platform/amd/rembrandt/include/platform/ |
D | fw_scratch_mem.h | 41 uint32_t flag; member
|
/sof-3.4.0/src/include/sof/ipc/ |
D | topology.h | 209 int comp_verify_params(struct comp_dev *dev, uint32_t flag,
|
/sof-3.4.0/src/include/sof/audio/ |
D | buffer.h | 208 struct sof_ipc_stream_params *params, uint32_t flag);
|
D | component.h | 955 int comp_verify_params(struct comp_dev *dev, uint32_t flag,
|
/sof-3.4.0/src/trace/ |
D | Kconfig | 59 sof-logger -F flag. Warning: log message parameters (formatted with a conversion
|
/sof-3.4.0/tools/ |
D | README.md | 103 `c` flag is intended for defining clock value (in MHz) used to format log
|
/sof-3.4.0/tools/test/audio/ |
D | sof_test_perf_README.txt | 33 automatic testing needs to quickly flag regressions in playback audio
|
/sof-3.4.0/zephyr/ |
D | CMakeLists.txt | 98 # include Zephyr before xtos to flag up any errors in SOF
|