Lines Matching full:twl
3 * rtc-twl.c -- TWL Real Time Clock interface
30 #include <linux/mfd/twl.h>
156 * Supports 1 byte read from TWL RTC register.
164 pr_err("Could not read TWL register %X - error %d\n", reg, ret); in twl_rtc_read_u8()
169 * Supports 1 byte write to TWL RTC registers.
177 pr_err("Could not write TWL register %X - error %d\n", in twl_rtc_write_u8()
250 * Gets current TWL RTC time and date parameters.
367 * Gets current TWL RTC alarm time.
519 dev_err(&pdev->dev, "TWL Class not supported.\n"); in twl_rtc_probe()
545 dev_info(&pdev->dev, "Enabling TWL-RTC\n"); in twl_rtc_probe()
586 * Disable all TWL RTC module interrupts.