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:pcm_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
patch_hdmi.c
144
struct mutex
pcm_lock
;
member
335
mutex_lock(&spec->
pcm_lock
);
in hdmi_eld_ctl_info()
346
mutex_unlock(&spec->
pcm_lock
);
in hdmi_eld_ctl_info()
361
mutex_lock(&spec->
pcm_lock
);
in hdmi_eld_ctl_get()
385
mutex_unlock(&spec->
pcm_lock
);
in hdmi_eld_ctl_get()
790
mutex_lock(&spec->
pcm_lock
);
in check_presence_and_report()
792
mutex_unlock(&spec->
pcm_lock
);
in check_presence_and_report()
1244
mutex_lock(&spec->
pcm_lock
);
in hdmi_pcm_open()
1319
mutex_unlock(&spec->
pcm_lock
);
in hdmi_pcm_open()
1839
mutex_lock(&spec->
pcm_lock
);
in hdmi_repoll_eld()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
patch_hdmi.c
156
struct mutex
pcm_lock
;
member
348
mutex_lock(&spec->
pcm_lock
);
in hdmi_eld_ctl_info()
359
mutex_unlock(&spec->
pcm_lock
);
in hdmi_eld_ctl_info()
374
mutex_lock(&spec->
pcm_lock
);
in hdmi_eld_ctl_get()
398
mutex_unlock(&spec->
pcm_lock
);
in hdmi_eld_ctl_get()
801
mutex_lock(&spec->
pcm_lock
);
in check_presence_and_report()
803
mutex_unlock(&spec->
pcm_lock
);
in check_presence_and_report()
1257
mutex_lock(&spec->
pcm_lock
);
in hdmi_pcm_open()
1324
mutex_unlock(&spec->
pcm_lock
);
in hdmi_pcm_open()
1871
mutex_lock(&spec->
pcm_lock
);
in hdmi_repoll_eld()
[all...]
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
i2s.c
92
spinlock_t
pcm_lock
;
member
826
spin_lock_irqsave(&priv->
pcm_lock
, flags);
in i2s_startup()
838
spin_unlock_irqrestore(&priv->
pcm_lock
, flags);
in i2s_startup()
851
spin_lock_irqsave(&priv->
pcm_lock
, flags);
in i2s_shutdown()
863
spin_unlock_irqrestore(&priv->
pcm_lock
, flags);
in i2s_shutdown()
1428
spin_lock_init(&priv->
pcm_lock
);
in samsung_i2s_probe()
/kernel/linux/linux-6.6/sound/soc/samsung/
H
A
D
i2s.c
96
spinlock_t
pcm_lock
;
member
834
spin_lock_irqsave(&priv->
pcm_lock
, flags);
in i2s_startup()
846
spin_unlock_irqrestore(&priv->
pcm_lock
, flags);
in i2s_startup()
859
spin_lock_irqsave(&priv->
pcm_lock
, flags);
in i2s_shutdown()
871
spin_unlock_irqrestore(&priv->
pcm_lock
, flags);
in i2s_shutdown()
1448
spin_lock_init(&priv->
pcm_lock
);
in samsung_i2s_probe()
Completed in 14 milliseconds