Searched refs:UsbGetCurrentTpl (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbEnumer.c | 282 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 D | UsbUtility.h | 394 UsbGetCurrentTpl (
|
H A D | UsbUtility.c | 725 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 957 milliseconds