mpl115a_softc
struct mpl115a_softc *sc = device_private(self);
mpl115a_load_coeffs(struct mpl115a_softc *sc)
mpl115a_reg_write_1(struct mpl115a_softc *sc, uint8_t reg, uint8_t val)
mpl115a_reg_read_1(struct mpl115a_softc *sc, uint8_t reg)
mpl115a_pressure(struct mpl115a_softc *sc)
mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc)
mpl115a_envsys_register(struct mpl115a_softc *sc)
struct mpl115a_softc *sc = sme->sme_cookie;
static uint8_t mpl115a_reg_read_1(struct mpl115a_softc *sc, uint8_t);
static void mpl115a_reg_write_1(struct mpl115a_softc *sc, uint8_t, uint8_t);
static void mpl115a_load_coeffs(struct mpl115a_softc *sc);
static uint32_t mpl115a_pressure(struct mpl115a_softc *sc);
static uint32_t mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc) ;
static void mpl115a_envsys_register(struct mpl115a_softc *);
CFATTACH_DECL_NEW(mpl115a, sizeof (struct mpl115a_softc),