Searched refs:pcf8583 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-pcf8583.c2 * drivers/rtc/rtc-pcf8583.c
29 struct pcf8583 { struct
45 #define get_ctrl(x) ((struct pcf8583 *)i2c_get_clientdata(x))->ctrl
270 struct pcf8583 *pcf8583; local
276 pcf8583 = kzalloc(sizeof(struct pcf8583), GFP_KERNEL);
277 if (!pcf8583)
280 i2c_set_clientdata(client, pcf8583);
282 pcf8583
299 struct pcf8583 *pcf8583 = i2c_get_clientdata(client); local
[all...]
H A DMakefile71 obj-$(CONFIG_RTC_DRV_PCF8583) += rtc-pcf8583.o

Completed in 116 milliseconds