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:cros_ec_query_all
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec.c
151
cros_ec_query_all
(ec_dev);
in cros_ec_ready_event()
191
err =
cros_ec_query_all
(ec_dev);
in cros_ec_register()
H
A
D
cros_ec_proto.c
405
*
cros_ec_query_all
() - Query the protocol version supported by the
411
int
cros_ec_query_all
(struct cros_ec_device *ec_dev)
in cros_ec_query_all()
function
560
EXPORT_SYMBOL(
cros_ec_query_all
);
variable
588
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_cmd_xfer()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec.c
163
cros_ec_query_all
(ec_dev);
in cros_ec_ready_event()
207
err =
cros_ec_query_all
(ec_dev);
in cros_ec_register()
H
A
D
cros_ec_proto_test.c
184
*
cros_ec_query_all
() will free din and dout and allocate them again to fit the usage by
in cros_ec_proto_test_query_all_pretest()
258
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_proto_test_query_all_normal()
366
*
cros_ec_query_all
() allocates din and dout correctly.
in cros_ec_proto_test_query_all_no_pd_return_error()
380
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_proto_test_query_all_no_pd_return_error()
431
*
cros_ec_query_all
() allocates din and dout correctly.
in cros_ec_proto_test_query_all_no_pd_return0()
445
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_proto_test_query_all_no_pd_return0()
502
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_proto_test_query_all_legacy_normal_v3_return_error()
567
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_proto_test_query_all_legacy_normal_v3_return0()
627
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_proto_test_query_all_legacy_xfer_error()
675
ret =
cros_ec_query_all
(ec_de
in cros_ec_proto_test_query_all_legacy_return_error()
[all...]
H
A
D
cros_ec_proto.c
490
*
cros_ec_query_all
() - Query the protocol version supported by the
496
int
cros_ec_query_all
(struct cros_ec_device *ec_dev)
in cros_ec_query_all()
function
585
EXPORT_SYMBOL(
cros_ec_query_all
);
variable
613
ret =
cros_ec_query_all
(ec_dev);
in cros_ec_cmd_xfer()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
cros_ec_proto.h
225
int
cros_ec_query_all
(struct cros_ec_device *ec_dev);
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
cros_ec_proto.h
249
int
cros_ec_query_all
(struct cros_ec_device *ec_dev);
Completed in 6 milliseconds