Searched defs:run_softc (Results 1 – 2 of 2) sorted by relevance
132 struct run_softc { struct137 int (*sc_srom_read)(struct run_softc *, argument146 uint8_t freq;151 uint8_t bbp25;170 struct {173 } bbp[10], rf[10];174 uint8_t leds;197 union {200 } sc_rxtapu;204 union {[all …]
1743 run_do_async(struct run_softc *sc, void (*cb)(struct run_softc *, void *), in run_do_async() argument