Searched refs:i2c_driver (Results 1 - 25 of 124) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2c-isa.h26 extern int i2c_isa_add_driver(struct i2c_driver *driver);
27 extern int i2c_isa_del_driver(struct i2c_driver *driver);
H A Di2c.h46 struct i2c_driver;
107 struct i2c_driver { struct
147 #define to_i2c_driver(d) container_of(d, struct i2c_driver, driver)
170 struct i2c_driver *driver; /* and our access routines */
376 extern int i2c_register_driver(struct module *, struct i2c_driver *);
377 extern void i2c_del_driver(struct i2c_driver *);
379 static inline int i2c_add_driver(struct i2c_driver *driver)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcs53l32a.c137 static struct i2c_driver i2c_driver; variable in typeref:struct:i2c_driver
154 client->driver = &i2c_driver;
211 static struct i2c_driver i2c_driver = { variable in typeref:struct:i2c_driver
224 return i2c_add_driver(&i2c_driver);
229 i2c_del_driver(&i2c_driver);
H A Dtlv320aic23b.c129 static struct i2c_driver i2c_driver; variable in typeref:struct:i2c_driver
146 client->driver = &i2c_driver;
195 static struct i2c_driver i2c_driver = { variable in typeref:struct:i2c_driver
208 return i2c_add_driver(&i2c_driver);
213 i2c_del_driver(&i2c_driver);
H A Dupd64031a.c196 static struct i2c_driver i2c_driver; variable in typeref:struct:i2c_driver
214 client->driver = &i2c_driver;
260 static struct i2c_driver i2c_driver = { variable in typeref:struct:i2c_driver
273 return i2c_add_driver(&i2c_driver);
278 i2c_del_driver(&i2c_driver);
H A Dupd64083.c174 static struct i2c_driver i2c_driver; variable in typeref:struct:i2c_driver
192 client->driver = &i2c_driver;
237 static struct i2c_driver i2c_driver = { variable in typeref:struct:i2c_driver
250 return i2c_add_driver(&i2c_driver);
255 i2c_del_driver(&i2c_driver);
H A Dwm8739.c262 static struct i2c_driver i2c_driver; variable in typeref:struct:i2c_driver
279 client->driver = &i2c_driver;
337 static struct i2c_driver i2c_driver = { variable in typeref:struct:i2c_driver
350 return i2c_add_driver(&i2c_driver);
355 i2c_del_driver(&i2c_driver);
H A Dwm8775.c162 static struct i2c_driver i2c_driver; variable in typeref:struct:i2c_driver
179 client->driver = &i2c_driver;
239 static struct i2c_driver i2c_driver = { variable in typeref:struct:i2c_driver
252 return i2c_add_driver(&i2c_driver);
257 i2c_del_driver(&i2c_driver);
H A Dtea6415c.c51 static struct i2c_driver driver;
193 static struct i2c_driver driver = {
H A Dtea6420.c48 static struct i2c_driver driver;
169 static struct i2c_driver driver = {
H A Dtda9840.c51 static struct i2c_driver driver;
224 static struct i2c_driver driver = {
H A Dbt856.c293 static struct i2c_driver i2c_driver_bt856;
398 static struct i2c_driver i2c_driver_bt856 = {
H A Dmsp3400-driver.c804 static struct i2c_driver i2c_driver; variable in typeref:struct:i2c_driver
823 client->driver = &i2c_driver;
998 static struct i2c_driver i2c_driver = { variable in typeref:struct:i2c_driver
1012 return i2c_add_driver(&i2c_driver);
1017 i2c_del_driver(&i2c_driver);
H A Dtuner-3036.c176 static struct i2c_driver
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-isa.c75 int i2c_isa_add_driver(struct i2c_driver *driver)
97 int i2c_isa_del_driver(struct i2c_driver *driver)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dds1374.c48 static struct i2c_driver ds1374_driver;
243 static struct i2c_driver ds1374_driver = {
H A Dpca9539.c40 static struct i2c_driver pca9539_driver = {
H A Dpcf8574.c67 static struct i2c_driver pcf8574_driver = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbt832.c53 static struct i2c_driver driver;
230 static struct i2c_driver driver = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dkeywest.c42 struct i2c_driver keywest_driver = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/
H A Di2c-core.c53 struct i2c_driver *driver = to_i2c_driver(drv);
95 struct i2c_driver *driver = to_i2c_driver(dev->driver);
107 struct i2c_driver *driver;
128 struct i2c_driver *driver;
139 struct i2c_driver *driver;
151 struct i2c_driver *driver;
262 struct i2c_driver *driver = client->driver;
330 struct i2c_driver *driver;
363 driver = list_entry(item, struct i2c_driver, list);
470 struct i2c_driver *drive
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddac3550a.c43 struct i2c_driver daca_driver = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ovcamchip/
H A Dovcamchip_core.c72 static struct i2c_driver driver;
411 static struct i2c_driver driver = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_max6690_sensor.c39 static struct i2c_driver wf_max6690_driver = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dakita-ioexp.c126 static struct i2c_driver max7310_i2c_driver = {

Completed in 204 milliseconds

12345