Lines Matching defs:inputDev
108 static int32_t SetInputDevAbsAttr(InputDevice *inputDev, const HidInfo *info) in SetInputDevAbsAttr()
122 static void GetInfoFromCache(InputDevice *inputDev, const HidInfo *info) in GetInfoFromCache()
166 static void SetInputDevAbility(InputDevice *inputDev) in SetInputDevAbility()
189 InputDevice *inputDev = (InputDevice *)OsalMemAlloc(sizeof(InputDevice)); in HidConstructInputDev() local
203 static void DoRegisterInputDev(InputDevice* inputDev) in DoRegisterInputDev()
213 static void CacheHid(InputDevice* inputDev) in CacheHid()
238 InputDevice* inputDev = HidConstructInputDev(info); in HidRegisterHdfInputDev() local
252 void HidUnregisterHdfInputDev(const void *inputDev) in HidUnregisterHdfInputDev()
288 void HidReportEvent(const void *inputDev, uint32_t type, uint32_t code, int32_t value) in HidReportEvent()
318 static int32_t HidGetDevType(InputDevice *inputDev, struct HdfSBuf *reply) in HidGetDevType()
330 static int32_t HidGetDeviceStrInfo(InputDevice *inputDev, int32_t cmd, struct HdfSBuf *reply) in HidGetDeviceStrInfo()
362 static int32_t HidGetDeviceAttr(InputDevice *inputDev, struct HdfSBuf *reply) in HidGetDeviceAttr()
383 static int32_t HidGetDeviceAbility(InputDevice *inputDev, struct HdfSBuf *reply) in HidGetDeviceAbility()
401 InputDevice *inputDev = NULL; in HdfHIDDispatch() local