Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A 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()
H A Dpl031.c113 static const struct rtc_ops pl031_ops = {
H A Dpcf2127.c93 static const struct rtc_ops pcf2127_rtc_ops = {
H A Dsandbox_rtc.c87 static const struct rtc_ops sandbox_rtc_ops = {
H A Dmvrtc.c158 static const struct rtc_ops mv_rtc_ops = {
H A Disl1208.c178 static const struct rtc_ops isl1208_rtc_ops = {
H A Dm41t62.c158 static const struct rtc_ops m41t62_rtc_ops = {
H A Dmc146818.c236 static const struct rtc_ops rtc_mc146818_ops = {
H A Ds35392a.c343 static const struct rtc_ops s35392a_rtc_ops = {
H A Drx8010sj.c357 static const struct rtc_ops rx8010sj_rtc_ops = {
H A Dds1307.c324 static const struct rtc_ops ds1307_rtc_ops = {
H A Drv3029.c475 static const struct rtc_ops rv3029_rtc_ops = {
/openbmc/linux/drivers/rtc/
H A Drtc-bd70528.c238 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local
258 rtc_ops = &bd71828_rtc_ops; in bd70528_probe()
306 ret = rtc_ops->read_time(&pdev->dev, &t); in bd70528_probe()
309 ret = rtc_ops->set_time(&pdev->dev, &t); in bd70528_probe()
329 rtc->ops = rtc_ops; in bd70528_probe()
H A Drtc-ds1307.c192 const struct rtc_class_ops *rtc_ops; member
1023 .rtc_ops = &rx8130_rtc_ops,
1028 .rtc_ops = &m41txx_rtc_ops,
1031 .rtc_ops = &m41txx_rtc_ops,
1037 .rtc_ops = &m41txx_rtc_ops,
1045 .rtc_ops = &mcp794xx_rtc_ops,
1976 ds1307->rtc->ops = chip->rtc_ops ?: &ds13xx_rtc_ops; in ds1307_probe()
H A Drtc-pcf85363.c314 static const struct rtc_class_ops rtc_ops = { variable
432 pcf85363->rtc->ops = &rtc_ops; in pcf85363_probe()
H A Drtc-ab-eoz9.c370 static const struct rtc_class_ops rtc_ops = { variable
533 data->rtc->ops = &rtc_ops; in abeoz9_probe()
H A Drtc-ab-b5ze-s3.c807 static const struct rtc_class_ops rtc_ops = { variable
880 data->rtc->ops = &rtc_ops; in abb5zes3_probe()
/openbmc/u-boot/include/
H A Drtc.h21 struct rtc_ops { struct
77 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument
/openbmc/qemu/hw/rtc/
H A Dxlnx-zynqmp-rtc.c174 static const MemoryRegionOps rtc_ops = { variable
197 &rtc_ops, in rtc_init()
/openbmc/qemu/hw/mips/
H A Djazz.c91 static const MemoryRegionOps rtc_ops = { variable
360 memory_region_init_io(rtc, NULL, &rtc_ops, NULL, "rtc", 0x1000); in mips_jazz_init()