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
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
efi-bgrt.c
6
* Based on the
bgrt
driver:
17
#include <linux/efi-
bgrt
.h>
31
struct acpi_table_bgrt *
bgrt
= &bgrt_tab;
in efi_bgrt_init()
local
44
*
bgrt
= *(struct acpi_table_bgrt *)table;
in efi_bgrt_init()
50
if (
bgrt
->version > 1) {
in efi_bgrt_init()
52
bgrt
->version);
in efi_bgrt_init()
55
if (
bgrt
->image_type != 0) {
in efi_bgrt_init()
57
bgrt
->image_type);
in efi_bgrt_init()
60
if (!
bgrt
->image_address) {
in efi_bgrt_init()
65
if (efi_mem_type(
bgrt
in efi_bgrt_init()
[all...]
H
A
D
Makefile
13
obj-$(CONFIG_ACPI_BGRT) += efi-
bgrt
.o
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
efi-bgrt.c
6
* Based on the
bgrt
driver:
17
#include <linux/efi-
bgrt
.h>
31
struct acpi_table_bgrt *
bgrt
= &bgrt_tab;
in efi_bgrt_init()
local
44
*
bgrt
= *(struct acpi_table_bgrt *)table;
in efi_bgrt_init()
50
if (
bgrt
->version > 1) {
in efi_bgrt_init()
52
bgrt
->version);
in efi_bgrt_init()
55
if (
bgrt
->image_type != 0) {
in efi_bgrt_init()
57
bgrt
->image_type);
in efi_bgrt_init()
60
if (!
bgrt
->image_address) {
in efi_bgrt_init()
65
if (efi_mem_type(
bgrt
in efi_bgrt_init()
[all...]
H
A
D
Makefile
13
obj-$(CONFIG_ACPI_BGRT) += efi-
bgrt
.o
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
bgrt.c
13
#include <linux/efi-
bgrt
.h>
83
bgrt_kobj = kobject_create_and_add("
bgrt
", acpi_kobj);
in bgrt_init()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
bgrt.c
13
#include <linux/efi-
bgrt
.h>
83
bgrt_kobj = kobject_create_and_add("
bgrt
", acpi_kobj);
in bgrt_init()
H
A
D
Makefile
104
obj-$(CONFIG_ACPI_BGRT) +=
bgrt
.o
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
efi.c
15
#include <linux/efi-
bgrt
.h>
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
efi.c
13
#include <linux/efi-
bgrt
.h>
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
acpi.c
18
#include <linux/efi-
bgrt
.h>
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
acpi.c
19
#include <linux/efi-
bgrt
.h>
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H
A
D
efi.c
37
#include <linux/efi-
bgrt
.h>
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
efifb.c
12
#include <linux/efi-
bgrt
.h>
118
* they have shown some text messages. While keeping the
bgrt
filled with info
119
* for the native resolution. If the
bgrt
image intended for the native
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
efifb.c
13
#include <linux/efi-
bgrt
.h>
128
* they have shown some text messages. While keeping the
bgrt
filled with info
129
* for the native resolution. If the
bgrt
image intended for the native
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H
A
D
efi.c
37
#include <linux/efi-
bgrt
.h>
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
H
A
D
boot.c
21
#include <linux/efi-
bgrt
.h>
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H
A
D
boot.c
22
#include <linux/efi-
bgrt
.h>
Completed in 12 milliseconds