Searched refs:ioexp_softc (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/zaurus/dev/ |
| D | ioexp.c | 52 struct ioexp_softc { struct 65 CFATTACH_DECL_NEW(ioexp, sizeof(struct ioexp_softc), argument 72 ioexp_write(struct ioexp_softc *sc, uint8_t reg, uint8_t val) in ioexp_write() 108 struct ioexp_softc *sc = device_private(self); in ioexp_attach() 131 ioexp_gpio_pin_ctl(struct ioexp_softc *sc, uint8_t bit, int flags, 164 ioexp_gpio_pin_write(struct ioexp_softc *sc, uint8_t bit, int level, in ioexp_gpio_pin_write() 192 ioexp_gpio_pin_get(struct ioexp_softc *sc, uint8_t bit) in ioexp_gpio_pin_get() 204 struct ioexp_softc *sc = device_lookup_private(&ioexp_cd, 0); in ioexp_set_backlight() 252 struct ioexp_softc *sc = device_lookup_private(&ioexp_cd, 0); in ioexp_set_irled() 286 struct ioexp_softc *sc = device_lookup_private(&ioexp_cd, 0); in ioexp_set_mic_bias() [all …]
|