sys/dev/i2c/tsllux.c
167
if (tsllux_write1(sc, TSL256x_REG_CONTROL | COMMAND6x_CLEAR,
sys/dev/i2c/tsllux.c
175
if (tsllux_write1(sc, TSL256x_REG_INTERRUPT | COMMAND6x_CLEAR, 0)) {
sys/dev/i2c/tsllux.c
522
error = tsllux_write1(sc, TSL256x_REG_CONTROL,
sys/dev/i2c/tsllux.c
544
return (tsllux_write1(sc, TSL256x_REG_CONTROL,
sys/dev/i2c/tsllux.c
567
if ((error = tsllux_write1(sc, TSL256x_REG_TIMING,
sys/dev/i2c/tsllux.c
583
if ((error = tsllux_write1(sc, TSL256x_REG_TIMING,
sys/dev/i2c/tsllux.c
88
static int tsllux_write1(struct tsllux_softc *, uint8_t, uint8_t);