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:intf_clks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H
A
D
icc-rpm.c
438
qp->
intf_clks
= devm_kcalloc(dev, cd_num, sizeof(*qp->
intf_clks
), GFP_KERNEL);
in qnoc_probe()
439
if (!qp->
intf_clks
)
in qnoc_probe()
463
qp->
intf_clks
[i].id = cds[i];
in qnoc_probe()
498
ret = devm_clk_bulk_get(dev, qp->num_intf_clks, qp->
intf_clks
);
in qnoc_probe()
513
ret = clk_bulk_prepare_enable(qp->num_intf_clks, qp->
intf_clks
);
in qnoc_probe()
523
qp->
intf_clks
);
in qnoc_probe()
541
qp->
intf_clks
);
in qnoc_probe()
550
clk_bulk_disable_unprepare(qp->num_intf_clks, qp->
intf_clks
);
in qnoc_probe()
H
A
D
icc-rpm.h
43
* @num_intf_clks: the total number of
intf_clks
clk_bulk_data entries
50
* @
intf_clks
: a clk_bulk_data array of interface clocks
63
struct clk_bulk_data *
intf_clks
;
member
Completed in 2 milliseconds