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:lock_fhs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/cec/core/
H
A
D
cec-adap.c
143
mutex_lock(&adap->devnode.
lock_fhs
);
in cec_queue_event()
146
mutex_unlock(&adap->devnode.
lock_fhs
);
in cec_queue_event()
160
mutex_lock(&adap->devnode.
lock_fhs
);
in cec_queue_pin_cec_event()
165
mutex_unlock(&adap->devnode.
lock_fhs
);
in cec_queue_pin_cec_event()
178
mutex_lock(&adap->devnode.
lock_fhs
);
in cec_queue_pin_hpd_event()
181
mutex_unlock(&adap->devnode.
lock_fhs
);
in cec_queue_pin_hpd_event()
194
mutex_lock(&adap->devnode.
lock_fhs
);
in cec_queue_pin_5v_event()
197
mutex_unlock(&adap->devnode.
lock_fhs
);
in cec_queue_pin_5v_event()
269
mutex_lock(&adap->devnode.
lock_fhs
);
in cec_queue_msg_monitor()
274
mutex_unlock(&adap->devnode.
lock_fhs
);
in cec_queue_msg_monitor()
[all...]
H
A
D
cec-api.c
619
mutex_lock(&devnode->
lock_fhs
);
in cec_open()
621
mutex_unlock(&devnode->
lock_fhs
);
in cec_open()
651
mutex_lock(&devnode->
lock_fhs
);
in cec_release()
653
mutex_unlock(&devnode->
lock_fhs
);
in cec_release()
H
A
D
cec-core.c
184
mutex_lock(&devnode->
lock_fhs
);
in cec_devnode_unregister()
187
mutex_unlock(&devnode->
lock_fhs
);
in cec_devnode_unregister()
291
mutex_init(&adap->devnode.
lock_fhs
);
in cec_allocate_adapter()
/kernel/linux/linux-6.6/include/media/
H
A
D
cec.h
32
* @
lock_fhs
: lock to control access to @fhs
38
* followed by @
lock_fhs
. It is safe to access @fhs if either lock is held.
55
struct mutex
lock_fhs
;
member
Completed in 4 milliseconds