Searched defs:u8LEDs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DPS2K.cpp170 uint8_t u8LEDs; member in struct:PS2K
722 pThis->u8LEDs = cmd;
1081 pHlp->pfnPrintf(pHlp, "LED state %02X, Num Lock %s\n", pThis->u8LEDs,
1245 SSMR3PutU8(pSSM, pThis->u8LEDs);
1293 SSMR3GetU8(pSSM, &pThis->u8LEDs);
1350 ps2kNotifyLedsState(pThis, pThis->u8LEDs);
H A DUsbKbd.cpp643 uint8_t u8LEDs = pUrb->abData[sizeof(*pSetup)]; local
644 LogFlowFunc(("Setting keybooard LEDs to u8LEDs=%02X\n", u8LEDs));
647 if (u8LEDs & 0x01)
649 if (u8LEDs & 0x02)
651 if (u8LEDs & 0x04)

Completed in 49 milliseconds