Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dif_athn_usb.c355 mutex_destroy(&usc->usc_cmd_mtx); in athn_usb_attach()
493 mutex_enter(&usc->usc_cmd_mtx); in athn_usb_detach()
498 mutex_exit(&usc->usc_cmd_mtx); in athn_usb_detach()
502 mutex_exit(&usc->usc_cmd_mtx); in athn_usb_detach()
542 mutex_destroy(&usc->usc_cmd_mtx); in athn_usb_detach()
1265 mutex_enter(&usc->usc_cmd_mtx); in athn_usb_wmi_xcmd()
1270 mutex_exit(&usc->usc_cmd_mtx); in athn_usb_wmi_xcmd()
1279 mutex_exit(&usc->usc_cmd_mtx); in athn_usb_wmi_xcmd()
1288 mutex_enter(&usc->usc_cmd_mtx); in athn_usb_wmi_xcmd()
1294 mutex_exit(&usc->usc_cmd_mtx); in athn_usb_wmi_xcmd()
[all …]
H A Dif_athn_usb.h456 kmutex_t usc_cmd_mtx; member