Home
last modified time | relevance | path

Searched refs:sof_core_debug (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/sof/
H A Dcore.c22 static int sof_core_debug = IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_FIRMWARE_TRACE); variable
23 module_param_named(sof_debug, sof_core_debug, int, 0444);
31 * sof_debug_check_flag - check if a given flag(s) is set in sof_core_debug
34 * Returns true if all bits set in mask is also set in sof_core_debug, otherwise
39 if ((sof_core_debug & mask) == mask) in sof_debug_check_flag()
371 if (sof_core_debug) in snd_sof_device_probe()
372 dev_info(dev, "sof_debug value: %#x\n", sof_core_debug); in snd_sof_device_probe()
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dcore.c22 int sof_core_debug; variable
23 module_param_named(sof_debug, sof_core_debug, int, 0444);
206 (sof_core_debug & SOF_DBG_ENABLE_TRACE)) { in sof_probe_continue()
H A Dsof-priv.h31 extern int sof_core_debug;
H A Ddebug.c696 (sof_core_debug & SOF_DBG_RETAIN_CTX)) { in snd_sof_handle_fw_exception()

Completed in 4 milliseconds