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
defs:idle_state
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/linux/pinctrl/
H
A
D
devinfo.h
36
struct pinctrl_state *
idle_state
;
member
/kernel/linux/linux-6.6/include/linux/pinctrl/
H
A
D
devinfo.h
42
struct pinctrl_state *
idle_state
;
member
/kernel/linux/linux-5.10/drivers/mux/
H
A
D
gpio.c
52
s32
idle_state
;
in mux_gpio_probe()
local
H
A
D
mmio.c
77
s32
idle_state
= MUX_IDLE_AS_IS;
in mux_mmio_probe()
local
H
A
D
adg792a.c
65
s32
idle_state
[3];
in adg792a_probe()
local
H
A
D
adgs1408.c
59
s32
idle_state
;
in adgs1408_probe()
local
/kernel/linux/linux-6.6/drivers/mux/
H
A
D
gpio.c
54
s32
idle_state
;
in mux_gpio_probe()
local
H
A
D
mmio.c
77
s32
idle_state
= MUX_IDLE_AS_IS;
in mux_mmio_probe()
local
H
A
D
adg792a.c
65
s32
idle_state
[3];
in adg792a_probe()
local
H
A
D
adgs1408.c
59
s32
idle_state
;
in adgs1408_probe()
local
/kernel/linux/linux-5.10/include/linux/mux/
H
A
D
driver.h
49
int
idle_state
;
member
/kernel/linux/linux-6.6/include/linux/mux/
H
A
D
driver.h
51
int
idle_state
;
member
/kernel/linux/linux-5.10/drivers/cpuidle/
H
A
D
dt_idle_states.c
21
static int init_state_node(struct cpuidle_state *
idle_state
,
in init_state_node()
argument
153
struct cpu
idle_state
*
idle_state
;
dt_init_idle_driver()
local
[all...]
H
A
D
cpuidle-powernv.c
190
int
idle_state
;
in powernv_cpuidle_driver_init()
local
H
A
D
cpuidle-pseries.c
327
int
idle_state
;
in pseries_cpuidle_driver_init()
local
/kernel/linux/linux-6.6/drivers/cpuidle/
H
A
D
dt_idle_states.c
20
static int init_state_node(struct cpuidle_state *
idle_state
,
in init_state_node()
argument
152
struct cpu
idle_state
*
idle_state
;
dt_init_idle_driver()
local
[all...]
H
A
D
cpuidle-powernv.c
193
int
idle_state
;
in powernv_cpuidle_driver_init()
local
H
A
D
cpuidle-pseries.c
331
int
idle_state
;
in pseries_cpuidle_driver_init()
local
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
pm33xx-core.c
426
struct amx3_idle_state *
idle_state
= &idle_states[index];
in amx3_idle_enter()
local
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
pm33xx-core.c
421
struct amx3_idle_state *
idle_state
= &idle_states[index];
in amx3_idle_enter()
local
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
idle.c
20
void sched_idle_set_state(struct cpuidle_state *
idle_state
)
in sched_idle_set_state()
argument
22
idle_set_state(this_rq(),
idle_state
);
in sched_idle_set_state()
local
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
idle.c
17
void sched_idle_set_state(struct cpuidle_state *
idle_state
)
in sched_idle_set_state()
argument
19
idle_set_state(this_rq(),
idle_state
);
in sched_idle_set_state()
local
/kernel/linux/linux-5.10/drivers/i2c/muxes/
H
A
D
i2c-mux-pca954x.c
84
s32
idle_state
;
member
255
s32
idle_state
;
in pca954x_deselect_mux()
local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/muxes/
H
A
D
i2c-mux-pca954x.c
97
s32
idle_state
;
member
322
s32
idle_state
;
in pca954x_deselect_mux()
local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
paca.h
183
unsigned long
idle_state
;
member
Completed in 14 milliseconds
1
2