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:BAD_CLK_INDEX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/
H
A
D
clk-kona.c
819
* Returns the index, or
BAD_CLK_INDEX
if it's not found.
829
return
BAD_CLK_INDEX
;
in parent_index()
838
* or
BAD_CLK_INDEX
if the found value is out of range.
860
if (index ==
BAD_CLK_INDEX
)
in selector_read_index()
889
if (sel->clk_index ==
BAD_CLK_INDEX
) {
in __sel_commit()
895
if (index ==
BAD_CLK_INDEX
)
in __sel_commit()
1127
return index ==
BAD_CLK_INDEX
? 0 : index;
in kona_peri_clk_get_parent()
H
A
D
clk-kona.h
31
#define
BAD_CLK_INDEX
U8_MAX /* Can't ever be valid */
macro
355
.clk_index =
BAD_CLK_INDEX
, \
/kernel/linux/linux-6.6/drivers/clk/bcm/
H
A
D
clk-kona.c
811
* Returns the index, or
BAD_CLK_INDEX
if it's not found.
821
return
BAD_CLK_INDEX
;
in parent_index()
830
* or
BAD_CLK_INDEX
if the found value is out of range.
852
if (index ==
BAD_CLK_INDEX
)
in selector_read_index()
881
if (sel->clk_index ==
BAD_CLK_INDEX
) {
in __sel_commit()
887
if (index ==
BAD_CLK_INDEX
)
in __sel_commit()
1119
return index ==
BAD_CLK_INDEX
? 0 : index;
in kona_peri_clk_get_parent()
H
A
D
clk-kona.h
23
#define
BAD_CLK_INDEX
U8_MAX /* Can't ever be valid */
macro
347
.clk_index =
BAD_CLK_INDEX
, \
Completed in 8 milliseconds