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

/vbox/src/VBox/Devices/Input/
H A DPS2K.cpp180 KbdCmdQ cmdQ; member in struct:PS2K
653 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ECHO);
657 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ACK);
658 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ID1);
659 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ID2);
666 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ACK);
672 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ACK);
677 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ACK);
685 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_ACK);
695 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, KRSP_AC
[all...]
H A DPS2M.cpp238 AuxCmdQ cmdQ; member in struct:PS2M
408 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_BAT_OK);
409 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, 0);
597 ps2kClearQueue((GeneriQ *)&pThis->cmdQ);
606 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, cmd);
621 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
626 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
632 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, ARSP_ACK);
633 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, u8Val);
634 ps2kInsertQueue((GeneriQ *)&pThis->cmdQ, pThi
[all...]

Completed in 420 milliseconds