Searched refs:IC_TYPE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | goodix_tool.c | 82 s8 IC_TYPE[16] = "GT9XX"; variable 194 if (strncmp(IC_TYPE, "GT8110", 6) && strncmp(IC_TYPE, "GT8105", 6) in register_i2c_func() 195 && strncmp(IC_TYPE, "GT801", 5) && strncmp(IC_TYPE, "GT800", 5) in register_i2c_func() 196 && strncmp(IC_TYPE, "GT801PLUS", 9) && strncmp(IC_TYPE, "GT811", 5) in register_i2c_func() 197 && strncmp(IC_TYPE, "GTxxx", 5) && strncmp(IC_TYPE, "GT9XX", 5)) in register_i2c_func() 438 memcpy(IC_TYPE, cmd_head.data, cmd_head.data_len); in goodix_tool_write() 603 ret = simple_read_from_buffer(page, size, ppos, IC_TYPE, sizeof(IC_TYPE)); in goodix_tool_read()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_tools.c | 54 s8 IC_TYPE[16] = "GT1X"; variable 282 memcpy(IC_TYPE, cmd_head.data, min((u16)sizeof(IC_TYPE), cmd_head.data_len)); in gt1x_tool_write()
|