Searched defs:gpioc_pin_intr (Results 1 – 1 of 1) sorted by relevance
69 struct gpioc_pin_intr { struct70 struct gpioc_softc *sc;71 gpio_pin_t pin;72 bool config_locked;73 int intr_rid;74 struct resource *intr_res;75 void *intr_cookie;76 struct mtx mtx;