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:pal_desc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.h
63
struct pxafb_dma_descriptor
pal_desc
[PAL_MAX * 2];
member
H
A
D
pxafb.c
1069
struct pxafb_dma_descriptor *dma_desc, *
pal_desc
;
in setup_frame_dma()
local
1086
pal_desc
= &fbi->dma_buff->
pal_desc
[pal];
in setup_frame_dma()
1087
pal_desc_off = offsetof(struct pxafb_dma_buff,
pal_desc
[pal]);
in setup_frame_dma()
1089
pal_desc
->fsadr = fbi->dma_buff_phys + pal * PALETTE_SIZE;
in setup_frame_dma()
1090
pal_desc
->fidr = 0;
in setup_frame_dma()
1093
pal_desc
->ldcmd = fbi->palette_size * sizeof(u16);
in setup_frame_dma()
1095
pal_desc
->ldcmd = fbi->palette_size * sizeof(u32);
in setup_frame_dma()
1097
pal_desc
->ldcmd |= LDCMD_PAL;
in setup_frame_dma()
1100
pal_desc
in setup_frame_dma()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxafb.h
63
struct pxafb_dma_descriptor
pal_desc
[PAL_MAX * 2];
member
H
A
D
pxafb.c
1066
struct pxafb_dma_descriptor *dma_desc, *
pal_desc
;
in setup_frame_dma()
local
1083
pal_desc
= &fbi->dma_buff->
pal_desc
[pal];
in setup_frame_dma()
1084
pal_desc_off = offsetof(struct pxafb_dma_buff,
pal_desc
[pal]);
in setup_frame_dma()
1086
pal_desc
->fsadr = fbi->dma_buff_phys + pal * PALETTE_SIZE;
in setup_frame_dma()
1087
pal_desc
->fidr = 0;
in setup_frame_dma()
1090
pal_desc
->ldcmd = fbi->palette_size * sizeof(u16);
in setup_frame_dma()
1092
pal_desc
->ldcmd = fbi->palette_size * sizeof(u32);
in setup_frame_dma()
1094
pal_desc
->ldcmd |= LDCMD_PAL;
in setup_frame_dma()
1097
pal_desc
in setup_frame_dma()
[all...]
Completed in 6 milliseconds