MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / XHCIIRQHandler

Function XHCIIRQHandler

Kernel/src/usb/xhci.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 uint8_t xhciProgIF = PCI_PROGIF_XHCI;
18
19 void XHCIIRQHandler(XHCIController* xHC, regs64_t* r){
20 xHC->OnInterrupt();
21 }
22
23 int XHCIController::Initialize(){
24 if(!PCI::FindGenericDevice(xhciClassCode, xhciSubclass)){

Callers

nothing calls this directly

Calls 1

OnInterruptMethod · 0.45

Tested by

no test coverage detected