Searched refs:rtc_ops (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/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-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-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-b5ze-s3.c | 807 static const struct rtc_class_ops rtc_ops = { variable 880 data->rtc->ops = &rtc_ops; in abb5zes3_probe()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-bd70528.c | 500 const struct rtc_class_ops *rtc_ops; in bd70528_probe() local 530 rtc_ops = &bd70528_rtc_ops; in bd70528_probe() 536 rtc_ops = &bd71828_rtc_ops; in bd70528_probe() 560 ret = rtc_ops->read_time(&pdev->dev, &t); in bd70528_probe() 563 ret = rtc_ops->set_time(&pdev->dev, &t); in bd70528_probe() 583 rtc->ops = rtc_ops; in bd70528_probe()
|
H A D | rtc-ds1307.c | 193 const struct rtc_class_ops *rtc_ops; member 1052 .rtc_ops = &rx8130_rtc_ops, 1057 .rtc_ops = &m41txx_rtc_ops, 1060 .rtc_ops = &m41txx_rtc_ops, 1066 .rtc_ops = &m41txx_rtc_ops, 1074 .rtc_ops = &mcp794xx_rtc_ops, 2038 ds1307->rtc->ops = chip->rtc_ops ?: &ds13xx_rtc_ops; in ds1307_probe()
|
H A D | rtc-ab-eoz9.c | 259 static const struct rtc_class_ops rtc_ops = { variable 419 data->rtc->ops = &rtc_ops; in abeoz9_probe()
|
H A D | rtc-pcf85363.c | 285 static const struct rtc_class_ops rtc_ops = { variable 403 pcf85363->rtc->ops = &rtc_ops; in pcf85363_probe()
|
H A D | rtc-ab-b5ze-s3.c | 807 static const struct rtc_class_ops rtc_ops = { variable 881 data->rtc->ops = &rtc_ops; in abb5zes3_probe()
|
Completed in 18 milliseconds