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:fb_vtable_s
(Results
1 - 2
of
2
) sorted by relevance
/third_party/NuttX/include/nuttx/video/
H
A
D
fb.h
471
struct
fb_vtable_s
struct
477
int (*getvideoinfo)(struct
fb_vtable_s
*vtable,
479
int (*getplaneinfo)(struct
fb_vtable_s
*vtable, int planeno,
487
int (*getcmap)(struct
fb_vtable_s
*vtable,
489
int (*putcmap)(struct
fb_vtable_s
*vtable,
498
int (*getcursor)(struct
fb_vtable_s
*vtable,
500
int (*setcursor)(struct
fb_vtable_s
*vtable,
509
int (*waitforvsync)(struct
fb_vtable_s
*vtable);
517
int (*getoverlayinfo)(struct
fb_vtable_s
*vtable, int overlayno,
524
int (*settransp)(struct
fb_vtable_s
*vtabl
[all...]
/third_party/NuttX/drivers/video/
H
A
D
fb.c
50
struct
fb_vtable_s
*vtable; /* Framebuffer interface */
101
struct
fb_vtable_s
*vtable;
in fb_mmap()
137
struct
fb_vtable_s
*vtable;
in fb_open()
174
struct
fb_vtable_s
*vtable;
in fb_close()
Completed in 3 milliseconds