Searched defs:athn_usb_softc (Results 1 – 2 of 2) sorted by relevance
440 struct athn_usb_softc { struct441 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 …]
879 void (*cb)(struct athn_usb_softc *, void *), void *arg, int len) in athn_usb_do_async() argument