Home
last modified time | relevance | path

Searched refs:allow_set_time (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-pm8xxx.c53 * @allow_set_time: whether the time can be set
63 bool allow_set_time; member
247 if (rtc_dd->allow_set_time) in pm8xxx_rtc_set_time()
480 rtc_dd->allow_set_time = of_property_read_bool(pdev->dev.of_node, in pm8xxx_rtc_probe()
494 if (!rtc_dd->allow_set_time) { in pm8xxx_rtc_probe()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pm8xxx.c50 * @allow_set_time: indicates whether writing to the RTC is allowed
59 bool allow_set_time; member
84 if (!rtc_dd->allow_set_time) in pm8xxx_rtc_set_time()
475 rtc_dd->allow_set_time = of_property_read_bool(pdev->dev.of_node, in pm8xxx_rtc_probe()

Completed in 3 milliseconds