Searched refs:miscCode (Results 1 – 7 of 7) sorted by relevance
69 unsigned long miscCode[BITS_TO_LONG(HDF_MSC_CNT)]; member
74 unsigned long miscCode[BITS_TO_UINT64(MSC_CNT)]; member
155 ret = memcpy_s(inputDev->abilitySet.miscCode, len * BITS_TO_LONG(MSC_CNT), in GetInfoFromCache()156 info->miscCode, len * BITS_TO_LONG(MSC_CNT)); in GetInfoFromCache()
201 …uint64_t miscCode[BITS_TO_UINT64(MSC_CNT)]; /**< Bitmap for recording other supported fun… member
87 hdiDevInfo.abilitySet.miscCode.assign(halDevInfo.abilitySet.miscCode, in TransferDevInfo()88 halDevInfo.abilitySet.miscCode + BITS_TO_UINT64(MSC_CNT)); in TransferDevInfo()
102 unsigned long[] miscCode; /**< Bitmap for recording other supported functions */
216 …l(fd, EVIOCGBIT(EV_MSC, sizeof(detailInfo->abilitySet.miscCode)), &detailInfo->abilitySet.miscCode… in GetInputDeviceInfo()