Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/IOKit/
H A DIOReportMacros.h90 __elem->channel_type.report_format = kIOReportFormatSimple; \
91 __elem->channel_type.reserved = 0; \
92 __elem->channel_type.categories = (cats); \
93 __elem->channel_type.nelements = 1; \
94 __elem->channel_type.element_idx = 0; \
192 (*(uint64_t*)&(((IOReportElement *)(simp_buf))->channel_type))
249 __elem->channel_type.report_format = kIOReportFormatState; \
250 __elem->channel_type.reserved = 0; \
251 __elem->channel_type.categories = (cats); \
252 __elem->channel_type.nelements = (nstates); \
[all …]
H A DIOReportTypes.h173 IOReportChannelType channel_type; member
198 IOReportChannelType channel_type; member
/xnu-11215.1.10/iokit/Kernel/
H A DIOHistogramReporter.cpp192 _elements[cnt2].channel_type = _channelType; in initWith()
193 _elements[cnt2].channel_type.element_idx = ((int16_t) cnt2); in initWith()
H A DIOReporter.cpp541 _elements[_nElements + cnt].channel_type = _channelType; in handleAddChannelSwap()
542 _elements[_nElements + cnt].channel_type.element_idx = ((int16_t) cnt); in handleAddChannelSwap()
846 chElems = _elements[start_element_idx].channel_type.nelements; in updateReportChannel()