Searched refs:rtc_dd (Results 1 – 1 of 1) sorted by relevance
249 if (!rtc_dd->nvmem_cell && !rtc_dd->use_uefi) in pm8xxx_rtc_update_offset()270 if (rtc_dd->nvmem_cell) in pm8xxx_rtc_update_offset()362 secs - rtc_dd->offset, rtc_dd->offset); in pm8xxx_rtc_set_time()380 secs - rtc_dd->offset, rtc_dd->offset); in pm8xxx_rtc_read_time()568 rtc_dd->nvmem_cell = devm_nvmem_cell_get(rtc_dd->dev, "offset"); in pm8xxx_rtc_probe_offset()579 rtc_dd->use_uefi = of_property_read_bool(rtc_dd->dev->of_node, in pm8xxx_rtc_probe_offset()605 rtc_dd = devm_kzalloc(&pdev->dev, sizeof(*rtc_dd), GFP_KERNEL); in pm8xxx_rtc_probe()606 if (rtc_dd == NULL) in pm8xxx_rtc_probe()613 if (!rtc_dd->regmap) in pm8xxx_rtc_probe()669 pm8xxx_rtc_write_nvmem_offset(rtc_dd, rtc_dd->offset); in pm8xxx_shutdown()[all …]
Completed in 5 milliseconds