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:api_ck_p
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
clock.c
34
struct omap1_clk *
api_ck_p
, *ck_dpll1_p, *ck_ref_p;
variable
187
api_ck_was_enabled = omap1_clk_is_enabled(&
api_ck_p
->hw);
in omap1_clk_is_enabled()
189
if (
api_ck_p
->ops->enable(
api_ck_p
) < 0)
in omap1_clk_is_enabled()
201
api_ck_p
->ops->disable(
api_ck_p
);
in omap1_clk_is_enabled()
219
api_ck_was_enabled = omap1_clk_is_enabled(&
api_ck_p
->hw);
in omap1_ckctl_recalc_dsp_domain()
221
api_ck_p
->ops->enable(
api_ck_p
);
in omap1_ckctl_recalc_dsp_domain()
224
api_ck_p
in omap1_ckctl_recalc_dsp_domain()
[all...]
H
A
D
clock.h
181
extern struct omap1_clk *
api_ck_p
, *ck_dpll1_p, *ck_ref_p;
H
A
D
clock_data.c
727
api_ck_p
= &api_ck.clk;
in omap1_clk_init()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
clock.c
31
struct clk *
api_ck_p
, *ck_dpll1_p, *ck_ref_p;
variable
183
omap1_clk_enable(
api_ck_p
);
in omap1_ckctl_recalc_dsp_domain()
185
omap1_clk_disable(
api_ck_p
);
in omap1_ckctl_recalc_dsp_domain()
501
retval = omap1_clk_enable(
api_ck_p
);
in omap1_clk_enable_dsp_domain()
504
omap1_clk_disable(
api_ck_p
);
in omap1_clk_enable_dsp_domain()
512
if (omap1_clk_enable(
api_ck_p
) == 0) {
in omap1_clk_disable_dsp_domain()
514
omap1_clk_disable(
api_ck_p
);
in omap1_clk_disable_dsp_domain()
H
A
D
clock.h
278
extern struct clk *
api_ck_p
, *ck_dpll1_p, *ck_ref_p;
H
A
D
clock_data.c
808
api_ck_p
= clk_get(NULL, "api_ck");
in omap1_clk_init()
Completed in 6 milliseconds