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:get_parent
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
H
A
D
clk-ddr.c
109
.
get_parent
= rockchip_ddrclk_get_parent,
158
.
get_parent
= rockchip_ddrclk_get_parent,
215
.
get_parent
= rockchip_ddrclk_get_parent,
H
A
D
clk-pll.c
506
cur_parent = pll_mux_ops->
get_parent
(&pll_mux->hw);
in rockchip_rk3036_pll_set_params()
720
cur_parent = pll_mux_ops->
get_parent
(&pll_mux->hw);
in rockchip_rk3066_pll_set_params()
962
cur_parent = pll_mux_ops->
get_parent
(&pll_mux->hw);
in rockchip_rk3399_pll_set_params()
H
A
D
clk.c
140
frac->rate_change_idx = frac->mux_ops->
get_parent
(&frac_mux->hw);
in rockchip_clk_frac_notifier_cb()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_vop2_clk.c
184
.
get_parent
= vop2_mux_get_parent,
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_vop2_clk.c
202
.
get_parent
= vop2_mux_get_parent,
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
clk-provider.h
140
* @
get_parent
: Queries the hardware to determine the parent of a clock. The
235
u8 (*
get_parent
)(struct clk_hw *hw);
member
736
* Clock with multiple selectable parents. Implements .
get_parent
, .set_parent
747
* .
get_parent
clk_op.
Completed in 8 milliseconds