Searched refs:twl_rtc_read_u8 (Results 1 – 1 of 1) sorted by relevance
/drivers/rtc/ |
D | rtc-twl.c | 158 static int twl_rtc_read_u8(struct twl_rtc *twl_rtc, u8 *data, u8 reg) in twl_rtc_read_u8() function 266 ret = twl_rtc_read_u8(twl_rtc, &save_control, REG_RTC_CTRL_REG); in twl_rtc_read_time() 341 ret = twl_rtc_read_u8(twl_rtc, &save_control, REG_RTC_CTRL_REG); in twl_rtc_set_time() 437 res = twl_rtc_read_u8(twl_rtc, &rd_reg, REG_RTC_STATUS_REG); in twl_rtc_interrupt() 523 ret = twl_rtc_read_u8(twl_rtc, &rd_reg, REG_RTC_STATUS_REG); in twl_rtc_probe() 557 ret = twl_rtc_read_u8(twl_rtc, &twl_rtc->rtc_irq_bits, in twl_rtc_probe()
|