Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rtc/
Drtc-isl12022.c45 struct isl12022 { struct
161 struct isl12022 *isl12022 = i2c_get_clientdata(client); in isl12022_set_datetime() local
172 if (!isl12022->write_enabled) { in isl12022_set_datetime()
206 isl12022->write_enabled = 1; in isl12022_set_datetime()
253 struct isl12022 *isl12022; in isl12022_probe() local
260 isl12022 = kzalloc(sizeof(struct isl12022), GFP_KERNEL); in isl12022_probe()
261 if (!isl12022) in isl12022_probe()
266 i2c_set_clientdata(client, isl12022); in isl12022_probe()
268 isl12022->rtc = rtc_device_register(isl12022_driver.driver.name, in isl12022_probe()
273 if (IS_ERR(isl12022->rtc)) { in isl12022_probe()
[all …]
DMakefile54 obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o
DKconfig241 will be called rtc-isl12022.