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

  /src/sys/dev/i2c/
sy8106a.c 53 struct sy8106a_softc { struct
68 sy8106a_read(struct sy8106a_softc *sc, uint8_t reg, int flags)
82 sy8106a_write(struct sy8106a_softc *sc, uint8_t reg, uint8_t val, int flags)
115 struct sy8106a_softc * const sc = device_private(dev);
136 struct sy8106a_softc * const sc = device_private(dev);
163 struct sy8106a_softc * const sc = device_private(dev);
199 struct sy8106a_softc * const sc = device_private(self);
217 CFATTACH_DECL_NEW(sy8106a, sizeof(struct sy8106a_softc),
sy8106a.c 53 struct sy8106a_softc { struct
68 sy8106a_read(struct sy8106a_softc *sc, uint8_t reg, int flags)
82 sy8106a_write(struct sy8106a_softc *sc, uint8_t reg, uint8_t val, int flags)
115 struct sy8106a_softc * const sc = device_private(dev);
136 struct sy8106a_softc * const sc = device_private(dev);
163 struct sy8106a_softc * const sc = device_private(dev);
199 struct sy8106a_softc * const sc = device_private(self);
217 CFATTACH_DECL_NEW(sy8106a, sizeof(struct sy8106a_softc),

Completed in 21 milliseconds