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

/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDLibPrivate.h42 } IOHIDCalibrationInfo; typedef in typeref:struct:_IOHIDCalibrationStruct
72 IOHIDCalibrationInfo * _IOHIDElementGetCalibrationInfo(IOHIDElementRef element);
H A DIOHIDElement.c71 IOHIDCalibrationInfo * calibrationPtr;
739 IOHIDCalibrationInfo * _IOHIDElementGetCalibrationInfo(IOHIDElementRef element)
794 (IOHIDCalibrationInfo *)malloc(sizeof(IOHIDCalibrationInfo));
796 bzero(element->calibrationPtr, sizeof(IOHIDCalibrationInfo));
H A DIOHIDValue.c266 IOHIDCalibrationInfo * calibrationInfo;

Completed in 182 milliseconds