Searched refs:cst2xx_i2c_read_register (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 225 static int cst2xx_i2c_read_register(struct i2c_client *client, unsigned char *buf, int len) in cst2xx_i2c_read_register() function 310 ret = cst2xx_i2c_read_register(ts->client, buf, 1); in cst2xx_enter_download_mode() 407 ret = cst2xx_i2c_read_register(ts->client, i2c_buf, 1); in cst2xx_download_program() 472 ret = cst2xx_i2c_read_register(ts->client, buf, 1); in cst2xx_read_checksum() 490 ret = cst2xx_i2c_read_register(ts->client, buf, 4); in cst2xx_read_checksum() 605 ret = cst2xx_i2c_read_register(ts->client, buf, 1); in cst2xx_check_code() 619 ret = cst2xx_i2c_read_register(ts->client, buf, 2); in cst2xx_check_code() 630 ret = cst2xx_i2c_read_register(ts->client, buf, 4); in cst2xx_check_code() 654 ret = cst2xx_i2c_read_register(ts->client, buf, 4); in cst2xx_check_code() 1167 ret = cst2xx_i2c_read_register(ts->client, buf, 7); in cst2xx_ts_worker() [all …]
|