Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-ep93xx.c28 struct ep93xx_rtc { struct
36 struct ep93xx_rtc *ep93xx_rtc = dev_get_drvdata(dev); in ep93xx_rtc_get_swcomp() argument
54 struct ep93xx_rtc *ep93xx_rtc = dev_get_drvdata(dev); in ep93xx_rtc_read_time() local
65 struct ep93xx_rtc *ep93xx_rtc = dev_get_drvdata(dev); in ep93xx_rtc_set_time() local
124 struct ep93xx_rtc *ep93xx_rtc; in ep93xx_rtc_probe() local
127 ep93xx_rtc = devm_kzalloc(&pdev->dev, sizeof(*ep93xx_rtc), GFP_KERNEL); in ep93xx_rtc_probe()
128 if (!ep93xx_rtc) in ep93xx_rtc_probe()
132 if (IS_ERR(ep93xx_rtc->mmio_base)) in ep93xx_rtc_probe()
138 if (IS_ERR(ep93xx_rtc->rtc)) in ep93xx_rtc_probe()
139 return PTR_ERR(ep93xx_rtc->rtc); in ep93xx_rtc_probe()
[all …]