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:cursor_on
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_ctl.c
47
bool
cursor_on
;
member
277
ctl->
cursor_on
= enable;
in mdp5_ctl_set_cursor()
388
if (ctl->
cursor_on
)
in mdp5_ctl_blend()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H
A
D
mdp5_ctl.c
47
bool
cursor_on
;
member
279
ctl->
cursor_on
= enable;
in mdp5_ctl_set_cursor()
390
if (ctl->
cursor_on
)
in mdp5_ctl_blend()
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H
A
D
intelfbhw.c
439
DBG_MSG("
cursor_on
is %d\n", dinfo->
cursor_on
);
in intelfbhw_do_blank()
441
if (dinfo->
cursor_on
) {
in intelfbhw_do_blank()
446
dinfo->
cursor_on
= 1;
in intelfbhw_do_blank()
1875
dinfo->
cursor_on
= 0;
in intelfbhw_cursor_hide()
1900
dinfo->
cursor_on
= 1;
in intelfbhw_cursor_show()
H
A
D
intelfb.h
343
int
cursor_on
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H
A
D
intelfbhw.c
437
DBG_MSG("
cursor_on
is %d\n", dinfo->
cursor_on
);
in intelfbhw_do_blank()
439
if (dinfo->
cursor_on
) {
in intelfbhw_do_blank()
444
dinfo->
cursor_on
= 1;
in intelfbhw_do_blank()
1873
dinfo->
cursor_on
= 0;
in intelfbhw_cursor_hide()
1898
dinfo->
cursor_on
= 1;
in intelfbhw_cursor_show()
H
A
D
intelfb.h
343
int
cursor_on
;
member
Completed in 9 milliseconds