MCPcopy Create free account
hub / github.com/acidanthera/BrcmPatchRAM / onTimerEvent

Method onTimerEvent

BrcmPatchRAM/BrcmPatchRAM.cpp:418–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418IOReturn BrcmPatchRAM::onTimerEvent()
419{
420 DebugLog("onTimerEvent\n");
421
422 if (!mDevice.getProperty(kFirmwareLoaded))
423 {
424 AlwaysLog("BLURP!! no firmware loaded and timer expiried (no re-probe)\n");
425 scheduleWork(kWorkLoadFirmware);
426 }
427
428 return kIOReturnSuccess;
429}
430
431void BrcmPatchRAM::scheduleWork(unsigned int newWork)
432{

Callers

nothing calls this directly

Calls 1

getPropertyMethod · 0.45

Tested by

no test coverage detected