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:cmap_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
offb.c
53
int
cmap_type
;
member
133
switch (par->
cmap_type
) {
in offb_setcolreg()
204
switch (par->
cmap_type
) {
in offb_blank()
255
if (par->
cmap_type
== cmap_avivo) {
in offb_set_par()
330
par->
cmap_type
= cmap_r128;
in offb_init_palette_hacks()
335
par->
cmap_type
= cmap_M3A;
in offb_init_palette_hacks()
339
par->
cmap_type
= cmap_M3B;
in offb_init_palette_hacks()
343
par->
cmap_type
= cmap_radeon;
in offb_init_palette_hacks()
349
par->
cmap_type
= cmap_simple;
in offb_init_palette_hacks()
354
par->
cmap_type
in offb_init_palette_hacks()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
offb.c
55
int
cmap_type
;
member
136
switch (par->
cmap_type
) {
in offb_setcolreg()
207
switch (par->
cmap_type
) {
in offb_blank()
258
if (par->
cmap_type
== cmap_avivo) {
in offb_set_par()
333
par->
cmap_type
= cmap_r128;
in offb_init_palette_hacks()
338
par->
cmap_type
= cmap_M3A;
in offb_init_palette_hacks()
342
par->
cmap_type
= cmap_M3B;
in offb_init_palette_hacks()
346
par->
cmap_type
= cmap_radeon;
in offb_init_palette_hacks()
352
par->
cmap_type
= cmap_simple;
in offb_init_palette_hacks()
357
par->
cmap_type
in offb_init_palette_hacks()
[all...]
Completed in 2 milliseconds