Searched refs:UsbGetCurrentTpl (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c282 OldTpl = UsbGetCurrentTpl ();
290 DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL after connect is %d\n", (UINT32)UsbGetCurrentTpl()));
291 ASSERT (UsbGetCurrentTpl () == TPL_CALLBACK);
476 OldTpl = UsbGetCurrentTpl ();
484 DEBUG (( EFI_D_INFO, "UsbDisconnectDriver: TPL after disconnect is %d, %d\n", (UINT32)UsbGetCurrentTpl(), Status));
485 ASSERT (UsbGetCurrentTpl () == TPL_CALLBACK);
H A DUsbUtility.h394 UsbGetCurrentTpl (
H A DUsbUtility.c725 UsbGetCurrentTpl ( function
1367 DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL before connect is %d\n", (UINT32)UsbGetCurrentTpl ()));
1370 DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL after connect is %d\n", (UINT32)UsbGetCurrentTpl()));

Completed in 67 milliseconds