Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOStateReporter.cpp622 int curr_state_index = 0; in handleSetStateByIndices() local
640 curr_state_index = _currentStates[channel_index]; in handleSetStateByIndices()
641 if (new_state_index != curr_state_index) { in handleSetStateByIndices()
683 if (channel_index < 0 || channel_index > (_nElements - curr_state_index) in handleSetStateByIndices()
687 curr_element_index = channel_index * _channelDimension + curr_state_index; in handleSetStateByIndices()