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:hclk_pcie
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-rockchip.c
141
rockchip->
hclk_pcie
= devm_clk_get(dev, "hclk");
in rockchip_pcie_parse_dt()
142
if (IS_ERR(rockchip->
hclk_pcie
)) {
in rockchip_pcie_parse_dt()
144
return PTR_ERR(rockchip->
hclk_pcie
);
in rockchip_pcie_parse_dt()
386
err = clk_prepare_enable(rockchip->
hclk_pcie
);
in rockchip_pcie_enable_clocks()
388
dev_err(dev, "unable to enable
hclk_pcie
clock\n");
in rockchip_pcie_enable_clocks()
401
clk_disable_unprepare(rockchip->
hclk_pcie
);
in rockchip_pcie_enable_clocks()
415
clk_disable_unprepare(rockchip->
hclk_pcie
);
in rockchip_pcie_disable_clocks()
H
A
D
pcie-rockchip.h
301
struct clk *
hclk_pcie
;
member
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-rockchip.c
142
rockchip->
hclk_pcie
= devm_clk_get(dev, "hclk");
in rockchip_pcie_parse_dt()
143
if (IS_ERR(rockchip->
hclk_pcie
)) {
in rockchip_pcie_parse_dt()
145
return PTR_ERR(rockchip->
hclk_pcie
);
in rockchip_pcie_parse_dt()
387
err = clk_prepare_enable(rockchip->
hclk_pcie
);
in rockchip_pcie_enable_clocks()
389
dev_err(dev, "unable to enable
hclk_pcie
clock\n");
in rockchip_pcie_enable_clocks()
402
clk_disable_unprepare(rockchip->
hclk_pcie
);
in rockchip_pcie_enable_clocks()
416
clk_disable_unprepare(rockchip->
hclk_pcie
);
in rockchip_pcie_disable_clocks()
H
A
D
pcie-rockchip.h
304
struct clk *
hclk_pcie
;
member
Completed in 5 milliseconds