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
defs:fbmem
(Results
1 - 19
of
19
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H
A
D
fb_mem.c
68
struct fb_mem *
fbmem
= NULL;
in FbMemLookup()
local
93
struct fb_mem *
fbmem
= NULL;
in register_driver()
local
115
struct fb_mem *
fbmem
= NULL;
unregister_driver()
local
[all...]
H
A
D
key_cache.h
87
struct fb_mem *
fbmem
; /* vnode points to the cache */
member
H
A
D
key_cache.c
109
struct KeyCache *KeyCacheAlloc(struct fb_mem *
fbmem
, const char *name, uint8_t len)
in KeyCacheAlloc()
argument
149
int KeyCacheLookup(const char *name, int len, struct fb_mem **
fbmem
)
in KeyCacheLookup()
argument
166
void FbMemKeyCacheFree(struct fb_mem *
fbmem
) {
in FbMemKeyCacheFree()
argument
[all...]
H
A
D
fb.c
61
void *
fbmem
; /* Start of frame buffer memory */
member
75
struct fb_mem *
fbmem
= NULL;
in fb_open()
local
107
int fb_close(struct fb_mem *
fbmem
)
in fb_close()
argument
308
getplaneinfo(struct fb_mem *
fbmem
, struct fb_planeinfo_s **result)
getplaneinfo()
argument
[all...]
H
A
D
fb.h
323
void *
fbmem
; /* Start of frame buffer memory */
member
350
void *
fbmem
; /* Start of frame buffer virtual memory */
member
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H
A
D
display_layer.c
40
struct fb_mem *
fbmem
;
member
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H
A
D
viafbdev.h
62
unsigned int
fbmem
; /*framebuffer physical memory address */
member
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H
A
D
viafbdev.h
62
unsigned int
fbmem
; /*framebuffer physical memory address */
member
/third_party/libdrm/freedreno/kgsl/
H
A
D
kgsl_bo.c
195
void *
fbmem
= drm_mmap(NULL, size, PROT_READ | PROT_WRITE,
in fd_bo_from_fbdev()
local
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sh7760fb.c
376
void *
fbmem
;
in sh7760fb_alloc_mem()
local
H
A
D
sm501fb.c
95
void __iomem *
fbmem
; /* remapped framebuffer */
member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
sh7760fb.c
376
void *
fbmem
;
in sh7760fb_alloc_mem()
local
H
A
D
sm501fb.c
95
void __iomem *
fbmem
; /* remapped framebuffer */
member
/third_party/NuttX/drivers/video/
H
A
D
fb.c
51
void *
fbmem
; /* Start of frame buffer memory */
member
387
uintptr_t
fbmem
= (uintptr_t)fb->
fbmem
;
in fb_ioctl()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
via-core.h
81
void __iomem *
fbmem
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
via-core.h
81
void __iomem *
fbmem
;
member
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
via-camera.c
80
void __iomem *
fbmem
; /* Frame buffer memory */
member
/kernel/linux/linux-6.6/drivers/media/platform/via/
H
A
D
via-camera.c
79
void __iomem *
fbmem
; /* Frame buffer memory */
member
/third_party/NuttX/include/nuttx/video/
H
A
D
fb.h
311
void *
fbmem
; /* Start of frame buffer memory */
member
341
void *
fbmem
; /* Start of frame buffer virtual memory */
member
Completed in 17 milliseconds