Home
last modified time | relevance | path

Searched refs:usc_cmd_cv (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dif_athn_usb.h457 kcondvar_t usc_cmd_cv; member
H A Dif_athn_usb.c287 cv_init(&usc->usc_cmd_cv, "athncmd"); in athn_usb_attach()
353 cv_destroy(&usc->usc_cmd_cv); in athn_usb_attach()
548 cv_destroy(&usc->usc_cmd_cv); in athn_usb_detach()
1295 error = cv_timedwait(&usc->usc_cmd_cv, &usc->usc_cmd_mtx, hz); in athn_usb_wmi_xcmd()
2049 cv_broadcast(&usc->usc_cmd_cv); in athn_usb_rx_wmi_ctrl()