Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dif_athn_usb.c695 usc->wait_msg_id = AR_HTC_MSG_READY; in athn_usb_load_firmware()
698 if (error == 0 && usc->wait_msg_id != 0) in athn_usb_load_firmware()
699 error = tsleep_nsec(&usc->wait_msg_id, 0, "athnfw", in athn_usb_load_firmware()
701 usc->wait_msg_id = 0; in athn_usb_load_firmware()
782 usc->wait_msg_id = AR_HTC_MSG_CONF_PIPE_RSP; in athn_usb_htc_setup()
784 if (error == 0 && usc->wait_msg_id != 0) in athn_usb_htc_setup()
785 error = tsleep_nsec(&usc->wait_msg_id, 0, "athnhtc", in athn_usb_htc_setup()
787 usc->wait_msg_id = 0; in athn_usb_htc_setup()
818 usc->wait_msg_id = AR_HTC_MSG_CONN_SVC_RSP; in athn_usb_htc_connect_svc()
821 if (error == 0 && usc->wait_msg_id != 0) in athn_usb_htc_connect_svc()
[all …]
Dif_athn_usb.h460 uint16_t wait_msg_id; member