Home
last modified time | relevance | path

Searched refs:imx_sc_rtc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
Drtc-imx-sc.c25 static struct rtc_device *imx_sc_rtc; variable
142 rtc_update_irq(imx_sc_rtc, 1, RTC_IRQF | RTC_AF); in imx_sc_rtc_alarm_notify()
161 imx_sc_rtc = devm_rtc_allocate_device(&pdev->dev); in imx_sc_rtc_probe()
162 if (IS_ERR(imx_sc_rtc)) in imx_sc_rtc_probe()
163 return PTR_ERR(imx_sc_rtc); in imx_sc_rtc_probe()
165 imx_sc_rtc->ops = &imx_sc_rtc_ops; in imx_sc_rtc_probe()
166 imx_sc_rtc->range_min = 0; in imx_sc_rtc_probe()
167 imx_sc_rtc->range_max = U32_MAX; in imx_sc_rtc_probe()
169 ret = rtc_register_device(imx_sc_rtc); in imx_sc_rtc_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0032_linux_drivers_regulator_remoteproc_reset_rpmsg_rtc.patch2611 static struct rtc_device *imx_sc_rtc;