Lines Matching refs:i8042
86 /* Quirk table for different mainboards. Options similar or identical to i8042
791 * Intel NUC D54250WYK - does not have i8042 controller but
1359 .name = "i8042 kbd",
1385 .name = "i8042 aux",
1432 if (x86_platform.legacy.i8042 !=
1489 "if this is incorrect please boot with i8042.nopnp\n");
1575 /* Just return if platform does not have i8042 controller */
1576 if (x86_platform.legacy.i8042 == X86_LEGACY_I8042_PLATFORM_ABSENT)
1581 * On ix86 platforms touching the i8042 data register region can do really
1584 * if (!request_region(I8042_DATA_REG, 16, "i8042"))