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

/linux-master/drivers/input/keyboard/
H A Datkbd.c247 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int); variable
459 if (atkbd_platform_scancode_fixup)
460 code = atkbd_platform_scancode_fixup(atkbd, code);
1787 atkbd_platform_scancode_fixup = id->driver_data;

Completed in 125 milliseconds