| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_i2c.c | 71 int fts_i2c_read(struct i2c_client *client, char *writebuf, int writelen, char *readbuf, int readle… in fts_i2c_read() function 184 return fts_i2c_read(client, ®addr, 1, regvalue, 1); in fts_i2c_read_reg() 201 ret = fts_i2c_read(client, NULL, 0, buf, 3); in fts_i2c_hid2std()
|
| H A D | focaltech_gesture.c | 323 ret = fts_i2c_read(client, buf, 1, buf, read_bytes); in fts_gesture_read_buffer() 325 ret = fts_i2c_read(client, buf, 1, buf, I2C_BUFFER_LENGTH_MAXINUM); in fts_gesture_read_buffer() 329 … ret = fts_i2c_read(client, buf, 0, buf + I2C_BUFFER_LENGTH_MAXINUM * i, remain_bytes); in fts_gesture_read_buffer() 331 …ret = fts_i2c_read(client, buf, 0, buf + I2C_BUFFER_LENGTH_MAXINUM * i, I2C_BUFFER_LENGTH_MAXINUM); in fts_gesture_read_buffer() 374 ret = fts_i2c_read(client, buf, 1, buf, FTS_GESTRUE_POINTS_HEADER); in fts_gesture_readdata()
|
| H A D | focaltech_esdcheck.c | 165 ret = fts_i2c_read(client, ®_addr, 1, ®_value, 1); in get_chip_id() 204 ret = fts_i2c_read(client, ®_addr, 1, ®_value, 1); in get_flow_cnt() 265 ret = fts_i2c_read(client, ®_addr, 1, ®_value, 1); in esdcheck_algorithm()
|
| H A D | focaltech_flash.c | 132 ret = fts_i2c_read(client, cmd, 1, val, 1); in fts_pram_ecc_cal_algo() 146 ret = fts_i2c_read(client, cmd, 1, val, 2); in fts_pram_ecc_cal_algo() 361 ret = fts_i2c_read(client, wbuf, 1, ®_val, 1); in fts_pram_init() 510 ret = fts_i2c_read(client, cmd, cmd_len, val, 2); in fts_fwupg_get_boot_state() 720 fts_i2c_read(client, &cmd , 1, val, FTS_CMD_FLASH_STATUS_LEN); in fts_fwupg_check_flash_status() 851 ret = fts_i2c_read(client, wbuf, 1, val, ecc_len); in fts_fwupg_ecc_cal() 944 fts_i2c_read(client, &cmd , 1, val, FTS_CMD_FLASH_STATUS_LEN); in fts_flash_write_buf() 1012 ret = fts_i2c_read(client, NULL, 0, buf + offset, packet_len); in fts_flash_read_buf()
|
| H A D | focaltech_ex_fun.c | 239 ret = fts_i2c_read(client, NULL, 0, buf, num_read_chars); in fts_debug_read() 250 ret = fts_i2c_read(client, NULL, 0, buf, num_read_chars); in fts_debug_read() 445 ret = fts_i2c_read(client, NULL, 0, buf, num_read_chars); in fts_debug_read() 456 ret = fts_i2c_read(client, NULL, 0, buf, num_read_chars); in fts_debug_read() 839 rw_op.res = fts_i2c_read(client, ®, 1, rw_op.opbuf, rw_op.len); in fts_tprwreg_store()
|
| H A D | focaltech_core.h | 186 int fts_i2c_read(struct i2c_client *client, char *writebuf, int writelen, char *readbuf, int readle…
|
| H A D | focaltech_upgrade_ft8201.c | 269 ret = fts_i2c_read(client, NULL, 0, gamma_header, 0x20); in read_3gamma() 316 ret = fts_i2c_read(client, NULL, 0, pgamma + i * 256, packet_len); in read_3gamma()
|
| H A D | focaltech_core.c | 222 ret = fts_i2c_read(client, id_cmd, id_cmd_len, chip_id, 2); in fts_get_ic_information() 800 ret = fts_i2c_read(data->client, buf, 1, buf, data->pnt_buf_size); in fts_read_touchdata()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.c | 108 ret = fts_i2c_read(fts_data->client, writebuf, writelen, readbuf, readlen); in fts_test_i2c_read() 110 ret = fts_i2c_read(writebuf, writelen, readbuf, readlen); in fts_test_i2c_read()
|