Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dif_mtwvar.h160 struct mtw_softc { struct
165 int (*sc_srom_read)(struct mtw_softc *, argument
168 struct usbd_device *sc_udev;
169 struct usbd_interface *sc_iface;
171 uint16_t asic_ver;
172 uint16_t asic_rev;
173 uint16_t mac_ver;
174 uint16_t mac_rev;
175 uint16_t rf_rev;
176 uint8_t freq;
[all …]
H A Dif_mtw.c1536 mtw_do_async(struct mtw_softc *sc, void (*cb)(struct mtw_softc *, void *), in mtw_do_async() argument