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:cfg_ahb_clk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H
A
D
phy-qcom-qusb2.c
326
* @
cfg_ahb_clk
: AHB2PHY interface clock
346
struct clk *
cfg_ahb_clk
;
member
581
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_runtime_suspend()
606
ret = clk_prepare_enable(qphy->
cfg_ahb_clk
);
in qusb2_phy_runtime_resume()
632
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_runtime_resume()
661
ret = clk_prepare_enable(qphy->
cfg_ahb_clk
);
in qusb2_phy_init()
776
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_init()
798
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_exit()
867
qphy->
cfg_ahb_clk
= devm_clk_get(dev, "cfg_ahb");
in qusb2_phy_probe()
868
if (IS_ERR(qphy->
cfg_ahb_clk
)) {
in qusb2_phy_probe()
[all...]
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H
A
D
phy-qcom-qusb2.c
412
* @
cfg_ahb_clk
: AHB2PHY interface clock
432
struct clk *
cfg_ahb_clk
;
member
667
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_runtime_suspend()
692
ret = clk_prepare_enable(qphy->
cfg_ahb_clk
);
in qusb2_phy_runtime_resume()
718
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_runtime_resume()
747
ret = clk_prepare_enable(qphy->
cfg_ahb_clk
);
in qusb2_phy_init()
867
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_init()
889
clk_disable_unprepare(qphy->
cfg_ahb_clk
);
in qusb2_phy_exit()
977
qphy->
cfg_ahb_clk
= devm_clk_get(dev, "cfg_ahb");
in qusb2_phy_probe()
978
if (IS_ERR(qphy->
cfg_ahb_clk
))
in qusb2_phy_probe()
[all...]
Completed in 3 milliseconds