HomeSort by relevance Sort by last modified time
    Searched defs:firmware (Results 1 - 7 of 7) sorted by null

  /external/syslinux/gpxe/src/include/
sys_info.h 4 /* Information collected from firmware/bootloader */
12 char *firmware; /* "PCBIOS", "LinuxBIOS", etc. */ member in struct:sys_info
  /system/core/init/
uevent.h 29 std::string firmware; member in struct:android::init::Uevent
  /external/syslinux/
Makefile 31 # separate object directory for each firmware.
54 # 'objdir' - the top-level directory of output files for this firmware
89 firmware = $(all_firmware) macro
90 real-target := $(filter-out $(firmware), $(MAKECMDGOALS))
91 real-firmware := $(filter $(firmware), $(MAKECMDGOALS))
97 ifeq ($(real-firmware),)
98 real-firmware = $(firmware)
226 firmware = $(all_firmware macro
    [all...]
  /external/libdrm/amdgpu/
amdgpu_gpu_info.c 122 struct drm_amdgpu_info_firmware firmware = {}; local
126 request.return_pointer = (uintptr_t)&firmware;
127 request.return_size = sizeof(firmware);
138 *version = firmware.ver;
139 *feature = firmware.feature;
  /external/syslinux/com32/include/syslinux/
firmware.h 52 struct firmware { struct
67 extern struct firmware *firmware;
  /external/syslinux/core/
bios.c 8 #include <syslinux/firmware.h>
17 __export struct firmware *firmware = NULL; variable in typeref:struct:firmware
703 struct firmware bios_fw = {
718 firmware = &bios_fw;
  /external/syslinux/efi/
main.c 10 #include <syslinux/firmware.h>
127 * Inform the firmware that we failed to execute correctly, which
143 __export struct firmware *firmware = NULL; variable in typeref:struct:firmware
550 * @memory if the allocation succeeds. On success, the firmware memory
564 * free_pages - Return memory allocated by allocate_pages() to the firmware
568 * On success, the firmware memory map is updated accordingly.
787 * can't mix firmware and kernel bitness (e.g. 32-bit kernel on
788 * 64-bit EFI firmware) using the handover protocol.
1195 struct firmware efi_fw =
    [all...]

Completed in 391 milliseconds