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:pre_rate_change
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk_test.c
2277
struct clk_mux_notifier_rate_change
pre_rate_change
;
member
2292
ctx->
pre_rate_change
.old_rate = clk_data->old_rate;
in clk_mux_notifier_callback()
2293
ctx->
pre_rate_change
.new_rate = clk_data->new_rate;
in clk_mux_notifier_callback()
2294
ctx->
pre_rate_change
.done = true;
in clk_mux_notifier_callback()
2295
wake_up_interruptible(&ctx->
pre_rate_change
.wq);
in clk_mux_notifier_callback()
2319
init_waitqueue_head(&ctx->
pre_rate_change
.wq);
in clk_mux_notifier_test_init()
2383
ret = wait_event_interruptible_timeout(ctx->
pre_rate_change
.wq,
in clk_mux_notifier_set_parent_test()
2384
ctx->
pre_rate_change
.done,
in clk_mux_notifier_set_parent_test()
2388
KUNIT_EXPECT_EQ(test, ctx->
pre_rate_change
.old_rate, DUMMY_CLOCK_RATE_1);
in clk_mux_notifier_set_parent_test()
2389
KUNIT_EXPECT_EQ(test, ctx->
pre_rate_change
in clk_mux_notifier_set_parent_test()
[all...]
/kernel/linux/linux-5.10/drivers/clk/tegra/
H
A
D
clk.h
269
* @
pre_rate_change
: Callback which is invoked just before changing
349
int (*
pre_rate_change
)(void);
member
H
A
D
clk-pll.c
757
if (state && pll->params->
pre_rate_change
) {
in _program_pll()
758
ret = pll->params->
pre_rate_change
();
in _program_pll()
H
A
D
clk-tegra30.c
502
.
pre_rate_change
= tegra_cclk_pre_pllx_rate_change,
H
A
D
clk-tegra20.c
394
.
pre_rate_change
= tegra_cclk_pre_pllx_rate_change,
/kernel/linux/linux-6.6/drivers/clk/tegra/
H
A
D
clk.h
269
* @
pre_rate_change
: Callback which is invoked just before changing
349
int (*
pre_rate_change
)(void);
member
H
A
D
clk-pll.c
760
if (state && pll->params->
pre_rate_change
) {
in _program_pll()
761
ret = pll->params->
pre_rate_change
();
in _program_pll()
H
A
D
clk-tegra30.c
504
.
pre_rate_change
= tegra_cclk_pre_pllx_rate_change,
H
A
D
clk-tegra20.c
396
.
pre_rate_change
= tegra_cclk_pre_pllx_rate_change,
Completed in 23 milliseconds