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:clk_in1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/clocking-wizard/
H
A
D
clk-xlnx-clock-wizard.c
45
* @
clk_in1
: Handle to input clock '
clk_in1
'
56
struct clk *
clk_in1
;
member
83
if (ndata->clk == clk_wzrd->
clk_in1
)
in clk_wzrd_clk_notifier()
158
clk_wzrd->
clk_in1
= devm_clk_get(&pdev->dev, "
clk_in1
");
in clk_wzrd_probe()
159
if (IS_ERR(clk_wzrd->
clk_in1
)) {
in clk_wzrd_probe()
160
if (clk_wzrd->
clk_in1
!= ERR_PTR(-EPROBE_DEFER))
in clk_wzrd_probe()
161
dev_err(&pdev->dev, "
clk_in1
not found\n");
in clk_wzrd_probe()
162
return PTR_ERR(clk_wzrd->
clk_in1
);
in clk_wzrd_probe()
[all...]
/kernel/linux/linux-6.6/drivers/clk/xilinx/
H
A
D
clk-xlnx-clock-wizard.c
90
* @
clk_in1
: Handle to input clock '
clk_in1
'
101
struct clk *
clk_in1
;
member
543
if (ndata->clk == clk_wzrd->
clk_in1
)
in clk_wzrd_clk_notifier()
622
clk_wzrd->
clk_in1
= devm_clk_get(&pdev->dev, "
clk_in1
");
in clk_wzrd_probe()
623
if (IS_ERR(clk_wzrd->
clk_in1
))
in clk_wzrd_probe()
624
return dev_err_probe(&pdev->dev, PTR_ERR(clk_wzrd->
clk_in1
),
in clk_wzrd_probe()
625
"
clk_in1
not found\n");
in clk_wzrd_probe()
659
__clk_get_name(clk_wzrd->
clk_in1
),
in clk_wzrd_probe()
[all...]
Completed in 4 milliseconds