Searched refs:UsbGetCurrentTpl (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbEnumer.c | 282 OldTpl = UsbGetCurrentTpl (); in UsbConnectDriver() 290 … DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL after connect is %d\n", (UINT32)UsbGetCurrentTpl())); in UsbConnectDriver() 291 ASSERT (UsbGetCurrentTpl () == TPL_CALLBACK); in UsbConnectDriver() 478 OldTpl = UsbGetCurrentTpl (); in UsbDisconnectDriver() 488 …NFO, "UsbDisconnectDriver: TPL after disconnect is %d, %d\n", (UINT32)UsbGetCurrentTpl(), Status)); in UsbDisconnectDriver() 489 ASSERT (UsbGetCurrentTpl () == TPL_CALLBACK); in UsbDisconnectDriver()
|
D | UsbUtility.h | 394 UsbGetCurrentTpl (
|
D | UsbUtility.c | 725 UsbGetCurrentTpl ( in UsbGetCurrentTpl() function 1367 … DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL before connect is %d\n", (UINT32)UsbGetCurrentTpl ())); in UsbBusRecursivelyConnectWantedUsbIo() 1370 … DEBUG ((EFI_D_INFO, "UsbConnectDriver: TPL after connect is %d\n", (UINT32)UsbGetCurrentTpl())); in UsbBusRecursivelyConnectWantedUsbIo()
|