Searched refs:hidEvent (Results 1 – 1 of 1) sorted by relevance
120 IOHIDEventStruct hidEvent; in HIDGetElementValue() local121 hidEvent.value = 0; in HIDGetElementValue()125 …result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent); in HIDGetElementValue()129 if (hidEvent.value < pElement->minReport) in HIDGetElementValue()130 pElement->minReport = hidEvent.value; in HIDGetElementValue()131 if (hidEvent.value > pElement->maxReport) in HIDGetElementValue()132 pElement->maxReport = hidEvent.value; in HIDGetElementValue()137 return hidEvent.value; in HIDGetElementValue()