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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa711x.c466 static struct i2c_driver i2c_driver_saa711x; variable in typeref:struct:i2c_driver
492 client->driver = &i2c_driver_saa711x;
561 static struct i2c_driver i2c_driver_saa711x = { variable in typeref:struct:i2c_driver
574 return i2c_add_driver(&i2c_driver_saa711x);
580 i2c_del_driver(&i2c_driver_saa711x);
H A Dsaa7115.c1443 static struct i2c_driver i2c_driver_saa711x; variable in typeref:struct:i2c_driver
1462 client->driver = &i2c_driver_saa711x;
1576 static struct i2c_driver i2c_driver_saa711x = { variable in typeref:struct:i2c_driver
1589 return i2c_add_driver(&i2c_driver_saa711x);
1594 i2c_del_driver(&i2c_driver_saa711x);

Completed in 44 milliseconds