Searched defs:otus_softc (Results 1 – 2 of 2) sorted by relevance
929 struct otus_softc { struct934 void (*sc_led_newstate)(struct otus_softc *); argument936 struct usbd_device *sc_udev;937 struct usbd_interface *sc_iface;939 struct ar5416eeprom eeprom;940 uint8_t capflags;941 uint8_t rxmask;942 uint8_t txmask;944 struct usbd_pipe *data_tx_pipe;945 struct usbd_pipe *data_rx_pipe;[all …]
729 otus_do_async(struct otus_softc *sc, void (*cb)(struct otus_softc *, void *), in otus_do_async() argument