Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgoodix_tool.c140 static s32 tool_i2c_write_no_extra(u8* buf, u16 len) in tool_i2c_write_no_extra() function
168 tool_i2c_write_no_extra(pre, 2); in tool_i2c_read_with_extra()
170 tool_i2c_write_no_extra(end, 2); in tool_i2c_read_with_extra()
181 tool_i2c_write_no_extra(pre, 2); in tool_i2c_write_with_extra()
182 ret = tool_i2c_write_no_extra(buf, len); in tool_i2c_write_with_extra()
183 tool_i2c_write_no_extra(end, 2); in tool_i2c_write_with_extra()
206 tool_i2c_write = tool_i2c_write_no_extra; in register_i2c_func()