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:core_enabled
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H
A
D
hdmi5.c
126
hdmi->
core_enabled
= true;
in hdmi_power_on_core()
138
hdmi->
core_enabled
= false;
in hdmi_power_off_core()
436
need_enable = hdmi->
core_enabled
== false;
in hdmi5_bridge_get_edid()
H
A
D
hdmi4.c
122
hdmi->
core_enabled
= true;
in hdmi_power_on_core()
139
hdmi->
core_enabled
= false;
in hdmi_power_off_core()
447
need_enable = hdmi->
core_enabled
== false;
in hdmi4_bridge_get_edid()
H
A
D
hdmi.h
365
bool
core_enabled
;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
hdmi4.c
126
hdmi.
core_enabled
= true;
in hdmi_power_on_core()
138
hdmi.
core_enabled
= false;
in hdmi_power_off_core()
459
bool need_enable = !hdmi.
core_enabled
;
in hdmi_read_edid()
H
A
D
hdmi5.c
143
hdmi.
core_enabled
= true;
in hdmi_power_on_core()
155
hdmi.
core_enabled
= false;
in hdmi_power_off_core()
492
need_enable = hdmi.
core_enabled
== false;
in hdmi_read_edid()
H
A
D
hdmi.h
343
bool
core_enabled
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
hdmi5.c
141
hdmi.
core_enabled
= true;
in hdmi_power_on_core()
153
hdmi.
core_enabled
= false;
in hdmi_power_off_core()
490
need_enable = hdmi.
core_enabled
== false;
in hdmi_read_edid()
H
A
D
hdmi4.c
124
hdmi.
core_enabled
= true;
in hdmi_power_on_core()
136
hdmi.
core_enabled
= false;
in hdmi_power_off_core()
457
bool need_enable = !hdmi.
core_enabled
;
in hdmi_read_edid()
H
A
D
hdmi.h
343
bool
core_enabled
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H
A
D
hdmi4.c
123
hdmi->
core_enabled
= true;
in hdmi_power_on_core()
140
hdmi->
core_enabled
= false;
in hdmi_power_off_core()
448
need_enable = hdmi->
core_enabled
== false;
in hdmi4_bridge_get_edid()
H
A
D
hdmi5.c
127
hdmi->
core_enabled
= true;
in hdmi_power_on_core()
139
hdmi->
core_enabled
= false;
in hdmi_power_off_core()
437
need_enable = hdmi->
core_enabled
== false;
in hdmi5_bridge_get_edid()
H
A
D
hdmi.h
365
bool
core_enabled
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
sched.h
1283
unsigned int
core_enabled
;
member
1358
return static_branch_unlikely(&__sched_core_enabled) && rq->
core_enabled
;
in sched_core_enabled()
1380
if (rq->
core_enabled
)
in __rq_lockp()
H
A
D
core.c
375
cpu_rq(t)->
core_enabled
= enabled;
in __sched_core_flip()
388
cpu_rq(cpu)->
core_enabled
= enabled;
in __sched_core_flip()
10736
rq->
core_enabled
= 0;
in sched_init()
Completed in 31 milliseconds