Searched refs:rv8803_read_regs (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-rv8803.c | 87 static int rv8803_read_regs(const struct i2c_client *client, in rv8803_read_regs() function 205 ret = rv8803_read_regs(rv8803->client, RV8803_SEC, 7, date); in rv8803_get_time() 210 ret = rv8803_read_regs(rv8803->client, RV8803_SEC, 7, date2); in rv8803_get_time() 286 ret = rv8803_read_regs(client, RV8803_ALARM_MIN, 3, alarmvals); in rv8803_get_alarm() 323 ret = rv8803_read_regs(client, RV8803_FLAG, 2, ctrl); in rv8803_set_alarm()
|