Searched defs:otus_softc (Results 1 – 1 of 1) sorted by relevance
1005 struct otus_softc { struct1013 void (*sc_led_newstate)(struct otus_softc *); argument1014 struct usbd_interface *sc_iface;1015 struct mtx sc_mtx;1017 struct ar5416eeprom eeprom;1018 uint8_t capflags;1019 uint8_t rxmask;1020 uint8_t txmask;1021 bool sc_running:1,1022 sc_calibrating:1,[all …]