Searched refs:rtc_ops (Results 1 – 20 of 20) sorted by relevance
/openbmc/u-boot/drivers/rtc/ |
H A D | rtc-uclass.c | 14 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 D | pl031.c | 113 static const struct rtc_ops pl031_ops = {
|
H A D | pcf2127.c | 93 static const struct rtc_ops pcf2127_rtc_ops = {
|
H A D | sandbox_rtc.c | 87 static const struct rtc_ops sandbox_rtc_ops = {
|
H A D | mvrtc.c | 158 static const struct rtc_ops mv_rtc_ops = {
|
H A D | isl1208.c | 178 static const struct rtc_ops isl1208_rtc_ops = {
|
H A D | m41t62.c | 158 static const struct rtc_ops m41t62_rtc_ops = {
|
H A D | mc146818.c | 236 static const struct rtc_ops rtc_mc146818_ops = {
|
H A D | s35392a.c | 343 static const struct rtc_ops s35392a_rtc_ops = {
|
H A D | rx8010sj.c | 357 static const struct rtc_ops rx8010sj_rtc_ops = {
|
H A D | ds1307.c | 324 static const struct rtc_ops ds1307_rtc_ops = {
|
H A D | rv3029.c | 475 static const struct rtc_ops rv3029_rtc_ops = {
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-bd70528.c | 238 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 D | rtc-ds1307.c | 192 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 D | rtc-pcf85363.c | 314 static const struct rtc_class_ops rtc_ops = { variable 432 pcf85363->rtc->ops = &rtc_ops; in pcf85363_probe()
|
H A D | rtc-ab-eoz9.c | 370 static const struct rtc_class_ops rtc_ops = { variable 533 data->rtc->ops = &rtc_ops; in abeoz9_probe()
|
H A D | rtc-ab-b5ze-s3.c | 807 static const struct rtc_class_ops rtc_ops = { variable 880 data->rtc->ops = &rtc_ops; in abb5zes3_probe()
|
/openbmc/u-boot/include/ |
H A D | rtc.h | 21 struct rtc_ops { struct 77 #define rtc_get_ops(dev) ((struct rtc_ops *)(dev)->driver->ops) argument
|
/openbmc/qemu/hw/rtc/ |
H A D | xlnx-zynqmp-rtc.c | 174 static const MemoryRegionOps rtc_ops = { variable 197 &rtc_ops, in rtc_init()
|
/openbmc/qemu/hw/mips/ |
H A D | jazz.c | 91 static const MemoryRegionOps rtc_ops = { variable 360 memory_region_init_io(rtc, NULL, &rtc_ops, NULL, "rtc", 0x1000); in mips_jazz_init()
|