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:status_clk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
xilinx_sdfec.c
176
* @
status_clk
: Status AXI4-Stream Slave clock
186
struct clk *
status_clk
;
member
1290
clks->
status_clk
= devm_clk_get(&pdev->dev, "m_axis_status_aclk");
in xsdfec_clk_init()
1291
if (IS_ERR(clks->
status_clk
)) {
in xsdfec_clk_init()
1292
if (PTR_ERR(clks->
status_clk
) != -ENOENT) {
in xsdfec_clk_init()
1293
err = PTR_ERR(clks->
status_clk
);
in xsdfec_clk_init()
1296
clks->
status_clk
= NULL;
in xsdfec_clk_init()
1342
err = clk_prepare_enable(clks->
status_clk
);
in xsdfec_clk_init()
1344
dev_err(&pdev->dev, "failed to enable
status_clk
(%d)\n", err);
in xsdfec_clk_init()
1370
clk_disable_unprepare(clks->
status_clk
);
in xsdfec_disable_all_clks()
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
xilinx_sdfec.c
177
* @
status_clk
: Status AXI4-Stream Slave clock
187
struct clk *
status_clk
;
member
1257
clks->
status_clk
= devm_clk_get(&pdev->dev, "m_axis_status_aclk");
in xsdfec_clk_init()
1258
if (IS_ERR(clks->
status_clk
)) {
in xsdfec_clk_init()
1259
if (PTR_ERR(clks->
status_clk
) != -ENOENT) {
in xsdfec_clk_init()
1260
err = PTR_ERR(clks->
status_clk
);
in xsdfec_clk_init()
1263
clks->
status_clk
= NULL;
in xsdfec_clk_init()
1309
err = clk_prepare_enable(clks->
status_clk
);
in xsdfec_clk_init()
1311
dev_err(&pdev->dev, "failed to enable
status_clk
(%d)\n", err);
in xsdfec_clk_init()
1337
clk_disable_unprepare(clks->
status_clk
);
in xsdfec_disable_all_clks()
[all...]
Completed in 4 milliseconds