Lines Matching defs:ausmbus_write_byte
100 static int ausmbus_write_byte(void *arg, uint8_t v, int flags);
299 error = ausmbus_write_byte(sc, cmd, I2C_F_READ);
328 error = ausmbus_write_byte(sc, cmd, I2C_F_READ);
363 error = ausmbus_write_byte(sc, val, I2C_F_STOP);
381 error = ausmbus_write_byte(sc, cmd, 0);
386 error = ausmbus_write_byte(sc, val, I2C_F_STOP);
408 error = ausmbus_write_byte(sc, cmd, 0);
413 error = ausmbus_write_byte(sc, low, 0);
418 error = ausmbus_write_byte(sc, high, I2C_F_STOP);
558 ausmbus_write_byte(void *arg, uint8_t v, int flags)