Searched refs:notRange (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDGetButtonCaps.c56 <USB2> 3/7/99 BWS When range/notRange were made a union, we missed this case where
202 ptCapability->u.notRange.usage = ptUsageItem->usage;
215 ptCapability->u.notRange.stringIndex = ptStringItem->index;
221 ptCapability->u.notRange.stringIndex = 0;
235 ptCapability->u.notRange.designatorIndex = ptDesignatorItem->index;
241 ptCapability->u.notRange.designatorIndex = 0;
422 ptCapability->u.notRange.reserved2 = ptReportItem->globals.logicalMaximum;
423 ptCapability->u.notRange.reserved3 = ptReportItem->globals.logicalMinimum;
427 ptCapability->u.notRange.reserved2 = ptReportItem->globals.logicalMinimum;
428 ptCapability->u.notRange
[all...]
H A DHIDGetValueCaps.c58 <USB3> 3/7/99 BWS When range/notRange were made a union, we missed this case where
206 ptCapability->u.notRange.usage = ptUsageItem->usage;
219 ptCapability->u.notRange.stringIndex = ptStringItem->index;
225 ptCapability->u.notRange.stringIndex = 0;
239 ptCapability->u.notRange.designatorIndex = ptDesignatorItem->index;
245 ptCapability->u.notRange.designatorIndex = 0;
446 ptCapability->u.notRange.usage = ptUsageItem->usage;
459 ptCapability->u.notRange.stringIndex = ptStringItem->index;
465 ptCapability->u.notRange.stringIndex = 0;
479 ptCapability->u.notRange
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h221 } notRange; member in union:HIDButtonCaps::__anon2121
264 } notRange; member in union:HIDButtonCapabilities::__anon2124
311 } notRange; member in union:HIDValueCaps::__anon2127
363 } notRange; member in union:HIDValueCapabilities::__anon2130
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.cpp165 element->_usageMin = button->u.notRange.usage;
166 element->_usageMax = button->u.notRange.usage;
173 element->_logicalMin = element->_physicalMin = button->u.notRange.reserved2;
174 element->_logicalMax = element->_physicalMax = button->u.notRange.reserved3;
264 element->_usageMin = value->u.notRange.usage;
265 element->_usageMax = value->u.notRange.usage;

Completed in 151 milliseconds