Home
last modified time | relevance | path

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

/external/u-boot/drivers/rtc/
Drtc-uclass.c14 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get()
24 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set()
34 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset()
44 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8()
54 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8()
Dsandbox_rtc.c87 static const struct rtc_ops sandbox_rtc_ops = {
Dpcf2127.c93 static const struct rtc_ops pcf2127_rtc_ops = {
Disl1208.c160 static const struct rtc_ops isl1208_rtc_ops = {
Dmvrtc.c158 static const struct rtc_ops mv_rtc_ops = {
Dmc146818.c234 static const struct rtc_ops rtc_mc146818_ops = {
Ds35392a.c343 static const struct rtc_ops s35392a_rtc_ops = {
Drx8010sj.c357 static const struct rtc_ops rx8010sj_rtc_ops = {
Dds1307.c328 static const struct rtc_ops ds1307_rtc_ops = {
/external/u-boot/include/
Drtc.h21 struct rtc_ops { struct
77 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument