Searched defs:inputDev (Results 1 – 12 of 12) sorted by relevance
| /drivers/hdf_core/framework/model/input/driver/ |
| D | hdf_hid_adapter.c | 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() 289 void HidReportEvent(const void *inputDev, uint32_t type, uint32_t code, int32_t value) in HidReportEvent() 319 static int32_t HidGetDevType(InputDevice *inputDev, struct HdfSBuf *reply) in HidGetDevType() [all …]
|
| D | hdf_input_device_manager.c | 33 static bool IsHidDevice(InputDevice *inputDev) in IsHidDevice() 45 static struct HdfDeviceObject *HidRegisterHdfDevice(InputDevice *inputDev) in HidRegisterHdfDevice() 81 static void HotPlugNotify(const InputDevice *inputDev, uint32_t status) in HotPlugNotify() 107 static int32_t CreateDeviceNode(InputDevice *inputDev) in CreateDeviceNode() 122 static void DeleteDeviceNode(InputDevice *inputDev) in DeleteDeviceNode() 132 static void AddInputDevice(InputDevice *inputDev) in AddInputDevice() 153 static int32_t CheckInputDevice(InputDevice *inputDev) in CheckInputDevice() 171 static int32_t DeleteInputDevice(InputDevice *inputDev) in DeleteInputDevice() 210 static int32_t AllocPackageBuffer(InputDevice *inputDev) in AllocPackageBuffer() 256 static int32_t AllocDeviceID(InputDevice *inputDev) in AllocDeviceID() [all …]
|
| D | event_hub.h | 31 static inline void ReportAbs(InputDevice *inputDev, uint32_t code, int32_t value) in ReportAbs() 36 static inline void ReportKey(InputDevice *inputDev, uint32_t code, int32_t value) in ReportKey() 41 static inline void ReportRel(InputDevice *inputDev, uint32_t code, int32_t value) in ReportRel() 46 static inline void ReportSync(InputDevice *inputDev) in ReportSync() 51 static inline void ReportMtSync(InputDevice *inputDev) in ReportMtSync()
|
| D | event_hub.c | 15 static void SendFramePackages(InputDevice *inputDev) in SendFramePackages() 25 void PushOnePackage(InputDevice *inputDev, uint32_t type, uint32_t code, int32_t value) in PushOnePackage()
|
| D | hdf_encoder.c | 157 InputDevice *inputDev = (InputDevice *)OsalMemAlloc(sizeof(InputDevice)); in InputDeviceInstance() local 200 InputDevice *inputDev = InputDeviceInstance(encoderDrv); in RegisterEncoderDevice() local 261 InputDevice *inputDev = NULL; in HdfEncoderDriverRelease() local
|
| D | hdf_infrared.c | 244 InputDevice *inputDev = (InputDevice *)OsalMemAlloc(sizeof(InputDevice)); in InputDeviceInstance() local 276 InputDevice *inputDev = InputDeviceInstance(infraredDrv); in RegisterInfraredDevice() local 331 InputDevice *inputDev = NULL; in HdfInfraredDriverRelease() local
|
| D | hdf_key.c | 127 InputDevice *inputDev = (InputDevice *)OsalMemAlloc(sizeof(InputDevice)); in InputDeviceInstance() local 158 InputDevice *inputDev = InputDeviceInstance(keyDrv); in RegisterKeyDevice() local
|
| D | hdf_infrared.h | 20 InputDevice *inputDev; member
|
| D | hdf_encoder.h | 22 InputDevice *inputDev; member
|
| D | hdf_touch.c | 617 InputDevice *inputDev = (InputDevice *)OsalMemAlloc(sizeof(InputDevice)); in InputDeviceInstance() local 684 InputDevice *inputDev = NULL; in RegisterTouchChipDevice() local 1171 InputDevice *inputDev = NULL; in HdfTouchDriverRelease() local
|
| D | hdf_touch.h | 66 InputDevice *inputDev; member
|
| /drivers/peripheral/input/udriver/src/ |
| D | input_device_manager.cpp | 52 for (auto &inputDev : inputDevList_) { in Init() local 170 for (auto &inputDev : inputDevList_) { in CloseInputDevice() local 451 for (auto &inputDev : inputDevList_) { in InotifyEventHandler() local 485 for (auto &inputDev : inputDevList_) { in FindIndexFromFd() local 497 for (auto &inputDev : inputDevList_) { in FindIndexFromDevName() local
|