| 416 | } |
| 417 | |
| 418 | IOReturn 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 | |
| 431 | void BrcmPatchRAM::scheduleWork(unsigned int newWork) |
| 432 | { |
nothing calls this directly
no test coverage detected