• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/firmware/

Lines Matching refs:efi

42  *   move uuid_unparse() to include/asm-ia64/efi.h:efi_guid_unparse()
50 * Moved vars from /proc/efi to /proc/efi/vars, and made
51 * efi.c own the /proc/efi directory.
55 * At the request of Stephane, moved ownership of /proc/efi
56 * to efi.c, and now efivars lives under /proc/efi/vars.
76 #include <linux/efi.h>
95 * 2) efi.[gs]et_variable() calls.
97 * efi.get_next_variable() is only called from efivars_init(),
179 status = efi.get_variable(var->VariableName,
267 * entire efi variable structure.
295 status = efi.set_variable(new_var->VariableName,
441 status = efi.set_variable(new_var->VariableName,
502 status = efi.set_variable(del_var->VariableName,
545 if (efi.mps != EFI_INVALID_TABLE_ADDR)
546 str += sprintf(str, "MPS=0x%lx\n", efi.mps);
547 if (efi.acpi20 != EFI_INVALID_TABLE_ADDR)
548 str += sprintf(str, "ACPI20=0x%lx\n", efi.acpi20);
549 if (efi.acpi != EFI_INVALID_TABLE_ADDR)
550 str += sprintf(str, "ACPI=0x%lx\n", efi.acpi);
551 if (efi.smbios != EFI_INVALID_TABLE_ADDR)
552 str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios);
553 if (efi.hcdp != EFI_INVALID_TABLE_ADDR)
554 str += sprintf(str, "HCDP=0x%lx\n", efi.hcdp);
555 if (efi.boot_info != EFI_INVALID_TABLE_ADDR)
556 str += sprintf(str, "BOOTINFO=0x%lx\n", efi.boot_info);
557 if (efi.uga != EFI_INVALID_TABLE_ADDR)
558 str += sprintf(str, "UGA=0x%lx\n", efi.uga);
641 * For now we register the efi subsystem with the firmware subsystem
642 * and the vars subsystem with the efi subsystem. In the future, it
643 * might make sense to split off the efi subsystem into its own
669 /* For now we'll register the efi directory at /sys/firmware/efi */
670 efi_kobj = kobject_create_and_add("efi", firmware_kobj);
692 status = efi.get_next_variable(&variable_name_size,