Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dif_athn_usb.h440 struct athn_usb_softc { struct
441 struct athn_softc usc_sc;
444 enum {
447 } usc_init_state;
448 int usc_athn_attached;
450 kmutex_t usc_lock;
451 kcondvar_t usc_wmi_cv;
452 kcondvar_t usc_htc_cv;
454 kmutex_t usc_msg_mtx;
455 kcondvar_t usc_msg_cv;
[all …]
H A Dif_athn_usb.c879 void (*cb)(struct athn_usb_softc *, void *), void *arg, int len) in athn_usb_do_async() argument