Home
last modified time | relevance | path

Searched refs:opal_set_tpo_time (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-opal.c168 static int opal_set_tpo_time(struct device *dev, struct rtc_wkalrm *alarm) in opal_set_tpo_time() function
220 * TPO is automatically enabled when opal_set_tpo_time() is called with in opal_tpo_alarm_irq_enable()
224 return enabled ? 0 : opal_set_tpo_time(dev, &alarm); in opal_tpo_alarm_irq_enable()
241 opal_rtc_ops.set_alarm = opal_set_tpo_time; in opal_rtc_probe()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-opal.c168 static int opal_set_tpo_time(struct device *dev, struct rtc_wkalrm *alarm) in opal_set_tpo_time() function
220 * TPO is automatically enabled when opal_set_tpo_time() is called with in opal_tpo_alarm_irq_enable()
224 return enabled ? 0 : opal_set_tpo_time(dev, &alarm); in opal_tpo_alarm_irq_enable()
231 .set_alarm = opal_set_tpo_time,

Completed in 2 milliseconds