Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rtc/
H A Drtc-uclass.c15 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get()
25 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set()
35 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset()
45 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8()
55 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8()
125 const struct rtc_ops *ops = dev_get_driver_ops(dev); in rtc_alarm_trigger()
H A Dsandbox_rtc.c88 static const struct rtc_ops sandbox_rtc_ops = {
H A Dpcf2127.c93 static const struct rtc_ops pcf2127_rtc_ops = {
H A Drk8xx_rtc.c134 static struct rtc_ops rk8xx_rtc_ops = {
H A Dmc146818.c235 static const struct rtc_ops rtc_mc146818_ops = {
H A Dds1307.c362 static const struct rtc_ops ds1307_rtc_ops = {
/rk3399_rockchip-uboot/include/
H A Drtc.h22 struct rtc_ops { struct
85 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument