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.c584 const struct dell_bios_keymap_entry *bios_entry = in handle_dmi_entry() local
588 u16 keycode = (bios_entry->keycode < in handle_dmi_entry()
590 bios_to_linux_keycode[bios_entry->keycode] : in handle_dmi_entry()
591 (bios_entry->keycode == 0xffff ? KEY_UNKNOWN : KEY_RESERVED); in handle_dmi_entry()
600 bios_entry->scancode, bios_entry->keycode); in handle_dmi_entry()
608 keymap[pos].code = bios_entry->scancode; in handle_dmi_entry()
/openbmc/qemu/hw/ppc/
H A De500.c919 hwaddr bios_entry = 0; in ppce500_init() local
1196 &bios_entry, &loadaddr, NULL, NULL, in ppce500_init()
1204 payload_size = load_uimage(filename, &bios_entry, &loadaddr, NULL, in ppce500_init()
1276 boot_info->entry = bios_entry; in ppce500_init()