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

/netbsd-current/sys/dev/i2c/
H A Dtcagpio.c55 struct tcagpio_softc { struct
65 struct tcagpio_softc *pin_sc;
77 tcagpio_read(struct tcagpio_softc *sc, uint8_t reg, int flags)
91 tcagpio_write(struct tcagpio_softc *sc, uint8_t reg, uint8_t val, int flags)
111 tcagpio_gpio_config(struct tcagpio_softc *sc, int pin, int flags)
138 struct tcagpio_softc * const sc = device_private(dev);
173 struct tcagpio_softc * const sc = device_private(dev);
186 struct tcagpio_softc * const sc = device_private(dev);
211 struct tcagpio_softc * const sc = device_private(dev);
239 tcagpio_gpio_attach(struct tcagpio_softc *s
[all...]

Completed in 116 milliseconds