Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-ds1307.c106 struct ds1307 { struct
318 struct ds1307 *ds1307; in ds1307_work() local
323 ds1307 = container_of(work, struct ds1307, work); in ds1307_work()
324 client = ds1307->client; in ds1307_work()
325 lock = &ds1307->rtc->ops_lock; in ds1307_work()
343 rtc_update_irq(ds1307->rtc, 1, RTC_AF | RTC_IRQF); in ds1307_work()
347 if (test_bit(HAS_ALARM, &ds1307->flags)) in ds1307_work()
355 struct ds1307 *ds1307 = i2c_get_clientdata(client); in ds1307_irq() local
358 schedule_work(&ds1307->work); in ds1307_irq()
366 struct ds1307 *ds1307 = dev_get_drvdata(dev); in ds1307_get_time() local
[all …]
DMakefile41 obj-$(CONFIG_RTC_DRV_DS1307) += rtc-ds1307.o
DKconfig172 will be called rtc-ds1307.