Searched refs:atkbd_platform_scancode_fixup (Results 1 – 1 of 1) sorted by relevance
247 static unsigned int (*atkbd_platform_scancode_fixup)(struct atkbd *, unsigned int); variable459 if (atkbd_platform_scancode_fixup) in atkbd_receive_byte()460 code = atkbd_platform_scancode_fixup(atkbd, code); in atkbd_receive_byte()1780 atkbd_platform_scancode_fixup = id->driver_data; in atkbd_setup_scancode_fixup()