Searched refs:mpl115a_softc (Results 1 – 1 of 1) sorted by relevance
58 struct mpl115a_softc { struct80 static uint8_t mpl115a_reg_read_1(struct mpl115a_softc *sc, uint8_t); argument81 static void mpl115a_reg_write_1(struct mpl115a_softc *sc, uint8_t, uint8_t);83 static void mpl115a_load_coeffs(struct mpl115a_softc *sc);85 static uint32_t mpl115a_pressure(struct mpl115a_softc *sc);86 static uint32_t mpl115a_calc(struct mpl115a_softc *sc, uint16_t padc, uint16_t tadc) ;88 static void mpl115a_envsys_register(struct mpl115a_softc *);91 CFATTACH_DECL_NEW(mpl115a, sizeof (struct mpl115a_softc),107 struct mpl115a_softc *sc = device_private(self); in mpl115a_attach()142 mpl115a_load_coeffs(struct mpl115a_softc *sc) in mpl115a_load_coeffs()[all …]