Searched refs:chip_i2c_read (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/ |
| H A D | chip.c | 93 static int chip_i2c_read(struct i2c_client *client, __u16 addr, __u8 *buf, __u16 len) in chip_i2c_read() function 187 ret = chip_i2c_read(client,client->addr,rx_buf,len); in chip_ram_read() 276 ret = chip_i2c_read(client,FLASH_I2C_ADDR,rx_buf,1); in chip_read_bus_status() 680 ret = chip_i2c_read(client,0x01,rx_buf,1); in chip_get_chip_id() 704 chip_i2c_read(client,0x7f, buf,14); in chip_read_infoblk()
|