Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sof_core_debug
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
core.c
22
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
D
core.c
22
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
D
sof-priv.h
31
extern int
sof_core_debug
;
H
A
D
debug.c
696
(
sof_core_debug
& SOF_DBG_RETAIN_CTX)) {
in snd_sof_handle_fw_exception()
Completed in 4 milliseconds