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:next_font
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
sticore.c
523
nf->
next_font
= 0;
in sti_select_fbfont()
539
cooked_font->
next_font
= NULL;
in sti_select_fbfont()
558
for (font = rom->font_start; font; font = font->
next_font
, i++) {
in sti_search_font()
584
font = font->
next_font
, i--);
in sti_select_font()
620
font_start = font_start->
next_font
;
in sti_dump_rom()
642
while (raw_font->
next_font
) {
in sti_cook_fonts()
643
raw_font = ((void *)font_start) + (raw_font->
next_font
);
in sti_cook_fonts()
645
cooked_font->
next_font
= kzalloc(sizeof(*cooked_font), GFP_KERNEL);
in sti_cook_fonts()
646
if (!cooked_font->
next_font
)
in sti_cook_fonts()
649
cooked_font = cooked_font->
next_font
;
in sti_cook_fonts()
[all...]
/kernel/linux/linux-6.6/drivers/video/
H
A
D
sticore.c
553
nf->
next_font
= 0;
in sti_select_fbfont()
569
cooked_font->
next_font
= NULL;
in sti_select_fbfont()
608
for (font = rom->font_start; font; font = font->
next_font
, i++) {
in sti_search_font()
634
font = font->
next_font
, i--);
in sti_select_font()
670
font_start = font_start->
next_font
;
in sti_dump_rom()
692
while (raw_font->
next_font
) {
in sti_cook_fonts()
693
raw_font = ((void *)font_start) + (raw_font->
next_font
);
in sti_cook_fonts()
695
cooked_font->
next_font
= kzalloc(sizeof(*cooked_font), GFP_KERNEL);
in sti_cook_fonts()
696
if (!cooked_font->
next_font
)
in sti_cook_fonts()
699
cooked_font = cooked_font->
next_font
;
in sti_cook_fonts()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sticore.h
234
s32
next_font
; /* note: signed int */
member
245
struct sti_cooked_font *
next_font
;
member
/kernel/linux/linux-6.6/include/video/
H
A
D
sticore.h
235
s32
next_font
; /* note: signed int */
member
246
struct sti_cooked_font *
next_font
;
member
Completed in 5 milliseconds