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:regmap_lock
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/
H
A
D
hdac_regmap.c
431
mutex_lock(&codec->
regmap_lock
);
in reg_raw_write()
436
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_write()
472
mutex_lock(&codec->
regmap_lock
);
in reg_raw_read()
477
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_read()
519
mutex_lock(&codec->
regmap_lock
);
in reg_raw_update()
537
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_update()
566
mutex_lock(&codec->
regmap_lock
);
in reg_raw_update_once()
572
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_update_once()
600
mutex_lock(&codec->
regmap_lock
);
in snd_hdac_regmap_sync()
603
mutex_unlock(&codec->
regmap_lock
);
in snd_hdac_regmap_sync()
[all...]
H
A
D
hdac_device.c
60
mutex_init(&codec->
regmap_lock
);
in snd_hdac_device_init()
/kernel/linux/linux-6.6/sound/hda/
H
A
D
hdac_regmap.c
430
mutex_lock(&codec->
regmap_lock
);
in reg_raw_write()
435
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_write()
471
mutex_lock(&codec->
regmap_lock
);
in reg_raw_read()
476
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_read()
518
mutex_lock(&codec->
regmap_lock
);
in reg_raw_update()
536
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_update()
564
mutex_lock(&codec->
regmap_lock
);
in reg_raw_update_once()
568
mutex_unlock(&codec->
regmap_lock
);
in reg_raw_update_once()
596
mutex_lock(&codec->
regmap_lock
);
in snd_hdac_regmap_sync()
599
mutex_unlock(&codec->
regmap_lock
);
in snd_hdac_regmap_sync()
[all...]
H
A
D
hdac_device.c
60
mutex_init(&codec->
regmap_lock
);
in snd_hdac_device_init()
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
internal.h
57
regmap_lock
lock;
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
internal.h
62
regmap_lock
lock;
/kernel/linux/linux-5.10/include/linux/
H
A
D
regmap.h
226
typedef void (*
regmap_lock
)(void *);
typedef
363
regmap_lock
lock;
/kernel/linux/linux-6.6/include/linux/
H
A
D
regmap.h
244
typedef void (*
regmap_lock
)(void *);
typedef
406
regmap_lock
lock;
/kernel/linux/linux-5.10/include/sound/
H
A
D
hdaudio.h
90
struct mutex
regmap_lock
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hdaudio.h
93
struct mutex
regmap_lock
;
member
Completed in 17 milliseconds