Searched refs:i2c_write_byte (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/ |
| H A D | ewtsa.c | 166 static int i2c_write_byte(struct i2c_client *thisClient, unsigned char regAddr, unsigned char write… in i2c_write_byte() function 195 err = i2c_write_byte(client, ( unsigned char)REG_SELF_O_C, ( unsigned char)SELF_O_C_DISABLE); in ewtsa_system_restart() 206 err = i2c_write_byte(client, ( unsigned char)REG_SMPL, ( unsigned char)smpl); in ewtsa_system_restart() 226 err = i2c_write_byte(client, REG_FS_DLPF, reg); in ewtsa_system_restart() 233 err = i2c_write_byte(client,( unsigned char)REG_SELF_O_C, ( unsigned char)SELF_O_C_ENABLE); in ewtsa_system_restart() 264 …err = i2c_write_byte(client, ( unsigned char)REG_PWR_MGM, ( unsigned char)SLEEP_CTRL_ACTIVATE);///… in ewtsa_enable() 273 err = i2c_write_byte(client, ( unsigned char) REG_INT_CFG, ( unsigned char)INT_CFG_INT_ENABLE); in ewtsa_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | tsi108_i2c.c | 160 static int i2c_write_byte (uchar chip_addr,/* I2C device address on the bus */ in i2c_write_byte() function 245 i2c_write_byte (chip_addr, byte_addr++, buffer++); in i2c_write()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | cb_pcidas64.c | 1648 static void i2c_write_byte(struct comedi_device *dev, u8 byte) in i2c_write_byte() function 1711 i2c_write_byte(dev, bitstream); in i2c_write() 1721 i2c_write_byte(dev, data[i]); in i2c_write()
|