Home | History | Annotate | Download | only in i2c

Lines Matching defs:si70xx_cmd1

256 si70xx_cmd1(struct si70xx_sc *sc, uint8_t cmd, uint8_t *buf, size_t blen)
283 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1);
300 error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1);
323 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1);
337 error = si70xx_cmd1(sc, SI70XX_WRITE_USER_REG_1, &userregister, 1);
359 error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1);
373 error = si70xx_cmd1(sc, SI70XX_WRITE_HEATER_REG, &heaterregister, 1);
390 error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1);
416 error = si70xx_cmd1(sc, SI70XX_READ_USER_REG_1, &userregister, 1);
647 error = si70xx_cmd1(sc, SI70XX_RESET, NULL, 0);
731 error = si70xx_cmd1(sc, SI70XX_READ_HEATER_REG, &heaterregister, 1);
900 error = si70xx_cmd1(sc, cmd, buf, sizeof(buf));
907 error = si70xx_cmd1(sc, cmd, NULL, 0);