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:video_mem
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pxafb.h
101
void __iomem *
video_mem
;
member
121
void __iomem *
video_mem
; /* virtual address of frame buffer */
member
H
A
D
pxafb.c
834
if (ofb->
video_mem
) {
in overlayfb_check_video_memory()
916
ofb->
video_mem
= alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size),
in pxafb_overlay_map_video_memory()
918
if (ofb->
video_mem
== NULL)
in pxafb_overlay_map_video_memory()
921
ofb->video_mem_phys = virt_to_phys(ofb->
video_mem
);
in pxafb_overlay_map_video_memory()
929
ofb->fb.screen_base = ofb->
video_mem
;
in pxafb_overlay_map_video_memory()
976
if (ofb->
video_mem
)
in pxafb_overlay_exit()
977
free_pages_exact(ofb->
video_mem
,
in pxafb_overlay_exit()
1714
fbi->
video_mem
= alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO);
in pxafb_init_video_memory()
1715
if (fbi->
video_mem
== NULL)
in pxafb_init_video_memory()
1718
fbi->video_mem_phys = virt_to_phys(fbi->
video_mem
);
in pxafb_init_video_memory()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pxafb.h
101
void __iomem *
video_mem
;
member
121
void __iomem *
video_mem
; /* virtual address of frame buffer */
member
H
A
D
pxafb.c
832
if (ofb->
video_mem
) {
in overlayfb_check_video_memory()
913
ofb->
video_mem
= alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size),
in pxafb_overlay_map_video_memory()
915
if (ofb->
video_mem
== NULL)
in pxafb_overlay_map_video_memory()
918
ofb->video_mem_phys = virt_to_phys(ofb->
video_mem
);
in pxafb_overlay_map_video_memory()
926
ofb->fb.screen_base = ofb->
video_mem
;
in pxafb_overlay_map_video_memory()
973
if (ofb->
video_mem
)
in pxafb_overlay_exit()
974
free_pages_exact(ofb->
video_mem
,
in pxafb_overlay_exit()
1711
fbi->
video_mem
= alloc_pages_exact(size, GFP_KERNEL | __GFP_ZERO);
in pxafb_init_video_memory()
1712
if (fbi->
video_mem
== NULL)
in pxafb_init_video_memory()
1715
fbi->video_mem_phys = virt_to_phys(fbi->
video_mem
);
in pxafb_init_video_memory()
[all...]
Completed in 7 milliseconds