Home
last modified time | relevance | path

Searched refs:i2c_driver (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/linux-2.6.39/include/drm/
Ddrm_encoder_slave.h121 struct i2c_driver i2c_driver; member
130 i2c_driver)
148 return i2c_register_driver(owner, &driver->i2c_driver); in drm_i2c_encoder_register()
157 i2c_del_driver(&driver->i2c_driver); in drm_i2c_encoder_unregister()
/linux-2.6.39/include/linux/
Di2c.h47 struct i2c_driver;
142 struct i2c_driver { struct
181 #define to_i2c_driver(d) container_of(d, struct i2c_driver, driver) argument
208 struct i2c_driver *driver; /* and our access routines */
434 extern int i2c_register_driver(struct module *, struct i2c_driver *);
435 extern void i2c_del_driver(struct i2c_driver *);
437 static inline int i2c_add_driver(struct i2c_driver *driver) in i2c_add_driver()
/linux-2.6.39/Documentation/i2c/
Dupgrading-clients22 static struct i2c_driver example_driver;
78 static struct i2c_driver example_driver = {
99 - static struct i2c_driver example_driver;
111 static struct i2c_driver example_driver = {
116 Add the probe and remove methods to the i2c_driver, as so:
118 static struct i2c_driver example_driver = {
131 i2c_driver entry names. The rest of the probe routine will now need to be
219 static struct i2c_driver example_driver = {
271 static struct i2c_driver example_driver = {
/linux-2.6.39/drivers/i2c/
Di2c-core.c53 static int i2c_detect(struct i2c_adapter *adapter, struct i2c_driver *driver);
71 struct i2c_driver *driver; in i2c_device_match()
109 struct i2c_driver *driver; in i2c_device_probe()
135 struct i2c_driver *driver; in i2c_device_remove()
159 struct i2c_driver *driver; in i2c_device_shutdown()
172 struct i2c_driver *driver; in i2c_legacy_suspend()
185 struct i2c_driver *driver; in i2c_legacy_resume()
591 static struct i2c_driver dummy_driver = {
792 static int i2c_do_add_adapter(struct i2c_driver *driver, in i2c_do_add_adapter()
969 static int i2c_do_del_adapter(struct i2c_driver *driver, in i2c_do_del_adapter()
[all …]
/linux-2.6.39/drivers/macintosh/
Dwindfarm_max6690_sensor.c90 static struct i2c_driver wf_max6690_driver;
177 static struct i2c_driver wf_max6690_driver = {
Dwindfarm_lm75_sensor.c116 static struct i2c_driver wf_lm75_driver;
226 static struct i2c_driver wf_lm75_driver = {
/linux-2.6.39/drivers/rtc/
Drtc-ds1672.c25 static struct i2c_driver ds1672_driver;
195 static struct i2c_driver ds1672_driver = {
Drtc-bq32k.c40 static struct i2c_driver bq32k_driver;
180 static struct i2c_driver bq32k_driver = {
Drtc-pcf8563.c47 static struct i2c_driver pcf8563_driver;
245 static struct i2c_driver pcf8563_driver = {
Drtc-max6900.c53 static struct i2c_driver max6900_driver;
255 static struct i2c_driver max6900_driver = {
Drtc-rx8581.c55 static struct i2c_driver rx8581_driver;
269 static struct i2c_driver rx8581_driver = {
Drtc-isl12022.c42 static struct i2c_driver isl12022_driver;
302 static struct i2c_driver isl12022_driver = {
Drtc-pcf8583.c43 static struct i2c_driver pcf8583_driver;
313 static struct i2c_driver pcf8583_driver = {
Drtc-s35390a.c202 static struct i2c_driver s35390a_driver;
298 static struct i2c_driver s35390a_driver = {
/linux-2.6.39/drivers/staging/go7007/
Dwis-ov7640.c86 static struct i2c_driver wis_ov7640_driver = {
Dwis-uda1342.c91 static struct i2c_driver wis_uda1342_driver = {
/linux-2.6.39/drivers/hwmon/
Dmax16064.c68 static struct i2c_driver max16064_driver = {
/linux-2.6.39/drivers/gpio/
Dmax7300.c71 static struct i2c_driver max7300_driver = {
/linux-2.6.39/sound/ppc/
Dkeywest.c100 static struct i2c_driver keywest_driver = {
/linux-2.6.39/drivers/mfd/
Dwm8350-i2c.c106 static struct i2c_driver wm8350_i2c_driver = {
/linux-2.6.39/drivers/misc/
Dad525x_dpot-i2c.c111 static struct i2c_driver ad_dpot_i2c_driver = {
Dtsl2550.c349 static struct i2c_driver tsl2550_driver;
445 static struct i2c_driver tsl2550_driver = {
/linux-2.6.39/drivers/input/misc/
Dcma3000_d0x_i2c.c115 static struct i2c_driver cma3000_i2c_driver = {
Dad714x-i2c.c114 static struct i2c_driver ad714x_i2c_driver = {
/linux-2.6.39/drivers/media/video/
Dths7303.c130 static struct i2c_driver ths7303_driver = {

12345678910>>...15