Home
last modified time | relevance | path

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

12345678910>>...18

/linux-3.4.99/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-3.4.99/drivers/gpu/drm/exynos/
Dexynos_hdmi.h34 extern struct i2c_driver hdmiphy_driver;
35 extern struct i2c_driver ddc_driver;
Dexynos_ddc.c48 struct i2c_driver ddc_driver = {
Dexynos_hdmiphy.c48 struct i2c_driver hdmiphy_driver = {
/linux-3.4.99/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-3.4.99/include/linux/
Di2c.h48 struct i2c_driver;
161 struct i2c_driver { struct
200 #define to_i2c_driver(d) container_of(d, struct i2c_driver, driver) argument
227 struct i2c_driver *driver; /* and our access routines */
450 extern int i2c_register_driver(struct module *, struct i2c_driver *);
451 extern void i2c_del_driver(struct i2c_driver *);
/linux-3.4.99/drivers/rtc/
Drtc-em3027.c42 static struct i2c_driver em3027_driver;
138 static struct i2c_driver em3027_driver = {
Drtc-ds1672.c26 static struct i2c_driver ds1672_driver;
196 static struct i2c_driver ds1672_driver = {
Drtc-bq32k.c40 static struct i2c_driver bq32k_driver;
180 static struct i2c_driver bq32k_driver = {
Drtc-pcf8563.c48 static struct i2c_driver pcf8563_driver;
246 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.c43 static struct i2c_driver isl12022_driver;
303 static struct i2c_driver isl12022_driver = {
Drtc-pcf8583.c43 static struct i2c_driver pcf8583_driver;
313 static struct i2c_driver pcf8583_driver = {
/linux-3.4.99/drivers/i2c/
Di2c-core.c54 static int i2c_detect(struct i2c_adapter *adapter, struct i2c_driver *driver);
72 struct i2c_driver *driver; in i2c_device_match()
110 struct i2c_driver *driver; in i2c_device_probe()
136 struct i2c_driver *driver; in i2c_device_remove()
160 struct i2c_driver *driver; in i2c_device_shutdown()
173 struct i2c_driver *driver; in i2c_legacy_suspend()
186 struct i2c_driver *driver; in i2c_legacy_resume()
594 static struct i2c_driver dummy_driver = {
795 static int i2c_do_add_adapter(struct i2c_driver *driver, in i2c_do_add_adapter()
977 static int i2c_do_del_adapter(struct i2c_driver *driver, in i2c_do_del_adapter()
[all …]
/linux-3.4.99/drivers/macintosh/
Dwindfarm_max6690_sensor.c90 static struct i2c_driver wf_max6690_driver;
177 static struct i2c_driver wf_max6690_driver = {
Dwindfarm_lm75_sensor.c115 static struct i2c_driver wf_lm75_driver;
225 static struct i2c_driver wf_lm75_driver = {
/linux-3.4.99/drivers/staging/media/go7007/
Dwis-ov7640.c86 static struct i2c_driver wis_ov7640_driver = {
Dwis-uda1342.c91 static struct i2c_driver wis_uda1342_driver = {
/linux-3.4.99/drivers/gpio/
Dgpio-max7300.c69 static struct i2c_driver max7300_driver = {
/linux-3.4.99/drivers/mfd/
Dwm831x-i2c.c90 static struct i2c_driver wm831x_i2c_driver = {
/linux-3.4.99/sound/ppc/
Dkeywest.c99 static struct i2c_driver keywest_driver = {
/linux-3.4.99/drivers/hwmon/pmbus/
Dmax16064.c114 static struct i2c_driver max16064_driver = {
/linux-3.4.99/drivers/input/touchscreen/
Dad7879-i2c.c94 static struct i2c_driver ad7879_i2c_driver = {
/linux-3.4.99/drivers/misc/
Dad525x_dpot-i2c.c106 static struct i2c_driver ad_dpot_i2c_driver = {

12345678910>>...18