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:sti_mem_request
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
sticore.c
364
unsigned int
sti_mem_request
)
in sti_dump_globcfg()
398
cfg->sti_mem_addr,
sti_mem_request
);
in sti_dump_globcfg()
422
if (sti->
sti_mem_request
< 256)
in sti_init_glob_cfg()
423
sti->
sti_mem_request
= 256; /* STI default */
in sti_init_glob_cfg()
425
size = sizeof(struct sti_all_data) + sti->
sti_mem_request
- 256;
in sti_init_glob_cfg()
801
sti->
sti_mem_request
= raw->sti_mem_req;
in sti_read_rom()
932
sti_dump_globcfg(sti->glob_cfg, sti->
sti_mem_request
);
in sti_try_rom_generic()
363
sti_dump_globcfg(struct sti_glob_cfg *glob_cfg, unsigned int
sti_mem_request
)
sti_dump_globcfg()
argument
/kernel/linux/linux-6.6/drivers/video/
H
A
D
sticore.c
428
cfg->sti_mem_addr, sti->
sti_mem_request
);
in sti_dump_globcfg()
452
if (sti->
sti_mem_request
< 256)
in sti_init_glob_cfg()
453
sti->
sti_mem_request
= 256; /* STI default */
in sti_init_glob_cfg()
455
size = sizeof(struct sti_all_data) + sti->
sti_mem_request
- 256;
in sti_init_glob_cfg()
864
sti->
sti_mem_request
= raw->sti_mem_req;
in sti_read_rom()
866
sti->
sti_mem_request
, raw->reentsize);
in sti_read_rom()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sticore.h
79
u32 sti_mem_addr; /* pointer to global sti memory (size=
sti_mem_request
) */
332
/* min 256 bytes which is STI default, max sti->
sti_mem_request
*/
343
int
sti_mem_request
;
member
/kernel/linux/linux-6.6/include/video/
H
A
D
sticore.h
80
u32 *sti_mem_addr; /* pointer to global sti memory (size=
sti_mem_request
) */
333
/* min 256 bytes which is STI default, max sti->
sti_mem_request
*/
344
int
sti_mem_request
;
member
Completed in 6 milliseconds