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:C_REENABLE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sa1100fb.h
89
#define
C_REENABLE
(4)
macro
H
A
D
pxafb.h
185
#define
C_REENABLE
(4)
macro
H
A
D
sa1100fb.c
230
* 1. When we are changing VT (
C_REENABLE
) while unblanking (C_ENABLE)
in sa1100fb_schedule_work()
235
if (fbi->task_state == C_ENABLE && state ==
C_REENABLE
)
in sa1100fb_schedule_work()
238
state =
C_REENABLE
;
in sa1100fb_schedule_work()
710
sa1100fb_schedule_work(fbi,
C_REENABLE
);
in sa1100fb_activate_var()
876
if (old_state == C_STARTUP && state ==
C_REENABLE
)
in set_ctrlr_state()
917
case
C_REENABLE
:
in set_ctrlr_state()
H
A
D
pxafb.c
115
* 1. When we are changing VT (
C_REENABLE
) while unblanking
in pxafb_schedule_work()
122
if (fbi->task_state == C_ENABLE && state ==
C_REENABLE
)
in pxafb_schedule_work()
125
state =
C_REENABLE
;
in pxafb_schedule_work()
1402
pxafb_schedule_work(fbi,
C_REENABLE
);
in pxafb_activate_var()
1553
if (old_state == C_STARTUP && state ==
C_REENABLE
)
in set_ctrlr_state()
1595
case
C_REENABLE
:
in set_ctrlr_state()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
sa1100fb.h
89
#define
C_REENABLE
(4)
macro
H
A
D
pxafb.h
185
#define
C_REENABLE
(4)
macro
H
A
D
sa1100fb.c
229
* 1. When we are changing VT (
C_REENABLE
) while unblanking (C_ENABLE)
in sa1100fb_schedule_work()
234
if (fbi->task_state == C_ENABLE && state ==
C_REENABLE
)
in sa1100fb_schedule_work()
237
state =
C_REENABLE
;
in sa1100fb_schedule_work()
709
sa1100fb_schedule_work(fbi,
C_REENABLE
);
in sa1100fb_activate_var()
875
if (old_state == C_STARTUP && state ==
C_REENABLE
)
in set_ctrlr_state()
916
case
C_REENABLE
:
in set_ctrlr_state()
H
A
D
pxafb.c
115
* 1. When we are changing VT (
C_REENABLE
) while unblanking
in pxafb_schedule_work()
122
if (fbi->task_state == C_ENABLE && state ==
C_REENABLE
)
in pxafb_schedule_work()
125
state =
C_REENABLE
;
in pxafb_schedule_work()
1399
pxafb_schedule_work(fbi,
C_REENABLE
);
in pxafb_activate_var()
1550
if (old_state == C_STARTUP && state ==
C_REENABLE
)
in set_ctrlr_state()
1592
case
C_REENABLE
:
in set_ctrlr_state()
Completed in 11 milliseconds