Home | History | Annotate | Download | only in linux

Lines Matching defs:i2c

40 #include <dev/i2c/i2cvar.h>
41 #include <dev/i2c/i2c_bitbang.h> /* XXX include order botch */
43 #include <linux/i2c.h>
44 #include <linux/i2c-algo-bit.h>
62 * Client operations: operations with a particular i2c slave device.
125 * Adapter operations: operations over an i2c bus via a particular
161 netbsd_i2c_transfer(i2c_tag_t i2c, struct i2c_msg *msgs, int n)
174 error = iic_exec(i2c, op, msgs[i].addr,
180 error = iic_exec(i2c, op, msgs[i].addr,
254 i2c_tag_t i2c = &controller;
263 error = netbsd_i2c_transfer(i2c, msgs, n);