Home
last modified time | relevance | path

Searched refs:bios_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-base.c569 const struct dell_bios_keymap_entry *bios_entry = in handle_dmi_entry() local
573 u16 keycode = (bios_entry->keycode < in handle_dmi_entry()
575 bios_to_linux_keycode[bios_entry->keycode] : in handle_dmi_entry()
576 (bios_entry->keycode == 0xffff ? KEY_UNKNOWN : KEY_RESERVED); in handle_dmi_entry()
585 bios_entry->scancode, bios_entry->keycode); in handle_dmi_entry()
593 keymap[pos].code = bios_entry->scancode; in handle_dmi_entry()
/openbmc/qemu/hw/ppc/
H A De500.c920 hwaddr bios_entry = 0; in ppce500_init() local
1199 &bios_entry, &loadaddr, NULL, NULL, in ppce500_init()
1207 payload_size = load_uimage(filename, &bios_entry, &loadaddr, NULL, in ppce500_init()
1279 boot_info->entry = bios_entry; in ppce500_init()