/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_ft5x06.c | 91 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, ®Addr, NUM_1, ®Value, NUM_1); in ChipDetect() 277 ret = InputI2cRead(i2cClient, ®, NUM_1, buf, POINT_BUFFER_LEN_M06); in ChipDataHandle() 284 ret = InputI2cRead(i2cClient, ®, NUM_1, buf, POINT_BUFFER_LEN_M09); in ChipDataHandle()
|
H A D | touch_ft6336.c | 42 ret = InputI2cRead(i2cClient, ®Addr, 1, ®Value, 1); in ChipDetect() 49 ret = InputI2cRead(i2cClient, ®Addr, 1, ®Value, 1); in ChipDetect() 56 ret = InputI2cRead(i2cClient, ®Addr, 1, ®Value, 1); in ChipDetect() 99 ret = InputI2cRead(i2cClient, ®, 1, buf, POINT_BUFFER_LEN); in ChipDataHandle()
|
H A D | touch_ft5406.c | 50 ret = InputI2cRead(i2cClient, ®Addr, 1, ®Value[idx0], 1); in ChipDetect() 54 ret = InputI2cRead(i2cClient, ®Addr, 1, ®Value[idx1], 1); in ChipDetect() 58 ret = InputI2cRead(i2cClient, ®Addr, 1, ®Value[idx2], 1); in ChipDetect() 84 ret = InputI2cRead(i2cClient, ®Addr, 1, buf, POINT_BUFFER_LEN); in ParsePointData() 125 ret = InputI2cRead(i2cClient, ®, 1, &touchStatus, 1); in ChipDataHandle()
|
H A D | touch_gt911.c | 53 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 D | input_i2c_ops.h | 25 int InputI2cRead(const InputI2cClient *client, uint8_t *writeBuf, uint32_t writeLen, uint8_t *readB…
|
H A D | input_i2c_ops.c | 16 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 D | device-outerdriver-demo.md | 231 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 D | driver-peripherals-touch-des.md | 302 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 D | driver-peripherals-touch-des.md | 304 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 D | device-outerdriver-demo.md | 230 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 D | hdf_touch.c | 444 ret = InputI2cRead(&g_touchDriver->i2cClient, reg, 2, buf, 4); // 2: len 4: len in Gt1xSedReadStatus()
|