Searched refs:QTD_PID_INPUT (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.c98 } else if (QtdHw->Pid == QTD_PID_INPUT) {
175 } else if (QhHw->Pid == QTD_PID_INPUT) {
H A DEhciUrb.c424 Pid = QTD_PID_INPUT;
445 Pid = QTD_PID_INPUT;
H A DEhciUrb.h50 #define QTD_PID_INPUT 0x01 macro
H A DEhciSched.c42 Qtd = EhcCreateQtd (Ehc, NULL, NULL, 0, QTD_PID_INPUT, 0, 64);
633 if ((QtdHw->TotalBytes != 0) && (QtdHw->Pid == QTD_PID_INPUT)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c42 Qtd = EhcCreateQtd (Ehc, NULL, 0, QTD_PID_INPUT, 0, 64);
372 if ((QtdHw->TotalBytes != 0) && (QtdHw->Pid == QTD_PID_INPUT)) {
H A DEhciUrb.c398 Pid = QTD_PID_INPUT;
418 Pid = QTD_PID_INPUT;
H A DEhciUrb.h46 #define QTD_PID_INPUT 0x01 macro

Completed in 39 milliseconds