Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-cros-ec.c27 struct cros_ec_rtc { struct
79 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_read_time() local
98 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_set_time() local
115 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_read_alarm() local
145 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_set_alarm() local
202 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_alarm_irq_enable() local
263 struct cros_ec_rtc *cros_ec_rtc; in cros_ec_rtc_event() local
268 cros_ec_rtc = container_of(nb, struct cros_ec_rtc, notifier); in cros_ec_rtc_event()
320 struct cros_ec_rtc *cros_ec_rtc; in cros_ec_rtc_probe() local
324 cros_ec_rtc = devm_kzalloc(&pdev->dev, sizeof(*cros_ec_rtc), in cros_ec_rtc_probe()
[all …]