Home
last modified time | relevance | path

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

/drivers/rtc/
A Drtc-cros-ec.c28 struct cros_ec_rtc { struct
74 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_read_time() local
93 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_set_time() local
110 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_read_alarm() local
140 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_set_alarm() local
197 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_alarm_irq_enable() local
258 struct cros_ec_rtc *cros_ec_rtc; in cros_ec_rtc_event() local
263 cros_ec_rtc = container_of(nb, struct cros_ec_rtc, notifier); in cros_ec_rtc_event()
315 struct cros_ec_rtc *cros_ec_rtc; in cros_ec_rtc_probe() local
319 cros_ec_rtc = devm_kzalloc(&pdev->dev, sizeof(*cros_ec_rtc), in cros_ec_rtc_probe()
[all …]

Completed in 6 milliseconds