Searched refs:tm_to_opal (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-opal.c | 34 static void tm_to_opal(struct rtc_time *tm, u32 *y_m_d, u64 *h_m_s_ms) in tm_to_opal() function 87 tm_to_opal(tm, &y_m_d, &h_m_s_ms); in opal_set_rtc_time() 177 tm_to_opal(&alarm->time, &y_m_d, &h_m_s_ms); in opal_set_tpo_time()
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-opal.c | 34 static void tm_to_opal(struct rtc_time *tm, u32 *y_m_d, u64 *h_m_s_ms) in tm_to_opal() function 87 tm_to_opal(tm, &y_m_d, &h_m_s_ms); in opal_set_rtc_time() 177 tm_to_opal(&alarm->time, &y_m_d, &h_m_s_ms); in opal_set_tpo_time()
|
Completed in 1 milliseconds