axp22x.c | 63 static int axp22x_read(struct axp22x_softc *, uint8_t, uint8_t *, size_t); 118 error = axp22x_read(sc, AXP_TEMP_MON_REG, buf, sizeof(buf)); 132 axp22x_read(struct axp22x_softc *sc, uint8_t reg, uint8_t *val, size_t len) function in typeref:typename:int
|