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:CNTL_BGR
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/
H
A
D
pl111_display.c
261
cntl |= CNTL_ST_LCDBPP24_PACKED |
CNTL_BGR
;
in pl111_display_enable()
271
cntl |= CNTL_LCDBPP24 |
CNTL_BGR
;
in pl111_display_enable()
280
cntl |= CNTL_LCDBPP24 |
CNTL_BGR
;
in pl111_display_enable()
286
cntl |= CNTL_LCDBPP16 | CNTL_ST_1XBPP_565 |
CNTL_BGR
;
in pl111_display_enable()
292
cntl |= CNTL_LCDBPP16 |
CNTL_BGR
;
in pl111_display_enable()
296
cntl |= CNTL_LCDBPP16_565 |
CNTL_BGR
;
in pl111_display_enable()
302
cntl |= CNTL_ST_1XBPP_5551 |
CNTL_BGR
;
in pl111_display_enable()
310
cntl |=
CNTL_BGR
;
in pl111_display_enable()
316
cntl |= CNTL_ST_1XBPP_444 |
CNTL_BGR
;
in pl111_display_enable()
324
cntl |=
CNTL_BGR
;
in pl111_display_enable()
[all...]
H
A
D
pl111_drm.h
80
#define
CNTL_BGR
(1 << 8)
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/pl111/
H
A
D
pl111_display.c
262
cntl |= CNTL_ST_LCDBPP24_PACKED |
CNTL_BGR
;
in pl111_display_enable()
272
cntl |= CNTL_LCDBPP24 |
CNTL_BGR
;
in pl111_display_enable()
281
cntl |= CNTL_LCDBPP24 |
CNTL_BGR
;
in pl111_display_enable()
287
cntl |= CNTL_LCDBPP16 | CNTL_ST_1XBPP_565 |
CNTL_BGR
;
in pl111_display_enable()
293
cntl |= CNTL_LCDBPP16 |
CNTL_BGR
;
in pl111_display_enable()
297
cntl |= CNTL_LCDBPP16_565 |
CNTL_BGR
;
in pl111_display_enable()
303
cntl |= CNTL_ST_1XBPP_5551 |
CNTL_BGR
;
in pl111_display_enable()
311
cntl |=
CNTL_BGR
;
in pl111_display_enable()
317
cntl |= CNTL_ST_1XBPP_444 |
CNTL_BGR
;
in pl111_display_enable()
325
cntl |=
CNTL_BGR
;
in pl111_display_enable()
[all...]
H
A
D
pl111_drm.h
80
#define
CNTL_BGR
(1 << 8)
macro
/kernel/linux/linux-5.10/include/linux/amba/
H
A
D
clcd.h
199
val &= ~
CNTL_BGR
;
in clcdfb_decode()
201
val |=
CNTL_BGR
;
in clcdfb_decode()
203
val ^=
CNTL_BGR
;
in clcdfb_decode()
H
A
D
clcd-regs.h
68
#define
CNTL_BGR
(1 << 8)
macro
/kernel/linux/linux-6.6/include/linux/amba/
H
A
D
clcd.h
199
val &= ~
CNTL_BGR
;
in clcdfb_decode()
201
val |=
CNTL_BGR
;
in clcdfb_decode()
203
val ^=
CNTL_BGR
;
in clcdfb_decode()
H
A
D
clcd-regs.h
68
#define
CNTL_BGR
(1 << 8)
macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
amba-clcd.c
145
caps = fb->panel->cntl &
CNTL_BGR
?
in clcdfb_set_bitfields()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
amba-clcd.c
132
caps = fb->panel->cntl &
CNTL_BGR
?
in clcdfb_set_bitfields()
Completed in 7 milliseconds