Home
last modified time | relevance | path

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

/openbmc/linux/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) in atkbd_receive_byte()
460 code = atkbd_platform_scancode_fixup(atkbd, code); in atkbd_receive_byte()
1786 atkbd_platform_scancode_fixup = id->driver_data; in atkbd_setup_scancode_fixup()