Searched refs:rv8803_read_regs (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/rtc/ |
D | rtc-rv8803.c | 88 static int rv8803_read_regs(const struct i2c_client *client, in rv8803_read_regs() function 206 ret = rv8803_read_regs(rv8803->client, RV8803_SEC, 7, date); in rv8803_get_time() 211 ret = rv8803_read_regs(rv8803->client, RV8803_SEC, 7, date2); in rv8803_get_time() 287 ret = rv8803_read_regs(client, RV8803_ALARM_MIN, 3, alarmvals); in rv8803_get_alarm() 324 ret = rv8803_read_regs(client, RV8803_FLAG, 2, ctrl); in rv8803_set_alarm()
|