Home
last modified time | relevance | path

Searched refs:bgrt (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/firmware/efi/
A Defi-bgrt.c31 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->image_address) != EFI_BOOT_SERVICES_DATA) { in efi_bgrt_init()
69 image = early_memremap(bgrt->image_address, sizeof(bmp_header)); in efi_bgrt_init()
83 efi_mem_reserve(bgrt->image_address, bgrt_image_size); in efi_bgrt_init()
[all …]
A DMakefile13 obj-$(CONFIG_ACPI_BGRT) += efi-bgrt.o
/linux-6.3-rc2/drivers/acpi/
A DMakefile105 obj-$(CONFIG_ACPI_BGRT) += bgrt.o
A DKconfig468 /sys/firmware/acpi/bgrt/ .
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-firmware-acpi44 What: /sys/firmware/acpi/bgrt/

Completed in 9 milliseconds