Searched defs:athn_usb_softc (Results 1 – 2 of 2) sorted by relevance
433 struct athn_usb_softc { struct434 struct athn_softc sc_sc;436 int sc_athn_attached;439 struct usbd_device *sc_udev;440 struct usbd_interface *sc_iface;441 struct usb_task sc_task;443 u_int flags;446 struct athn_usb_rx_stream rx_stream;448 struct usbd_pipe *tx_data_pipe;449 struct usbd_pipe *rx_data_pipe;[all …]
607 void (*cb)(struct athn_usb_softc *, void *), void *arg, int len) in athn_usb_do_async() argument