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:query_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
exc3000.c
78
struct mutex
query_lock
;
member
197
if (mutex_is_locked(&data->
query_lock
)) {
in exc3000_interrupt()
240
mutex_lock(&data->
query_lock
);
in fw_version_show()
247
mutex_unlock(&data->
query_lock
);
in fw_version_show()
252
mutex_unlock(&data->
query_lock
);
in fw_version_show()
269
mutex_lock(&data->
query_lock
);
in exc3000_get_model()
275
mutex_unlock(&data->
query_lock
);
in exc3000_get_model()
280
mutex_unlock(&data->
query_lock
);
in exc3000_get_model()
329
mutex_init(&data->
query_lock
);
in exc3000_probe()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
exc3000.c
82
struct mutex
query_lock
;
member
232
mutex_lock(&data->
query_lock
);
in exc3000_vendor_data_request()
261
mutex_unlock(&data->
query_lock
);
in exc3000_vendor_data_request()
358
mutex_init(&data->
query_lock
);
in exc3000_probe()
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
tvp5150.c
852
static int
query_lock
(struct v4l2_subdev *sd)
in query_lock()
function
868
*std_id =
query_lock
(sd) ? tvp5150_read_std(sd) : V4L2_STD_UNKNOWN;
in tvp5150_querystd()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tvp5150.c
852
static int
query_lock
(struct v4l2_subdev *sd)
in query_lock()
function
868
*std_id =
query_lock
(sd) ? tvp5150_read_std(sd) : V4L2_STD_UNKNOWN;
in tvp5150_querystd()
Completed in 8 milliseconds