Searched refs:act8846_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Dact8846.c128 struct act8846_softc { struct
140 static int act8846_read(struct act8846_softc *, uint8_t, uint8_t *);
141 static int act8846_write(struct act8846_softc *, uint8_t, uint8_t);
145 CFATTACH_DECL_NEW(act8846pm, sizeof(struct act8846_softc),
162 struct act8846_softc *sc = device_private(self);
186 act8846_read(struct act8846_softc *sc, uint8_t reg, uint8_t *val)
192 act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val)
200 struct act8846_softc *sc = device_private(c->c_dev);
222 struct act8846_softc *sc = device_private(dev);
239 struct act8846_softc *s
[all...]

Completed in 93 milliseconds