Home
last modified time | relevance | path

Searched refs:InputI2cWrite (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft6336.c40 ret = InputI2cWrite(i2cClient, &regAddr, 1); in ChipDetect()
47 ret = InputI2cWrite(i2cClient, &regAddr, 1); in ChipDetect()
54 ret = InputI2cWrite(i2cClient, &regAddr, 1); in ChipDetect()
H A Dtouch_gt911.c97 ret = InputI2cWrite(i2cClient, writeBuf, GT_CLEAN_DATA_LEN); in ChipCleanBuffer()
258 ret = InputI2cWrite(i2cClient, firmWareParm, FIRMWARE_LEN); in UpdateFirmware()
H A Dtouch_ft5x06.c150 ret = InputI2cWrite(i2cClient, &regAddr, NUM_1); in ChipDetect()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/input_bus_ops/
H A Dinput_i2c_ops.h27 int InputI2cWrite(const InputI2cClient *client, uint8_t *writeBuf, uint32_t len);
H A Dinput_i2c_ops.c39 int32_t InputI2cWrite(const InputI2cClient *client, uint8_t *writeBuf, uint32_t len) in InputI2cWrite() function
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.c197 ret = InputI2cWrite(&driver->i2cClient, writeBuf, 5); // 5: buffer size in SetResetStatus()
207 ret = InputI2cWrite(&driver->i2cClient, writeBuf, 3); // 3: buffer size in SetResetStatus()
423 ret = InputI2cWrite(&g_touchDriver->i2cClient, writeBuf, 4); // 4: len in Gt1xSedFeedWatchdog()
430 ret = InputI2cWrite(&g_touchDriver->i2cClient, writeBuf, 3); // 3: len in Gt1xSedFeedWatchdog()
460 ret = InputI2cWrite(&g_touchDriver->i2cClient, writeBuf, 6); // 6: len in Gt1xSedResetStatus()
1116 ret = InputI2cWrite(&touchDriver->i2cClient, writeBuf, 3); // 3: len in HdfTouchDriverDozeSuspend()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/
H A Dinput_driver_source.template76 ret = InputI2cWrite(i2cClient, firmWareParm_${driver_lower_case}, FIRMWARE_LEN);