Searched refs:pca954x (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/i2c/muxes/
H A DMakefile4 obj-$(CONFIG_I2C_MUX_PCA954x) += pca954x.o
H A Dpca954x.c21 * pca954x.c from Kumar Gala <galak@kernel.crashing.org>
25 * pca954x.c from Ken Harrenstien
45 #include <linux/i2c/pca954x.h>
60 struct pca954x { struct
151 struct pca954x *data = i2c_get_clientdata(client);
174 struct pca954x *data = i2c_get_clientdata(client);
190 struct pca954x *data;
196 data = kzalloc(sizeof(struct pca954x), GFP_KERNEL);
260 struct pca954x *data = i2c_get_clientdata(client);
278 .name = "pca954x",
[all...]

Completed in 162 milliseconds