act8846_softc
static int act8846_read(struct act8846_softc *, uint8_t, uint8_t *);
static int act8846_write(struct act8846_softc *, uint8_t, uint8_t);
CFATTACH_DECL_NEW(act8846pm, sizeof(struct act8846_softc),
struct act8846_softc *sc = device_private(self);
act8846_read(struct act8846_softc *sc, uint8_t reg, uint8_t *val)
act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val)
struct act8846_softc *sc = device_private(c->c_dev);
struct act8846_softc *sc = device_private(dev);
struct act8846_softc *sc = device_private(c->c_dev);
struct act8846_softc *sc = device_private(c->c_dev);
struct act8846_softc *sc = device_private(c->c_dev);
struct act8846_softc *sc = device_private(c->c_dev);
struct act8846_softc *sc = device_private(c->c_dev);