Searched refs:iic_exec (Results 76 - 87 of 87) sorted by relevance

1234

/netbsd-current/sys/dev/i2c/
H A Di2c.c726 error = iic_exec(ic, iie->iie_op, iie->iie_addr, cmd, iie->iie_cmdlen,
H A Dsht3x.c864 error = iic_exec(tag, I2C_OP_WRITE_WITH_STOP, addr, &cmd8[0], clen,
880 error = iic_exec(tag, I2C_OP_READ_WITH_STOP, addr, NULL, 0, buf,
H A Dadm1021.c210 return iic_exec(sc->sc_tag, op, sc->sc_addr, cmd, sizeof(*cmd), data,
H A Dsi70xx.c244 return iic_exec(tag, dir, addr, cmd, clen, buf, blen, 0);
/netbsd-current/sys/arch/zaurus/dev/
H A Dwm8731_zaudio.c184 return iic_exec(sc->sc_i2c, I2C_OP_WRITE_WITH_STOP, WM8731_ADDRESS,
H A Dwm8750_zaudio.c216 return iic_exec(sc->sc_i2c, I2C_OP_WRITE_WITH_STOP, WM8750_ADDRESS,
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_hdmi.c646 error = iic_exec(tag, I2C_OP_READ_WITH_STOP, DDC_ADDR, wbuf, 1,
/netbsd-current/sys/dev/pci/
H A Dcxdtv.c1084 x |= iic_exec(&sc->sc_i2c, I2C_OP_WRITE_WITH_STOP, na,
H A Dcoram.c251 iic_exec(&sc->sc_i2c, I2C_OP_READ_WITH_STOP, 0x50, &bar, 1, foo, 256,
H A Dradeonfb.c2350 n += iic_exec(&sc->sc_i2c[0].ric_controller, I2C_OP_WRITE, 0x38, data[i], 2, NULL, 0, 0);
/netbsd-current/share/man/man9/
H A DMakefile412 iic.9 iic_exec.9 \
/netbsd-current/sys/arch/macppc/dev/
H A Dsnapper.c1937 iic_exec(sc->sc_i2c, I2C_OP_WRITE, sc->sc_deqaddr, regblock, size + 1,

Completed in 163 milliseconds

1234