Home
last modified time | relevance | path

Searched refs:i2c_read_byte (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dtsi108_i2c.c39 static int i2c_read_byte ( in i2c_read_byte() function
144 op_status = i2c_read_byte(i2c_if, chip_addr, byte_addr++, buffer++); in i2c_read()
/OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/
H A Dewtsa.c147 static int i2c_read_byte(struct i2c_client *thisClient, unsigned char regAddr, char *pReadData) in i2c_read_byte() function
377 i2c_read_byte(client, sensor->ops->read_reg + i,&buffer[i]); in sensor_report_value()