Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp408 .driver_state = &clientData.driverState in workSubmit()
441 .driver_state = &clientData.driverState in workSubmitAndBegin()
480 .driver_state = &clientData.driverState in workBegin()
502 .driver_state = &clientData.driverState in workEnd()
605 .driver_state = &clientData.driverState in workSubmitAndBeginWithContext()
640 .driver_state = &clientData.driverState in workSubmitWithContext()
685 .driver_state = &clientData.driverState in workUpdateWithContext()
714 .driver_state = &clientData.driverState in workBeginWithContext()
742 .driver_state = &clientData.driverState in workEndWithContext()
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h290 const DriverState* driver_state; member