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:bgrt_image
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
bgrt.c
15
static void *
bgrt_image
;
variable
73
bgrt_image
= memremap(bgrt_tab.image_address, bgrt_image_size,
in bgrt_init()
75
if (!
bgrt_image
) {
in bgrt_init()
80
bin_attr_image.private =
bgrt_image
;
in bgrt_init()
98
memunmap(
bgrt_image
);
in bgrt_init()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
bgrt.c
15
static void *
bgrt_image
;
variable
73
bgrt_image
= memremap(bgrt_tab.image_address, bgrt_image_size,
in bgrt_init()
75
if (!
bgrt_image
) {
in bgrt_init()
80
bin_attr_image.private =
bgrt_image
;
in bgrt_init()
98
memunmap(
bgrt_image
);
in bgrt_init()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
efifb.c
146
void *
bgrt_image
= NULL;
in efifb_show_boot_graphics()
local
173
bgrt_image
= memremap(bgrt_tab.image_address, bgrt_image_size,
in efifb_show_boot_graphics()
175
if (!
bgrt_image
) {
in efifb_show_boot_graphics()
183
file_header =
bgrt_image
;
in efifb_show_boot_graphics()
187
dib_header =
bgrt_image
+ sizeof(*file_header);
in efifb_show_boot_graphics()
226
efifb_copy_bmp(
bgrt_image
+ file_header->bitmap_offset +
in efifb_show_boot_graphics()
233
memunmap(
bgrt_image
);
in efifb_show_boot_graphics()
237
memunmap(
bgrt_image
);
in efifb_show_boot_graphics()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
efifb.c
156
void *
bgrt_image
= NULL;
in efifb_show_boot_graphics()
local
183
bgrt_image
= memremap(bgrt_tab.image_address, bgrt_image_size,
in efifb_show_boot_graphics()
185
if (!
bgrt_image
) {
in efifb_show_boot_graphics()
193
file_header =
bgrt_image
;
in efifb_show_boot_graphics()
197
dib_header =
bgrt_image
+ sizeof(*file_header);
in efifb_show_boot_graphics()
235
efifb_copy_bmp(
bgrt_image
+ file_header->bitmap_offset +
in efifb_show_boot_graphics()
242
memunmap(
bgrt_image
);
in efifb_show_boot_graphics()
246
memunmap(
bgrt_image
);
in efifb_show_boot_graphics()
Completed in 3 milliseconds