Home | History | Annotate | Download | only in i2c

Lines Matching defs:as3722_softc

109 struct as3722_softc {
178 static void as3722_wdt_attach(struct as3722_softc *);
182 static void as3722_rtc_attach(struct as3722_softc *);
187 static void as3722_regulator_attach(struct as3722_softc *);
214 static int as3722_read(struct as3722_softc *, uint8_t, uint8_t *, int);
215 static int as3722_write(struct as3722_softc *, uint8_t, uint8_t, int);
216 static int as3722_set_clear(struct as3722_softc *, uint8_t, uint8_t,
219 CFATTACH_DECL_NEW(as3722pmic, sizeof(struct as3722_softc),
260 struct as3722_softc * const sc = device_private(self);
287 as3722_wdt_attach(struct as3722_softc *sc)
321 as3722_rtc_attach(struct as3722_softc *sc)
342 as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val, int flags)
349 as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val, int flags)
357 as3722_set_clear(struct as3722_softc *sc, uint8_t reg, uint8_t set,
375 struct as3722_softc * const sc = smw->smw_cookie;
412 struct as3722_softc * const sc = smw->smw_cookie;
428 struct as3722_softc * const sc = device_private(tch->todr_dev);
460 struct as3722_softc * const sc = device_private(tch->todr_dev);
490 as3722_regulator_attach(struct as3722_softc *sc)
576 struct as3722_softc *asc = device_private(device_parent(dev));
600 struct as3722_softc *asc = device_private(device_parent(dev));
637 struct as3722_softc *asc = device_private(device_parent(dev));
667 struct as3722_softc *asc = device_private(device_parent(dev));
707 struct as3722_softc *asc = device_private(device_parent(dev));
744 struct as3722_softc *asc = device_private(device_parent(dev));
789 struct as3722_softc *asc = device_private(device_parent(dev));
853 struct as3722_softc * const sc = device_private(dev);
873 struct as3722_softc * const sc = device_private(dev);