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:apb_phy_clk
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H
A
D
pcie-kirin.c
88
struct clk *
apb_phy_clk
;
member
132
kirin_pcie->
apb_phy_clk
= devm_clk_get(dev, "pcie_apb_phy");
in kirin_pcie_get_clk()
133
if (IS_ERR(kirin_pcie->
apb_phy_clk
))
in kirin_pcie_get_clk()
134
return PTR_ERR(kirin_pcie->
apb_phy_clk
);
in kirin_pcie_get_clk()
235
ret = clk_prepare_enable(kirin_pcie->
apb_phy_clk
);
in kirin_pcie_clk_ctrl()
254
clk_disable_unprepare(kirin_pcie->
apb_phy_clk
);
in kirin_pcie_clk_ctrl()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H
A
D
pcie-kirin.c
132
struct clk *
apb_phy_clk
;
member
163
phy->
apb_phy_clk
= devm_clk_get(dev, "pcie_apb_phy");
in hi3660_pcie_phy_get_clk()
164
if (IS_ERR(phy->
apb_phy_clk
))
in hi3660_pcie_phy_get_clk()
165
return PTR_ERR(phy->
apb_phy_clk
);
in hi3660_pcie_phy_get_clk()
258
ret = clk_prepare_enable(phy->
apb_phy_clk
);
in hi3660_pcie_phy_clk_ctrl()
277
clk_disable_unprepare(phy->
apb_phy_clk
);
in hi3660_pcie_phy_clk_ctrl()
/kernel/linux/linux-6.6/drivers/phy/hisilicon/
H
A
D
phy-hi3670-pcie.c
160
struct clk *
apb_phy_clk
;
member
609
ret = clk_prepare_enable(phy->
apb_phy_clk
);
in kirin_pcie_clk_ctrl()
628
clk_disable_unprepare(phy->
apb_phy_clk
);
in kirin_pcie_clk_ctrl()
772
phy->
apb_phy_clk
= devm_clk_get(dev, "apb_phy");
in hi3670_pcie_phy_get_resources()
773
if (IS_ERR(phy->
apb_phy_clk
))
in hi3670_pcie_phy_get_resources()
774
return PTR_ERR(phy->
apb_phy_clk
);
in hi3670_pcie_phy_get_resources()
Completed in 4 milliseconds