Searched refs:I2C_OP_READ (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Di2c_io.h48 I2C_OP_READ = 0, enumerator in enum:__anon7147
77 * I2C_OP_WRITE and I2C_OP_READ.
H A Dm41st84.c300 if (iic_exec(sc->sc_tag, I2C_OP_READ, sc->sc_address,
394 if (iic_exec(sc->sc_tag, I2C_OP_READ, sc->sc_address,
H A Dau8522.c77 return iic_exec(au->i2c, I2C_OP_READ, au->i2c_addr,
H A Dlg3303.c141 return iic_exec(lg->i2c, I2C_OP_READ, lg->i2c_addr,
H A Dmax6900.c415 if (iic_exec(sc->sc_tag, I2C_OP_READ, sc->sc_address,
H A Dxc5k.c201 error = iic_exec(xc->i2c, I2C_OP_READ, xc->i2c_addr,
H A Dzl10353.c145 static const i2c_op_t op = I2C_OP_READ;
H A Dxc3028.c457 error = iic_exec(xc->i2c, I2C_OP_READ, xc->i2c_addr,
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Ddbcool_ki2c.c118 iic_exec(dc->dc_tag, I2C_OP_READ, dc->dc_addr, &reg, 1, &data, 1, 0);
/netbsd-6-1-5-RELEASE/sys/arch/mips/ralink/
H A Dralink_i2c.c227 case I2C_OP_READ:
297 I2C_OP_READ);
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Demdtv.c216 if (iic_exec(&sc->sc_i2c, I2C_OP_READ, ee, NULL, 0, NULL, 0, 0))
224 if (iic_exec(&sc->sc_i2c, I2C_OP_READ, ee, NULL, 0,

Completed in 141 milliseconds