Home
last modified time | relevance | path

Searched refs:i8042 (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-trackpoint1 What: /sys/devices/platform/i8042/.../sensitivity
8 What: /sys/devices/platform/i8042/.../intertia
16 What: /sys/devices/platform/i8042/.../reach
23 What: /sys/devices/platform/i8042/.../draghys
31 What: /sys/devices/platform/i8042/.../mindrag
38 What: /sys/devices/platform/i8042/.../speed
45 What: /sys/devices/platform/i8042/.../thresh
53 What: /sys/devices/platform/i8042/.../upthresh
61 What: /sys/devices/platform/i8042/.../ztime
69 What: /sys/devices/platform/i8042/.../jenks
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dqemuboot-x86.inc4 QB_CPU:x86 ?= "-cpu IvyBridge -machine q35,i8042=off"
5 QB_CPU_KVM:x86 ?= "-cpu IvyBridge -machine q35,i8042=off"
7 QB_CPU:x86-64 ?= "-cpu IvyBridge -machine q35,i8042=off"
8 QB_CPU_KVM:x86-64 ?= "-cpu IvyBridge -machine q35,i8042=off"
/openbmc/u-boot/doc/device-tree-bindings/input/
H A Di8042.txt1 i8042 Keyboard
3 The Intel i8042 is a keyboard controller used on many x86 PCs.
6 - compatible: "intel,i8042-keyboard"
/openbmc/qemu/hw/mips/
H A Djazz.c187 MMIOKBDState *i8042; in mips_jazz_init() local
365 i8042 = I8042_MMIO(qdev_new(TYPE_I8042_MMIO)); in mips_jazz_init()
366 qdev_prop_set_uint64(DEVICE(i8042), "mask", 1); in mips_jazz_init()
367 qdev_prop_set_uint32(DEVICE(i8042), "size", 0x1000); in mips_jazz_init()
368 sysbus_realize_and_unref(SYS_BUS_DEVICE(i8042), &error_fatal); in mips_jazz_init()
370 qdev_connect_gpio_out(DEVICE(i8042), I8042_KBD_IRQ, in mips_jazz_init()
372 qdev_connect_gpio_out(DEVICE(i8042), I8042_MOUSE_IRQ, in mips_jazz_init()
376 sysbus_mmio_get_region(SYS_BUS_DEVICE(i8042), in mips_jazz_init()
/openbmc/linux/arch/x86/kernel/
H A Dplatform-quirks.c11 x86_platform.legacy.i8042 = X86_LEGACY_I8042_EXPECTED_PRESENT; in x86_early_init_platform_quirks()
29 x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT; in x86_early_init_platform_quirks()
H A Djailhouse.c215 x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT; in jailhouse_init_platform()
/openbmc/qemu/hw/i386/
H A Dvmmouse.c72 ISAKBDState *i8042; member
138 i8042_isa_mouse_fake_event(s->i8042); in vmmouse_mouse_event()
306 if (!s->i8042) { in vmmouse_realizefn()
321 DEFINE_PROP_LINK("i8042", VMMouseState, i8042, TYPE_I8042, ISAKBDState *),
H A Dpc.c40 #include "hw/input/i8042.h"
1090 ISADevice *i8042, *port92, *vmmouse; in pc_superio_init() local
1112 "vmport requires the i8042 controller to be enabled"); in pc_superio_init()
1117 i8042 = isa_create_simple(isa_bus, TYPE_I8042); in pc_superio_init()
1125 object_property_set_link(OBJECT(vmmouse), TYPE_I8042, OBJECT(i8042), in pc_superio_init()
1132 qdev_connect_gpio_out_named(DEVICE(i8042), in pc_superio_init()
/openbmc/linux/drivers/input/serio/
H A DKconfig24 the architecture might use a PC serio device (i8042) to
30 tristate "i8042 PC Keyboard controller"
34 i8042 is the chip over which the standard AT keyboard and PS/2
41 module will be called i8042.
123 tristate "HP System Device Controller i8042 Support"
128 Controller", an i8042 carrying microcode to manage a
193 AUX ports on i8042 keyboard controller. Each serio port that is
H A DMakefile9 obj-$(CONFIG_SERIO_I8042) += i8042.o
H A Di8042-acpipnpio.h88 /* Quirk table for different mainboards. Options similar or identical to i8042
818 * Intel NUC D54250WYK - does not have i8042 controller but
1516 .name = "i8042 kbd",
1542 .name = "i8042 aux",
1593 if (x86_platform.legacy.i8042 != in i8042_pnp_init()
1651 "if this is incorrect please boot with i8042.nopnp\n"); in i8042_pnp_init()
1739 /* Just return if platform does not have i8042 controller */ in i8042_platform_init()
1740 if (x86_platform.legacy.i8042 == X86_LEGACY_I8042_PLATFORM_ABSENT) in i8042_platform_init()
1745 * On ix86 platforms touching the i8042 data register region can do really in i8042_platform_init()
1748 * if (!request_region(I8042_DATA_REG, 16, "i8042")) in i8042_platform_init()
[all...]
/openbmc/u-boot/arch/x86/dts/
H A Dkeyboard.dtsi3 compatible = "intel,i8042-keyboard";
/openbmc/u-boot/drivers/input/
H A DMakefile13 obj-$(CONFIG_I8042_KEYB) += i8042.o
H A DKconfig66 bool "Enable Intel i8042 keyboard support"
70 This adds a driver for the i8042 keyboard controller, allowing the
/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h244 enum x86_legacy_i8042_state i8042; member
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c42 x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT; in hv_vtl_init_platform()
/openbmc/linux/Documentation/input/
H A Duserio.rst82 debugging information from i8042, and play back the devices on /dev/userio. The
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8544ds.dtsi177 i8042@60 {
H A Dp2020ds.dtsi297 i8042@60 {
H A Dmpc8572ds.dtsi398 i8042@60 {
/openbmc/linux/arch/x86/kernel/acpi/
H A Dboot.c1044 x86_platform.legacy.i8042 != X86_LEGACY_I8042_PLATFORM_ABSENT) { in acpi_parse_fadt()
1046 x86_platform.legacy.i8042 = X86_LEGACY_I8042_FIRMWARE_ABSENT; in acpi_parse_fadt()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1863 i8042.debug [HW] Toggle i8042 debug mode
1864 i8042.unmask_kbd_data
1867 requires that i8042.debug=1 be enabled)
1868 i8042.direct [HW] Put keyboard port into non-translated mode
1869 i8042.dumbkbd [HW] Pretend that controller can only read data from
1872 i8042.noaux [HW] Don't check for auxiliary (== mouse) port
1873 i8042.nokbd [HW] Don't check/create keyboard port
1874 i8042.noloop [HW] Disable the AUX Loopback command while probing
1876 i8042.nomux [HW] Don't check presence of an active multiplexing
1878 i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX
[all …]
/openbmc/u-boot/drivers/video/
H A DKconfig568 The following defines are needed (cf. smiLynxEM, i8042)
/openbmc/linux/drivers/input/keyboard/
H A DKconfig323 "HP System Device Controller i8042 Support" in the input/serio
/openbmc/qemu/
H A DMAINTAINERS1828 F: include/hw/input/i8042.h

12