Searched refs:InputDeviceInstance (Results 1 – 7 of 7) sorted by relevance
125 static InputDevice *InputDeviceInstance(KeyDriver *keyDrv) in InputDeviceInstance() function158 InputDevice *inputDev = InputDeviceInstance(keyDrv); in RegisterKeyDevice()
154 static InputDevice *InputDeviceInstance(EncoderDriver *encoderDrv) in InputDeviceInstance() function200 InputDevice *inputDev = InputDeviceInstance(encoderDrv); in RegisterEncoderDevice()
243 static InputDevice *InputDeviceInstance(InfraredDriver *infraredDrv) in InputDeviceInstance() function277 InputDevice *inputDev = InputDeviceInstance(infraredDrv); in RegisterInfraredDevice()
629 static InputDevice *InputDeviceInstance(ChipDevice *chipDev) in InputDeviceInstance() function714 inputDev = InputDeviceInstance(chipDev); in RegisterTouchChipDevice()
336 [I/HDF_LOG_TAG] InputDeviceInstance: inputDev->devName = main_touch 434 /* 绑定设备与驱动,从而通过InputDeviceInstance函数创建inputDev */441 inputDev = InputDeviceInstance(chipDev);
335 [I/HDF_LOG_TAG] InputDeviceInstance: inputDev->devName = main_touch433 /* Bind the device to the driver and create an inputDev instance using InputDeviceInstance. */440 inputDev = InputDeviceInstance(chipDev);
1console:/ # init: Service 'adbd' (pid 112) exited with status 1 2init ...