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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-old.h32 struct i2c_driver;
64 struct i2c_driver struct
134 struct i2c_driver *driver;
146 int i2c_register_driver(struct i2c_driver *driver);
147 int i2c_unregister_driver(struct i2c_driver *driver);
H A Di2c.h69 struct i2c_driver;
137 struct i2c_driver { struct
191 struct i2c_driver *driver; /* and our access routines */
316 extern int i2c_add_driver(struct i2c_driver *);
317 extern int i2c_del_driver(struct i2c_driver *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-old.h32 struct i2c_driver;
64 struct i2c_driver struct
134 struct i2c_driver *driver;
146 int i2c_register_driver(struct i2c_driver *driver);
147 int i2c_unregister_driver(struct i2c_driver *driver);
H A Di2c.h69 struct i2c_driver;
137 struct i2c_driver { struct
191 struct i2c_driver *driver; /* and our access routines */
316 extern int i2c_add_driver(struct i2c_driver *);
317 extern int i2c_del_driver(struct i2c_driver *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-philips-par.c254 static struct parport_driver i2c_driver = { variable in typeref:struct:parport_driver
270 parport_register_driver(&i2c_driver);
282 parport_unregister_driver(&i2c_driver);
H A Di2c-core.c71 static struct i2c_driver *drivers[I2C_DRIVER_MAX];
287 int i2c_add_driver(struct i2c_driver *driver)
324 int i2c_del_driver(struct i2c_driver *driver)
H A Di2c-dev.c113 static struct i2c_driver i2cdev_driver = {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Di2c-old.c36 static struct i2c_driver *drivers[I2C_DRIVER_MAX];
66 static void i2c_attach_device(struct i2c_bus *bus, struct i2c_driver *driver)
236 int i2c_register_driver(struct i2c_driver *driver)
264 int i2c_unregister_driver(struct i2c_driver *driver)
H A Dtuner-3036.c185 static struct i2c_driver
H A Dtda7432.c97 static struct i2c_driver driver;
511 static struct i2c_driver driver = {
H A Dtda9875.c68 static struct i2c_driver driver;
386 static struct i2c_driver driver = {
H A Dadv7175.c441 static struct i2c_driver i2c_driver_adv7175 = {
451 static struct i2c_driver i2c_driver_adv7176 = {
H A Dbt856.c281 static struct i2c_driver i2c_driver_bt856 = {
H A Dsaa7111.c427 static struct i2c_driver i2c_driver_saa7111 = {
H A Dsaa7185.c385 static struct i2c_driver i2c_driver_saa7185 = {
H A Dtvmixer.c218 static struct i2c_driver driver = {
H A Dbt819.c473 static struct i2c_driver i2c_driver_bt819 = {
H A Dsaa7110.c403 static struct i2c_driver i2c_driver_saa7110 =
H A Dtuner.c67 static struct i2c_driver driver;
915 static struct i2c_driver driver = {
H A Dsaa5249.c259 static struct i2c_driver i2c_driver_videotext =
H A Dtvaudio.c161 static struct i2c_driver driver;
1540 static struct i2c_driver driver = {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/char/
H A Dpcf8583.c20 static struct i2c_driver pcf8583_driver;
227 static struct i2c_driver pcf8583_driver = {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/dmasound/
H A Ddac3550a.c54 struct i2c_driver daca_driver = {
H A Dtas3001c.c92 struct i2c_driver tas_driver = {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/matrox/
H A Dmatroxfb_maven.c974 static struct i2c_driver maven_driver;
1039 static struct i2c_driver maven_driver={

Completed in 217 milliseconds

12