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:valid_la
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/core/
H
A
D
cec-adap.c
273
* If
valid_la
is true (this message is for us or was sent by us),
283
bool
valid_la
)
in cec_queue_msg_monitor()
286
u32 monitor_mode =
valid_la
? CEC_MODE_MONITOR :
in cec_queue_msg_monitor()
1049
bool
valid_la
= true;
in cec_received_msg_ts()
local
1093
valid_la
= cec_has_log_addr(adap, msg_dest);
in cec_received_msg_ts()
1101
if (
valid_la
&& msg->len > 1 && cec_msg_size[cmd]) {
in cec_received_msg_ts()
1106
valid_la
= false;
in cec_received_msg_ts()
1108
valid_la
= false;
in cec_received_msg_ts()
1110
valid_la
= false;
in cec_received_msg_ts()
1114
valid_la
in cec_received_msg_ts()
281
cec_queue_msg_monitor(struct cec_adapter *adap, const struct cec_msg *msg, bool
valid_la
)
cec_queue_msg_monitor()
argument
[all...]
/kernel/linux/linux-6.6/drivers/media/cec/core/
H
A
D
cec-adap.c
253
* If
valid_la
is true (this message is for us or was sent by us),
263
bool
valid_la
)
in cec_queue_msg_monitor()
266
u32 monitor_mode =
valid_la
? CEC_MODE_MONITOR :
in cec_queue_msg_monitor()
1054
bool
valid_la
= true;
in cec_received_msg_ts()
local
1099
valid_la
= cec_has_log_addr(adap, msg_dest);
in cec_received_msg_ts()
1100
monitor_valid_la =
valid_la
;
in cec_received_msg_ts()
1109
if (
valid_la
&& msg->len > 1 && cec_msg_size[cmd]) {
in cec_received_msg_ts()
1114
valid_la
= false;
in cec_received_msg_ts()
1116
valid_la
= false;
in cec_received_msg_ts()
1118
valid_la
in cec_received_msg_ts()
261
cec_queue_msg_monitor(struct cec_adapter *adap, const struct cec_msg *msg, bool
valid_la
)
cec_queue_msg_monitor()
argument
[all...]
Completed in 4 milliseconds