tegra_i2c.c | 71 static int tegra_i2c_write(struct tegra_i2c_softc *, i2c_addr_t, 275 error = tegra_i2c_write(sc, addr, cmdbuf, cmdlen, flags, 286 error = tegra_i2c_write(sc, addr, buf, buflen, flags, false); 350 tegra_i2c_write(struct tegra_i2c_softc *sc, i2c_addr_t addr, const uint8_t *buf, function in typeref:typename:int
|