Lines Matching refs:emul
218 u8 emul; member
384 if (atkbd->emul == 1) in atkbd_compat_scancode()
388 if (atkbd->emul == 1) in atkbd_compat_scancode()
457 if (atkbd->emul || atkbd_need_xlate(atkbd->xl_bit, code)) { in atkbd_receive_byte()
462 if (!atkbd->emul) in atkbd_receive_byte()
472 atkbd->emul = 1; in atkbd_receive_byte()
475 atkbd->emul = 2; in atkbd_receive_byte()
495 if (atkbd->emul && --atkbd->emul) in atkbd_receive_byte()
1061 if (atkbd->translated && atkbd->emul == 1 && in atkbd_oqo_01plus_scancode_fixup()
1063 atkbd->emul = 0; in atkbd_oqo_01plus_scancode_fixup()
1381 atkbd->emul = 0; in atkbd_reconnect()