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:n_clks
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci_da850.c
181
if (hpriv->
n_clks
< 2) {
in ahci_da850_probe()
188
hpriv->
n_clks
= 2;
in ahci_da850_probe()
190
rc = devm_clk_bulk_get(dev, hpriv->
n_clks
, hpriv->clks);
in ahci_da850_probe()
H
A
D
libahci_platform.c
112
for (i = 0; i < hpriv->
n_clks
; i++) {
in ahci_platform_find_clk()
132
return clk_bulk_prepare_enable(hpriv->
n_clks
, hpriv->clks);
in ahci_platform_enable_clks()
146
clk_bulk_disable_unprepare(hpriv->
n_clks
, hpriv->clks);
in ahci_platform_disable_clks()
502
hpriv->
n_clks
= rc;
in ahci_platform_get_resources()
519
hpriv->
n_clks
= 1;
in ahci_platform_get_resources()
H
A
D
ahci_dm816.c
72
if (hpriv->
n_clks
< 2) {
in ahci_dm816_phy_init()
H
A
D
ahci.h
349
unsigned int
n_clks
;
member
/kernel/linux/linux-5.10/drivers/clk/davinci/
H
A
D
pll.c
777
int
n_clks
= max_sysclk_id + 1;
in of_davinci_pll_init()
local
786
clks = kmalloc_array(
n_clks
, sizeof(*clks), GFP_KERNEL);
in of_davinci_pll_init()
794
clk_data->clk_num =
n_clks
;
in of_davinci_pll_init()
796
for (i = 0; i <
n_clks
; i++)
in of_davinci_pll_init()
/kernel/linux/linux-6.6/drivers/clk/davinci/
H
A
D
pll.c
777
int
n_clks
= max_sysclk_id + 1;
in of_davinci_pll_init()
local
786
clks = kmalloc_array(
n_clks
, sizeof(*clks), GFP_KERNEL);
in of_davinci_pll_init()
794
clk_data->clk_num =
n_clks
;
in of_davinci_pll_init()
796
for (i = 0; i <
n_clks
; i++)
in of_davinci_pll_init()
Completed in 7 milliseconds