Home | History | Annotate | Download | only in ic

Lines Matching refs:msm6242b_softc

54 bool msm6242b_hold(struct msm6242b_softc *sc);
55 void msm6242b_free(struct msm6242b_softc *sc);
56 static uint8_t msm6242b_read(struct msm6242b_softc *, uint8_t);
57 static void msm6242b_write(struct msm6242b_softc *, uint8_t, uint8_t);
58 static void msm6242b_set(struct msm6242b_softc *, uint8_t, uint8_t);
59 static void msm6242b_unset(struct msm6242b_softc *, uint8_t, uint8_t);
62 msm6242b_attach(struct msm6242b_softc *sc)
89 struct msm6242b_softc *sc = device_private(handle->todr_dev);
142 msm6242b_hold(struct msm6242b_softc *sc)
173 msm6242b_free(struct msm6242b_softc *sc)
179 msm6242b_read(struct msm6242b_softc *sc, uint8_t reg)
187 msm6242b_write(struct msm6242b_softc *sc, uint8_t reg, uint8_t val)
193 msm6242b_set(struct msm6242b_softc *sc, uint8_t reg, uint8_t bits)
201 msm6242b_unset(struct msm6242b_softc *sc, uint8_t reg, uint8_t bits)
211 struct msm6242b_softc *sc = device_private(handle->todr_dev);