Lines Matching refs:i2c_smbus_write_byte_data
100 i2c_smbus_write_byte_data(client, RV8803_FLAG, flags); in rv8803_handle_irq()
101 i2c_smbus_write_byte_data(rv8803->client, RV8803_CTRL, in rv8803_handle_irq()
184 ret = i2c_smbus_write_byte_data(rv8803->client, RV8803_FLAG, in rv8803_set_time()
253 err = i2c_smbus_write_byte_data(rv8803->client, RV8803_CTRL, in rv8803_set_alarm()
262 err = i2c_smbus_write_byte_data(rv8803->client, RV8803_FLAG, ctrl[1]); in rv8803_set_alarm()
278 err = i2c_smbus_write_byte_data(rv8803->client, RV8803_CTRL, in rv8803_set_alarm()
315 err = i2c_smbus_write_byte_data(client, RV8803_FLAG, flags); in rv8803_alarm_irq_enable()
322 err = i2c_smbus_write_byte_data(client, RV8803_CTRL, in rv8803_alarm_irq_enable()
366 ret = i2c_smbus_write_byte_data(client, RV8803_FLAG, flags); in rv8803_ioctl()
386 ret = i2c_smbus_write_byte_data(client, RV8803_RAM, buf[0]); in rv8803_nvram_write()
482 err = i2c_smbus_write_byte_data(rv8803->client, RV8803_EXT, in rv8803_probe()