Searched refs:i8042 (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dplatform-quirks.c11 x86_platform.legacy.i8042 = X86_LEGACY_I8042_EXPECTED_PRESENT;
29 x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT;
H A Djailhouse.c216 x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT;
/linux-master/drivers/platform/x86/
H A Dasus-wmi.h18 #include <linux/i8042.h>
74 /* Optional standard i8042 filter */
H A Damilo-rfkill.c14 #include <linux/i8042.h>
H A Dasus-nb-wmi.c17 #include <linux/i8042.h>
H A Dpanasonic-laptop.c125 #include <linux/i8042.h>
H A Dmsi-laptop.c51 #include <linux/i8042.h>
H A Dideapad-laptop.c20 #include <linux/i8042.h>
1613 * On these models the driver needs to explicitly enable/disable the i8042
H A Dtoshiba_acpi.c40 #include <linux/i8042.h>
2905 * supported, so if it's present set up an i8042 key filter
H A Dacer-wmi.c25 #include <linux/i8042.h>
/linux-master/drivers/input/serio/
H A DMakefile9 obj-$(CONFIG_SERIO_I8042) += i8042.o
H A Dlibps2.c17 #include <linux/i8042.h>
H A Di8042-acpipnpio.h87 /* Quirk table for different mainboards. Options similar or identical to i8042
808 * Intel NUC D54250WYK - does not have i8042 controller but
1464 .name = "i8042 kbd",
1490 .name = "i8042 aux",
1541 if (x86_platform.legacy.i8042 !=
1599 "if this is incorrect please boot with i8042.nopnp\n");
1685 /* Just return if platform does not have i8042 controller */
1686 if (x86_platform.legacy.i8042 == X86_LEGACY_I8042_PLATFORM_ABSENT)
1691 * On ix86 platforms touching the i8042 data register region can do really
1694 * if (!request_region(I8042_DATA_REG, 16, "i8042"))
[all...]
H A Di8042.c3 * i8042 keyboard and mouse controller driver for Linux
21 #include <linux/i8042.h>
29 MODULE_DESCRIPTION("i8042 keyboard and mouse controller driver");
100 MODULE_PARM_DESC(notimeout, "Ignore timeouts signalled by i8042");
122 MODULE_PARM_DESC(debug, "Turn i8042 debugging mode on and off");
126 MODULE_PARM_DESC(unmask_kbd_data, "Unconditional enable (may reveal sensitive data) of normally sanitize-filtered kbd data traffic debug log [pre-condition: i8042.debug=1 enabled]");
135 #include "i8042.h"
147 * they do not disturb each other (unfortunately in many i8042
236 * The i8042_wait_read() and i8042_wait_write functions wait for the i8042 to
265 * of the i8042 dow
[all...]
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dpm.c12 #include <linux/i8042.h>
33 pr_err("i8042.c: Can't read CTR while enabling i8042 kbd port."
44 pr_err("i8042.c: Failed to enable KBD port.\n");
/linux-master/drivers/leds/
H A Dleds-clevo-mail.c13 #include <linux/i8042.h>
/linux-master/arch/x86/include/asm/
H A Dx86_init.h217 * enum x86_legacy_i8042_state - i8042 keyboard controller state
223 * present, the i8042 driver should probe for controller existence.
234 * @i8042: indicated if we expect the device to have i8042 controller
244 enum x86_legacy_i8042_state i8042; member in struct:x86_legacy_features
/linux-master/drivers/input/misc/
H A Dideapad_slidebar.c82 #include <linux/i8042.h>
237 "Failed to install i8042 filter: %d\n", err);
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c43 x86_platform.legacy.i8042 = X86_LEGACY_I8042_PLATFORM_ABSENT;
/linux-master/drivers/platform/x86/hp/
H A Dhp_accel.c27 #include <linux/i8042.h>
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c1019 x86_platform.legacy.i8042 != X86_LEGACY_I8042_PLATFORM_ABSENT) {
1020 pr_debug("i8042 controller is absent\n");
1021 x86_platform.legacy.i8042 = X86_LEGACY_I8042_FIRMWARE_ABSENT;
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c27 #include <linux/i8042.h>
824 * i8042 filter hook function to receive keyboard data and handle
830 * i8042 filter hook function.
873 pr_info("Using i8042 filter function for receiving events\n");

Completed in 223 milliseconds