HomeSort by: relevance | last modified time | path
    Searched defs:as3722_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
as3722.c 109 struct as3722_softc { struct
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
    [all...]
as3722.c 109 struct as3722_softc { struct
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
    [all...]

Completed in 22 milliseconds