Searched defs:gpiopower_softc (Results 1 – 1 of 1) sorted by relevance
42 struct gpiopower_softc { struct43 gpio_pin_t sc_pin;44 int sc_rbmask;45 int sc_hi_period;46 int sc_lo_period;70 struct gpiopower_softc *sc; in gpiopower_attach() argument