Home
last modified time | relevance | path

Searched refs:InputI2cRead (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5x06.c91 int error = InputI2cRead(i2cClient, "\xbb", NUM_1, rdbuf, EDT_NAME_LEN - NUM_1); in Ft5x06_Identify()
106 error = InputI2cRead(i2cClient, "\xA6", NUM_1, rdbuf, NUM_2); in Ft5x06_Identify()
111 error = InputI2cRead(i2cClient, "\xA8", NUM_1, rdbuf, NUM_1); in Ft5x06_Identify()
128 error = InputI2cRead(i2cClient, "\x53", NUM_1, rdbuf, NUM_1); in Ft5x06_Identify()
152 ret = InputI2cRead(i2cClient, &regAddr, NUM_1, &regValue, NUM_1); in ChipDetect()
277 ret = InputI2cRead(i2cClient, &reg, NUM_1, buf, POINT_BUFFER_LEN_M06); in ChipDataHandle()
284 ret = InputI2cRead(i2cClient, &reg, NUM_1, buf, POINT_BUFFER_LEN_M09); in ChipDataHandle()
H A Dtouch_ft6336.c42 ret = InputI2cRead(i2cClient, &regAddr, 1, &regValue, 1); in ChipDetect()
49 ret = InputI2cRead(i2cClient, &regAddr, 1, &regValue, 1); in ChipDetect()
56 ret = InputI2cRead(i2cClient, &regAddr, 1, &regValue, 1); in ChipDetect()
99 ret = InputI2cRead(i2cClient, &reg, 1, buf, POINT_BUFFER_LEN); in ChipDataHandle()
H A Dtouch_ft5406.c50 ret = InputI2cRead(i2cClient, &regAddr, 1, &regValue[idx0], 1); in ChipDetect()
54 ret = InputI2cRead(i2cClient, &regAddr, 1, &regValue[idx1], 1); in ChipDetect()
58 ret = InputI2cRead(i2cClient, &regAddr, 1, &regValue[idx2], 1); in ChipDetect()
84 ret = InputI2cRead(i2cClient, &regAddr, 1, buf, POINT_BUFFER_LEN); in ParsePointData()
125 ret = InputI2cRead(i2cClient, &reg, 1, &touchStatus, 1); in ChipDataHandle()
H A Dtouch_gt911.c53 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_CFG_INFO_LEN); in ChipDetect()
201 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1); in ChipDataHandle()
225 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum); in ChipDataHandle()
246 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, 1); in UpdateFirmware()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/input_bus_ops/
H A Dinput_i2c_ops.h25 int InputI2cRead(const InputI2cClient *client, uint8_t *writeBuf, uint32_t writeLen, uint8_t *readB…
H A Dinput_i2c_ops.c16 int32_t InputI2cRead(const InputI2cClient *client, uint8_t *writeBuf, uint32_t writeLen, uint8_t *r… in InputI2cRead() function
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-outerdriver-demo.md231 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1);
248 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-touch-des.md302 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1);
325 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-touch-des.md304 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1);
327 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-outerdriver-demo.md230 ret = InputI2cRead(i2cClient, reg, GT_ADDR_LEN, &touchStatus, 1);
247 (void)InputI2cRead(i2cClient, reg, GT_ADDR_LEN, buf, GT_POINT_SIZE * pointNum);
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.c444 ret = InputI2cRead(&g_touchDriver->i2cClient, reg, 2, buf, 4); // 2: len 4: len in Gt1xSedReadStatus()