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:SIS_OH
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis.h
459
struct
SIS_OH
{
struct
460
struct
SIS_OH
*poh_next;
461
struct
SIS_OH
*poh_prev;
468
struct
SIS_OH
aoh[1];
472
struct
SIS_OH
oh_free;
473
struct
SIS_OH
oh_used;
474
struct
SIS_OH
*poh_freelist;
H
A
D
sis_main.c
97
static struct
SIS_OH
* sisfb_poh_new_node(struct SIS_HEAP *memheap);
98
static struct
SIS_OH
* sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
99
static void sisfb_delete_node(struct
SIS_OH
*poh);
100
static void sisfb_insert_node(struct
SIS_OH
*pohList, struct
SIS_OH
*poh);
101
static struct
SIS_OH
* sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
102
static void sisfb_free_node(struct SIS_HEAP *memheap, struct
SIS_OH
*poh);
3174
struct
SIS_OH
*poh;
in sisfb_heap_init()
3226
static struct
SIS_OH
*
3230
struct
SIS_OH
*po
in sisfb_poh_new_node()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis.h
458
struct
SIS_OH
{
struct
459
struct
SIS_OH
*poh_next;
460
struct
SIS_OH
*poh_prev;
467
struct
SIS_OH
aoh[1];
471
struct
SIS_OH
oh_free;
472
struct
SIS_OH
oh_used;
473
struct
SIS_OH
*poh_freelist;
H
A
D
sis_main.c
98
static struct
SIS_OH
* sisfb_poh_new_node(struct SIS_HEAP *memheap);
99
static struct
SIS_OH
* sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
100
static void sisfb_delete_node(struct
SIS_OH
*poh);
101
static void sisfb_insert_node(struct
SIS_OH
*pohList, struct
SIS_OH
*poh);
102
static struct
SIS_OH
* sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
103
static void sisfb_free_node(struct SIS_HEAP *memheap, struct
SIS_OH
*poh);
3186
struct
SIS_OH
*poh;
in sisfb_heap_init()
3238
static struct
SIS_OH
*
3242
struct
SIS_OH
*po
in sisfb_poh_new_node()
[all...]
Completed in 12 milliseconds