Searched refs:pcf (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/algos/
H A DMakefile6 obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
H A Di2c-algo-pcf.c2 /* i2c-algo-pcf.c i2c driver algorithms for PCF8584 adapters */
37 #include <linux/i2c-algo-pcf.h>
38 #include "i2c-algo-pcf.h"
113 "i2c-algo-pcf.o: lost arbitration (CSR 0x%02x)\n",
127 "i2c-algo-pcf.o: reset LAB condition (CSR 0x%02x)\n",
153 DEB3(printk(KERN_DEBUG "i2c-algo-pcf.o: PCF state 0x%02x\n", get_pcf(adap, 1)));
160 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S0 (0x%02x).\n", temp));
168 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't set S0 (0x%02x).\n", temp));
176 DEB2(printk(KERN_ERR "i2c-algo-pcf.o: PCF detection failed -- can't select S2 (0x%02x).\n", temp));
184 DEB2(printk(KERN_ERR "i2c-algo-pcf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-pcf8583.c292 struct pcf8583 *pcf = i2c_get_clientdata(client); local
293 struct rtc_device *rtc = pcf->rtc;
301 kfree(pcf);
316 struct pcf8583 *pcf; local
335 pcf = kzalloc(sizeof(*pcf), GFP_KERNEL);
336 if (!pcf)
339 client = &pcf->client;
365 pcf->rtc = rtc;
366 i2c_set_clientdata(client, pcf);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-elektor.c40 #include <linux/i2c-algo-pcf.h>
45 #include "../algos/i2c-algo-pcf.h"
59 in some functions, called from the algo-pcf module. Sometimes it's

Completed in 124 milliseconds