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_rom_font
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/video/
H
A
D
sticore.c
526
struct
sti_rom_font
*nf;
in sti_select_fbfont()
541
size += sizeof(struct
sti_rom_font
);
in sti_select_fbfont()
558
dest += sizeof(struct
sti_rom_font
);
in sti_select_fbfont()
589
p += sizeof(struct
sti_rom_font
);
in sti_dump_font()
665
struct
sti_rom_font
*f = font_start->raw;
in sti_dump_rom()
678
struct
sti_rom_font
*raw_font, *font_start;
in sti_cook_fonts()
714
int size = f->raw->bytes_per_char * (f->raw->last_char + 1) + sizeof(struct
sti_rom_font
);
in sti_font_convert_bytemode()
715
struct
sti_rom_font
*old_font;
in sti_font_convert_bytemode()
732
f->raw = (struct
sti_rom_font
*) (n + 3);
in sti_font_convert_bytemode()
756
struct
sti_rom_font
*raw_fon
in sti_get_bmode_rom()
[all...]
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
sticore.c
496
struct
sti_rom_font
*nf;
in sti_select_fbfont()
511
size += sizeof(struct
sti_rom_font
);
in sti_select_fbfont()
528
dest += sizeof(struct
sti_rom_font
);
in sti_select_fbfont()
615
struct
sti_rom_font
*f = font_start->raw;
in sti_dump_rom()
628
struct
sti_rom_font
*raw_font, *font_start;
in sti_cook_fonts()
664
int size = f->raw->bytes_per_char * 256 + sizeof(struct
sti_rom_font
);
in sti_font_convert_bytemode()
665
struct
sti_rom_font
*old_font;
in sti_font_convert_bytemode()
682
f->raw = (struct
sti_rom_font
*) (n + 3);
in sti_font_convert_bytemode()
706
struct
sti_rom_font
*raw_font, *font_start;
in sti_get_bmode_rom()
H
A
D
sticon.c
180
struct
sti_rom_font
*new_font;
in sticon_set_font()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sticore.h
227
struct
sti_rom_font
{
struct
243
struct
sti_rom_font
*raw; /* native ptr for STI functions */
/kernel/linux/linux-6.6/include/video/
H
A
D
sticore.h
228
struct
sti_rom_font
{
struct
244
struct
sti_rom_font
*raw; /* native ptr for STI functions */
/kernel/linux/linux-6.6/drivers/video/console/
H
A
D
sticon.c
179
struct
sti_rom_font
*new_font;
in sticon_set_font()
Completed in 7 milliseconds