Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgoodix_tool.c75 static s32 (*tool_i2c_read)(u8 *, u16); variable
199 tool_i2c_read = tool_i2c_read_with_extra; in register_i2c_func()
205 tool_i2c_read = tool_i2c_read_no_extra; in register_i2c_func()
213 tool_i2c_read = NULL; in unregister_i2c_func()
336 if (tool_i2c_read(buf, 1) <= 0) in comfirm()
582 if (tool_i2c_read(cmd_head.data, len) <= 0) in goodix_tool_read()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_tools.c111 static s32 tool_i2c_read(u8 *buf, u16 len) in tool_i2c_read() function
183 if (tool_i2c_read(buf, 1) <= 0) { in comfirm()
396 if (tool_i2c_read(cmd_head.data, len) <= 0) { in gt1x_tool_read()