Searched defs:simple_amp_softc (Results 1 – 1 of 1) sorted by relevance
55 struct simple_amp_softc { struct56 device_t dev;57 regulator_t supply_vcc;58 gpio_pin_t gpio_enable;82 struct simple_amp_softc *sc; in simple_amp_attach() argument