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:axi_s_clk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-mtk-nor.c
122
struct clk *
axi_s_clk
;
member
709
clk_disable_unprepare(sp->
axi_s_clk
);
in mtk_nor_disable_clk()
733
ret = clk_prepare_enable(sp->
axi_s_clk
);
in mtk_nor_enable_clk()
816
struct clk *spi_clk, *ctlr_clk, *axi_clk, *
axi_s_clk
;
in mtk_nor_probe()
local
835
axi_s_clk
= devm_clk_get_optional(&pdev->dev, "axi_s");
in mtk_nor_probe()
836
if (IS_ERR(
axi_s_clk
))
in mtk_nor_probe()
837
return PTR_ERR(
axi_s_clk
);
in mtk_nor_probe()
874
sp->
axi_s_clk
=
axi_s_clk
;
in mtk_nor_probe()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H
A
D
pcie-qcom.c
151
struct clk *
axi_s_clk
;
member
985
res->
axi_s_clk
= devm_clk_get(dev, "axi_s");
in qcom_pcie_get_resources_2_3_3()
986
if (IS_ERR(res->
axi_s_clk
))
in qcom_pcie_get_resources_2_3_3()
987
return PTR_ERR(res->
axi_s_clk
);
in qcom_pcie_get_resources_2_3_3()
1012
clk_disable_unprepare(res->
axi_s_clk
);
in qcom_pcie_deinit_2_3_3()
1063
ret = clk_prepare_enable(res->
axi_s_clk
);
in qcom_pcie_init_2_3_3()
1112
clk_disable_unprepare(res->
axi_s_clk
);
in qcom_pcie_init_2_3_3()
Completed in 4 milliseconds