Home
last modified time | relevance | path

Searched refs:tool_i2c_write (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgoodix_tool.c76 static s32 (*tool_i2c_write)(u8 *, u16); variable
200 tool_i2c_write = tool_i2c_write_with_extra; in register_i2c_func()
206 tool_i2c_write = tool_i2c_write_no_extra; in register_i2c_func()
214 tool_i2c_write = NULL; in unregister_i2c_func()
417 if (tool_i2c_write(&cmd_head.data[GTP_ADDR_LENGTH - cmd_head.addr_len], in goodix_tool_write()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_tools.c120 static s32 tool_i2c_write(u8 *buf, u16 len) in tool_i2c_write() function
268 if (tool_i2c_write(cmd_head.data, len + GTP_ADDR_LENGTH) <= 0) { in gt1x_tool_write()