Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dif_athn_usb.h433 struct athn_usb_softc { struct
434 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 …]
H A Dif_athn_usb.c607 void (*cb)(struct athn_usb_softc *, void *), void *arg, int len) in athn_usb_do_async() argument