Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dif_otusreg.h929 struct otus_softc { struct
934 void (*sc_led_newstate)(struct otus_softc *); argument
936 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 …]
H A Dif_otus.c729 otus_do_async(struct otus_softc *sc, void (*cb)(struct otus_softc *, void *), in otus_do_async() argument