Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dif_athn_usb.c1010 KASSERT(usc->usc_wait_msg_id == 0); in athn_usb_load_firmware()
1011 usc->usc_wait_msg_id = AR_HTC_MSG_READY; in athn_usb_load_firmware()
1126 KASSERT(usc->usc_wait_msg_id == 0); in athn_usb_htc_setup()
1127 usc->usc_wait_msg_id = AR_HTC_MSG_CONF_PIPE_RSP; in athn_usb_htc_setup()
1180 KASSERT(usc->usc_wait_msg_id == 0); in athn_usb_htc_connect_svc()
1182 usc->usc_wait_msg_id = AR_HTC_MSG_CONN_SVC_RSP; in athn_usb_htc_connect_svc()
1221 while (usc->usc_wait_msg_id) in athn_usb_wait_msg()
2147 usc->usc_wait_msg_id, msg_id); in athn_usb_intr()
2148 if (usc->usc_wait_msg_id == msg_id) { in athn_usb_intr()
2149 usc->usc_wait_msg_id = 0; in athn_usb_intr()
[all …]
Dif_athn_usb.h489 uint16_t usc_wait_msg_id; member