Home
last modified time | relevance | path

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

/openbmc/qemu/hw/input/
H A Dpckbd.c186 if (s->extended_state) { in kbd_pending()
283 if (s->extended_state) { in kbd_queue()
547 return s->extended_state; in kbd_extended_state_needed()
568 if (s->extended_state) { in kbd_pre_save()
725 ks->extended_state = true; in i8042_mmio_init()
898 if (isa_s->kbd_throttle && !isa_s->kbd.extended_state) { in i8042_realizefn()
937 DEFINE_PROP_BOOL("extended-state", ISAKBDState, kbd.extended_state, true),
/openbmc/qemu/include/hw/input/
H A Di8042.h27 bool extended_state; member
/openbmc/linux/drivers/acpi/nfit/
H A Dintel.h64 u8 extended_state; member
H A Dintel.c93 if (nd_cmd.cmd.extended_state & ND_INTEL_SEC_ESTATE_ENABLED) in intel_security_flags()
97 if (nd_cmd.cmd.extended_state & ND_INTEL_SEC_ESTATE_PLIMIT) in intel_security_flags()
/openbmc/linux/tools/testing/nvdimm/test/
H A Dnfit.c951 nd_cmd->extended_state = sec->ext_state; in nd_intel_test_cmd_security_status()