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:post_rate_change
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk_test.c
2278
struct clk_mux_notifier_rate_change
post_rate_change
;
member
2299
ctx->
post_rate_change
.old_rate = clk_data->old_rate;
in clk_mux_notifier_callback()
2300
ctx->
post_rate_change
.new_rate = clk_data->new_rate;
in clk_mux_notifier_callback()
2301
ctx->
post_rate_change
.done = true;
in clk_mux_notifier_callback()
2302
wake_up_interruptible(&ctx->
post_rate_change
.wq);
in clk_mux_notifier_callback()
2320
init_waitqueue_head(&ctx->
post_rate_change
.wq);
in clk_mux_notifier_test_init()
2391
ret = wait_event_interruptible_timeout(ctx->
post_rate_change
.wq,
in clk_mux_notifier_set_parent_test()
2392
ctx->
post_rate_change
.done,
in clk_mux_notifier_set_parent_test()
2396
KUNIT_EXPECT_EQ(test, ctx->
post_rate_change
.old_rate, DUMMY_CLOCK_RATE_1);
in clk_mux_notifier_set_parent_test()
2397
KUNIT_EXPECT_EQ(test, ctx->
post_rate_change
in clk_mux_notifier_set_parent_test()
[all...]
/kernel/linux/linux-5.10/drivers/clk/tegra/
H
A
D
clk.h
271
* @
post_rate_change
: Callback which is invoked right after changing
350
void (*
post_rate_change
)(void);
member
H
A
D
clk-pll.c
792
if (state && pll->params->
post_rate_change
)
in _program_pll()
793
pll->params->
post_rate_change
();
in _program_pll()
H
A
D
clk-tegra30.c
503
.
post_rate_change
= tegra_cclk_post_pllx_rate_change,
H
A
D
clk-tegra20.c
395
.
post_rate_change
= tegra_cclk_post_pllx_rate_change,
/kernel/linux/linux-6.6/drivers/clk/tegra/
H
A
D
clk.h
271
* @
post_rate_change
: Callback which is invoked right after changing
350
void (*
post_rate_change
)(void);
member
H
A
D
clk-pll.c
795
if (state && pll->params->
post_rate_change
)
in _program_pll()
796
pll->params->
post_rate_change
();
in _program_pll()
H
A
D
clk-tegra30.c
505
.
post_rate_change
= tegra_cclk_post_pllx_rate_change,
H
A
D
clk-tegra20.c
397
.
post_rate_change
= tegra_cclk_post_pllx_rate_change,
Completed in 20 milliseconds