Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dif_athn_usb.c510 while (usc->usc_htcactive) { in athn_usb_detach()
999 while (usc->usc_htcactive) { in athn_usb_load_firmware()
1008 usc->usc_htcactive = true; in athn_usb_load_firmware()
1021 usc->usc_htcactive = false; in athn_usb_load_firmware()
1068 while (usc->usc_htcactive) { in athn_usb_htc_setup()
1076 usc->usc_htcactive = true; in athn_usb_htc_setup()
1157 usc->usc_htcactive = false; in athn_usb_htc_setup()
Dif_athn_usb.h486 bool usc_htcactive; member