Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/input/
H A Di8042.h93 static inline bool i8042_present(void) in i8042_present() function
105 return i8042_present() ? 0x1 << 1 : 0x0 ; in iapc_boot_arch_8042()
/openbmc/linux/drivers/input/serio/
H A Di8042.c133 static bool i8042_present; variable
355 if (!i8042_present) in i8042_command()
1631 i8042_present = true; in i8042_init()
1663 if (!i8042_present) in i8042_exit()