Home
last modified time | relevance | path

Searched defs:run_softc (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_runvar.h132 struct run_softc { struct
137 int (*sc_srom_read)(struct run_softc *, argument
146 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 …]
H A Dif_run.c1743 run_do_async(struct run_softc *sc, void (*cb)(struct run_softc *, void *), in run_do_async() argument