Searched refs:cst2xx_i2c_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 210 static int cst2xx_i2c_write(struct i2c_client *client, unsigned char *buf, int len) in cst2xx_i2c_write() function 229 ret = cst2xx_i2c_write(client, buf, 2); in cst2xx_i2c_read_register() 243 ret = cst2xx_i2c_write(client, buf, 2); in cst2xx_test_i2c() 264 ret = cst2xx_i2c_write(ts->client, buf, 2); in hard_reset_chip() 299 ret = cst2xx_i2c_write(ts->client, buf, 3); in cst2xx_enter_download_mode() 335 ret = cst2xx_i2c_write(ts->client, buf, 3); in cst2xx_enter_download_mode() 366 ret = cst2xx_i2c_write(ts->client, i2c_buf, 4); in cst2xx_download_program() 374 ret = cst2xx_i2c_write(ts->client, i2c_buf, 514); in cst2xx_download_program() 388 ret = cst2xx_i2c_write(ts->client, temp_buf, 6); in cst2xx_download_program() 397 ret = cst2xx_i2c_write(ts->client, i2c_buf, 3); in cst2xx_download_program() [all …]
|