| axp809.c | 98 static int axp809_write(struct axp809_softc *, uint8_t, uint8_t); 154 axp809_write(struct axp809_softc *sc, uint8_t reg, uint8_t val) function in typeref:typename:int 237 error = axp809_write(sc, c->c_voltage_reg, val); 309 error = axp809_write(sc, c->c_enable_reg, val); 334 error = axp809_write(sc, c->c_enable_reg, val);
|