sys/dev/i2c/axp20x.c
205
static int axp20x_read(struct axp20x_softc *, uint8_t, uint8_t *, size_t);
sys/dev/i2c/axp20x.c
206
static int axp20x_write(struct axp20x_softc *, uint8_t, uint8_t *, size_t);
sys/dev/i2c/axp20x.c
208
static void axp20x_fdt_attach(struct axp20x_softc *);
sys/dev/i2c/axp20x.c
210
CFATTACH_DECL_NEW(axp20x, sizeof(struct axp20x_softc),
sys/dev/i2c/axp20x.c
235
struct axp20x_softc *sc = device_private(self);
sys/dev/i2c/axp20x.c
420
axp20x_sensors_refresh_volt(struct axp20x_softc *sc, int reg,
sys/dev/i2c/axp20x.c
437
axp20x_sensors_refresh_amp(struct axp20x_softc *sc, int reg,
sys/dev/i2c/axp20x.c
456
struct axp20x_softc *sc = sme->sme_cookie;
sys/dev/i2c/axp20x.c
560
axp20x_read(struct axp20x_softc *sc, uint8_t reg, uint8_t *val, size_t len)
sys/dev/i2c/axp20x.c
576
axp20x_write(struct axp20x_softc *sc, uint8_t reg, uint8_t *val, size_t len)
sys/dev/i2c/axp20x.c
593
struct axp20x_softc *sc = device_private(dev);
sys/dev/i2c/axp20x.c
639
struct axp20x_softc *sc = device_private(dev);
sys/dev/i2c/axp20x.c
664
struct axp20x_softc * const sc = device_private(dev);
sys/dev/i2c/axp20x.c
803
axp20x_fdt_attach(struct axp20x_softc *sc)