Searched refs:cros_ec_rtc (Results 1 – 1 of 1) sorted by relevance
28 struct cros_ec_rtc { struct74 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_read_time() local93 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_set_time() local110 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_read_alarm() local140 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_set_alarm() local197 struct cros_ec_rtc *cros_ec_rtc = dev_get_drvdata(dev); in cros_ec_rtc_alarm_irq_enable() local258 struct cros_ec_rtc *cros_ec_rtc; in cros_ec_rtc_event() local263 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() local319 cros_ec_rtc = devm_kzalloc(&pdev->dev, sizeof(*cros_ec_rtc), in cros_ec_rtc_probe()[all …]
Completed in 6 milliseconds