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:la_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/core/
H
A
D
cec-adap.c
1406
const u8 *
la_list
;
in cec_config_thread_func()
local
1417
la_list
= type2addrs[type];
in cec_config_thread_func()
1423
last_la =
la_list
[0];
in cec_config_thread_func()
1432
for (j = 0;
la_list
[j] != CEC_LOG_ADDR_INVALID; j++) {
in cec_config_thread_func()
1434
if (
la_list
[j] == last_la)
in cec_config_thread_func()
1437
if ((
la_list
[j] == CEC_LOG_ADDR_BACKUP_1 ||
in cec_config_thread_func()
1438
la_list
[j] == CEC_LOG_ADDR_BACKUP_2) &&
in cec_config_thread_func()
1442
err = cec_config_log_addr(adap, i,
la_list
[j]);
in cec_config_thread_func()
1451
if (
la_list
[j] == CEC_LOG_ADDR_INVALID)
in cec_config_thread_func()
/kernel/linux/linux-6.6/drivers/media/cec/core/
H
A
D
cec-adap.c
1423
const u8 *
la_list
;
in cec_config_thread_func()
local
1434
la_list
= type2addrs[type];
in cec_config_thread_func()
1440
last_la =
la_list
[0];
in cec_config_thread_func()
1456
for (j = 0;
la_list
[j] != CEC_LOG_ADDR_INVALID; j++) {
in cec_config_thread_func()
1458
if (
la_list
[j] == last_la)
in cec_config_thread_func()
1461
if ((
la_list
[j] == CEC_LOG_ADDR_BACKUP_1 ||
in cec_config_thread_func()
1462
la_list
[j] == CEC_LOG_ADDR_BACKUP_2) &&
in cec_config_thread_func()
1466
err = cec_config_log_addr(adap, i,
la_list
[j]);
in cec_config_thread_func()
1475
if (
la_list
[j] == CEC_LOG_ADDR_INVALID)
in cec_config_thread_func()
Completed in 5 milliseconds