Searched defs:axp2xx_softc (Results 1 – 1 of 1) sorted by relevance
598 struct axp2xx_softc { struct599 device_t dev;600 struct resource * res[1];601 void * intrcookie;602 struct intr_config_hook intr_hook;603 struct mtx mtx;604 uint8_t type;607 device_t gpiodev;608 int npins;609 const struct axp2xx_pins *pins;[all …]