Searched refs:inputReportByteLength (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDGetCaps.c103 ptCapabilities->inputReportByteLength = 0;
109 if (ptCapabilities->inputReportByteLength < ptReport->inputBitCount)
110 ptCapabilities->inputReportByteLength = ptReport->inputBitCount;
116 ptCapabilities->inputReportByteLength = (ptCapabilities->inputReportByteLength + 7) /8;
206 ptCapabilities->inputReportByteLength = 0;
212 if (ptCapabilities->inputReportByteLength < ptReport->inputBitCount)
213 ptCapabilities->inputReportByteLength = ptReport->inputBitCount;
219 ptCapabilities->inputReportByteLength = (ptCapabilities->inputReportByteLength
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h132 @field inputReportByteLength Specifies the maximum length, in bytes, of an input report for this device, including the report ID which is unilaterally prepended to the device data.
147 IOByteCount inputReportByteLength; member in struct:HIDCaps
163 IOByteCount inputReportByteLength; member in struct:HIDCapabilities
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp1128 caps.inputReportByteLength,
1141 _maxInputReportSize = caps.inputReportByteLength;

Completed in 168 milliseconds