Searched refs:tool_i2c_read (Results 1 – 2 of 2) sorted by relevance
75 static s32 (*tool_i2c_read)(u8 *, u16); variable199 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()
111 static s32 tool_i2c_read(u8 *buf, u16 len) in tool_i2c_read() function183 if (tool_i2c_read(buf, 1) <= 0) { in comfirm()396 if (tool_i2c_read(cmd_head.data, len) <= 0) { in gt1x_tool_read()