Home
last modified time | relevance | path

Searched refs:omap_rtc_power_off_program (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/rtc/
H A Drtc-omap.h6 int omap_rtc_power_off_program(struct device *dev);
/linux-6.15/drivers/rtc/
H A Drtc-omap.c411 int omap_rtc_power_off_program(struct device *dev) in omap_rtc_power_off_program() function
466 EXPORT_SYMBOL(omap_rtc_power_off_program);
487 omap_rtc_power_off_program(rtc->dev.parent); in omap_rtc_power_off()
/linux-6.15/drivers/soc/ti/
H A Dpm33xx.c177 omap_rtc_power_off_program(&omap_rtc->dev); in am33xx_rtc_only_idle()