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:cooked_font
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
sticon.c
181
struct sti_cooked_font *
cooked_font
;
in sticon_set_font()
local
204
cooked_font
= kzalloc(sizeof(*
cooked_font
), GFP_KERNEL);
in sticon_set_font()
205
if (!
cooked_font
) {
in sticon_set_font()
209
cooked_font
->raw = new_font;
in sticon_set_font()
210
cooked_font
->raw_ptr = new_font;
in sticon_set_font()
211
cooked_font
->width = w;
in sticon_set_font()
212
cooked_font
->height = h;
in sticon_set_font()
213
FNTREFCOUNT(
cooked_font
) = 0; /* usage counter */
in sticon_set_font()
222
FNTCRC(
cooked_font
)
in sticon_set_font()
[all...]
H
A
D
sticore.c
497
struct sti_cooked_font *
cooked_font
;
in sti_select_fbfont()
local
531
cooked_font
= kzalloc(sizeof(*
cooked_font
), GFP_KERNEL);
in sti_select_fbfont()
532
if (!
cooked_font
) {
in sti_select_fbfont()
537
cooked_font
->raw = nf;
in sti_select_fbfont()
538
cooked_font
->raw_ptr = nf;
in sti_select_fbfont()
539
cooked_font
->next_font = NULL;
in sti_select_fbfont()
541
cooked_rom->font_start =
cooked_font
;
in sti_select_fbfont()
543
return
cooked_font
;
in sti_select_fbfont()
629
struct sti_cooked_font *
cooked_font
;
in sti_cook_fonts()
local
[all...]
/kernel/linux/linux-6.6/drivers/video/console/
H
A
D
sticon.c
180
struct sti_cooked_font *
cooked_font
;
in sticon_set_font()
local
203
cooked_font
= kzalloc(sizeof(*
cooked_font
), GFP_KERNEL);
in sticon_set_font()
204
if (!
cooked_font
) {
in sticon_set_font()
208
cooked_font
->raw = new_font;
in sticon_set_font()
209
cooked_font
->raw_ptr = new_font;
in sticon_set_font()
210
cooked_font
->width = w;
in sticon_set_font()
211
cooked_font
->height = h;
in sticon_set_font()
212
FNTREFCOUNT(
cooked_font
) = 0; /* usage counter */
in sticon_set_font()
221
FNTCRC(
cooked_font
)
in sticon_set_font()
[all...]
/kernel/linux/linux-6.6/drivers/video/
H
A
D
sticore.c
527
struct sti_cooked_font *
cooked_font
;
in sti_select_fbfont()
local
561
cooked_font
= kzalloc(sizeof(*
cooked_font
), GFP_KERNEL);
in sti_select_fbfont()
562
if (!
cooked_font
) {
in sti_select_fbfont()
567
cooked_font
->raw = nf;
in sti_select_fbfont()
568
cooked_font
->raw_ptr = nf;
in sti_select_fbfont()
569
cooked_font
->next_font = NULL;
in sti_select_fbfont()
571
cooked_rom->font_start =
cooked_font
;
in sti_select_fbfont()
573
return
cooked_font
;
in sti_select_fbfont()
679
struct sti_cooked_font *
cooked_font
;
in sti_cook_fonts()
local
[all...]
Completed in 4 milliseconds