Searched refs:reportType (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDMaxUsageListLength.c62 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
71 HIDMaxUsageListLength (HIDReportType reportType, argument
107 if ((ptReportItem->reportType == reportType)
H A DHIDCheckReport.c62 * reportType - The Specified Report Type
74 OSStatus HIDCheckReport(HIDReportType reportType, HIDPreparsedDataRef preparsedDataRef, argument
91 if (reportType != ptReportItem->reportType)
97 switch(reportType)
H A DHIDSetScaledUsageValue.c66 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
80 OSStatus HIDSetScaledUsageValue(HIDReportType reportType, argument
122 if ((ptReportItem->reportType == reportType)
130 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,psReport,iReportLength);
H A DHIDGetReportLength.c56 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
67 OSStatus HIDGetReportLength(HIDReportType reportType, argument
90 switch(reportType)
H A DHIDInitReport.c57 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
69 (HIDReportType reportType,
92 HIDGetReportLength(reportType, reportID, &minLength, preparsedDataRef);
120 if (ptReportItem->reportType == reportType &&
68 HIDInitReport(HIDReportType reportType, UInt8 reportID, HIDPreparsedDataRef preparsedDataRef, void * report, IOByteCount reportLength) argument
H A DHIDGetNextButtonInfo.c61 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
74 (HIDReportType reportType,
130 if (ptReportItem->reportType == reportType &&
73 HIDGetNextButtonInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDGetNextUsageValueInfo.c61 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
75 (HIDReportType reportType,
131 if (ptReportItem->reportType == reportType &&
74 HIDGetNextUsageValueInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDGetButtons.c63 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
78 HIDGetButtons (HIDReportType reportType, argument
121 if ((ptReportItem->reportType == reportType)
H A DHIDSetButtons.c65 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
77 OSStatus HIDSetButton (HIDReportType reportType, argument
126 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,report,reportLength);
190 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
205 HIDSetButtons (HIDReportType reportType, argument
238 iStatus = HIDSetButton(reportType, usagePage, collection,
H A DHIDSetUsageValue.c66 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
80 OSStatus HIDSetUsageValue(HIDReportType reportType, argument
128 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,
H A DHIDGetButtonCaps.c69 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
82 OSStatus HIDGetSpecificButtonCaps(HIDReportType reportType, argument
148 if ((ptReportItem->reportType == reportType)
263 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
273 OSStatus HIDGetButtonCaps(HIDReportType reportType, argument
278 return HIDGetSpecificButtonCaps(reportType,0,0,0,buttonCaps,
292 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
305 OSStatus HIDGetSpecificButtonCapabilities(HIDReportType reportType, argument
363 if ((ptReportItem->reportType
530 HIDGetButtonCapabilities(HIDReportType reportType, HIDButtonCapabilitiesPtr buttonCaps, UInt32 *piButtonCapsLength, HIDPreparsedDataRef preparsedDataRef) argument
[all...]
H A DHIDGetUsageValue.c66 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
81 (HIDReportType reportType,
131 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,
170 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
184 OSStatus HIDGetScaledUsageValue(HIDReportType reportType, argument
234 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,
80 HIDGetUsageValue(HIDReportType reportType, HIDUsage usagePage, UInt32 iCollection, HIDUsage usage, SInt32 * piUsageValue, HIDPreparsedDataRef preparsedDataRef, void * psReport, IOByteCount iReportLength) argument
H A DHIDProcessReportItem.c194 ptReportItem->reportType = kHIDFeatureReport;
199 ptReportItem->reportType = kHIDOutputReport;
204 ptReportItem->reportType = kHIDInputReport;
209 ptReportItem->reportType = kHIDUnknownReport;
H A DHIDGetUsageValueArray.c66 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
81 OSStatus HIDGetUsageValueArray(HIDReportType reportType, argument
135 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,
H A DHIDSetUsageValueArray.c66 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
81 OSStatus HIDSetUsageValueArray(HIDReportType reportType, argument
135 iStatus = HIDCheckReport(reportType,preparsedDataRef,ptReportItem,
H A DHIDGetValueCaps.c73 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
86 OSStatus HIDGetSpecificValueCaps(HIDReportType reportType, argument
153 if ((ptReportItem->reportType == reportType)
285 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
295 OSStatus HIDGetValueCaps(HIDReportType reportType, argument
300 return HIDGetSpecificValueCaps(reportType,0,0,0,valueCaps,
314 * reportType - HIDP_Input, HIDP_Output, HIDP_Feature
327 OSStatus HIDGetSpecificValueCapabilities(HIDReportType reportType, argument
386 if ((ptReportItem->reportType
533 HIDGetValueCapabilities(HIDReportType reportType, HIDValueCapabilitiesPtr valueCaps, UInt32 *piValueCapsLength, HIDPreparsedDataRef preparsedDataRef) argument
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h401 @param reportType Specifies the type of report for which to retrieve the scaled value. This parameter must be one of the following: kHIDInputReport, kHIDOutputReport, or kHIDFeatureReport
410 HIDGetButtonCaps (HIDReportType reportType,
418 @param reportType Specifies the type of report for which to retrieve the scaled value. This parameter must be one of the following: kHIDInputReport, kHIDOutputReport, or kHIDFeatureReport
427 HIDGetButtonCapabilities (HIDReportType reportType,
478 @param reportType Specifies the type of report for which to retrieve the scaled value. This parameter must be one of the following: kHIDInputReport, kHIDOutputReport, or kHIDFeatureReport.
491 HIDGetScaledUsageValue (HIDReportType reportType,
504 @param reportType Specifies the type of report for which to retrieve the button capabilities. This parameter must be one of the following: kHIDInputReport, kHIDOutputReport, or kHIDFeatureReport.
516 HIDGetSpecificButtonCaps (HIDReportType reportType,
528 @param reportType Specifies the type of report for which to retrieve the button capabilities. This parameter must be one of the following: kHIDInputReport, kHIDOutputReport, or kHIDFeatureReport.
540 HIDGetSpecificButtonCapabilities (HIDReportType reportType,
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.h60 IOHIDReportType reportType,
64 IOHIDReportType reportType,
H A DIOHIDPointingDevice.h58 IOHIDReportType reportType,
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDUserDevice.h180 @param reportType The report type.
185 IOHIDReportType reportType,
193 @param reportType The report type.
198 IOHIDReportType reportType,
H A DIOHIDInterface.h51 @param reportType The type of report.
186 IOHIDReportType reportType,
192 IOHIDReportType reportType,
198 IOHIDReportType reportType,
204 IOHIDReportType reportType,
212 IOHIDReportType reportType,
H A DIOHIDUserDevice.cpp301 IOHIDReportType reportType,
304 return _provider->getReport(report, reportType, options);
312 IOHIDReportType reportType,
315 return _provider->setReport(report, reportType, options);
300 getReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options ) argument
311 setReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options) argument
H A DIOHIDDevice.h167 IOHIDReportType reportType,
441 @param reportType The type of report.
448 IOHIDReportType reportType = kIOHIDReportTypeInput,
456 @param reportType The report type.
462 IOHIDReportType reportType,
470 @param reportType The report type.
476 IOHIDReportType reportType,
611 @param reportType The report type.
622 IOHIDReportType reportType,
632 @param reportType Th
[all...]
H A DIOHIDInterface.cpp364 IOHIDReportType reportType,
371 (*_interruptAction)(_interruptTarget, timestamp, report, reportType, reportID, _interruptRefCon);
377 IOHIDReportType reportType,
381 return _owner ? _owner->setReport(report, reportType, (reportID | (options << 8))) : kIOReturnOffline;
386 IOHIDReportType reportType,
390 return _owner ? _owner->getReport(report, reportType, (reportID | (options << 8))) : kIOReturnOffline;
396 IOHIDReportType reportType __unused,
408 IOHIDReportType reportType __unused,
361 handleReport( AbsoluteTime timestamp, IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID, IOOptionBits options __unused) argument
375 setReport( IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID, IOOptionBits options) argument
384 getReport( IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID, IOOptionBits options) argument
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDDevice.h537 @param reportType Type of report being sent.
548 IOHIDReportType reportType,
560 @param reportType Type of report being sent.
575 IOHIDReportType reportType,
593 @param reportType Type of report being requested.
605 IOHIDReportType reportType,
620 @param reportType Type of report being requested.
636 IOHIDReportType reportType,

Completed in 206 milliseconds

12