Lines Matching refs:i8042
87 /* 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"))