Home
last modified time | relevance | path

Searched refs:workUpdate (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp65 .workUpdate = in init()
687 shared->interface.workUpdate(device, work_context->id, &state, args); in workUpdateWithContext()
792 if (pci->workUpdate != nullptr) { in registerPerformanceController()
793 shared->interface.workUpdate = pci->workUpdate; in registerPerformanceController()
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h314 WorkUpdateFunction workUpdate; member