Searched refs:fixup_complete (Results 1 – 2 of 2) sorted by relevance
183 td->qh->fixup_complete = 0; in octusb_host_alloc_endpoint()230 td->qh->fixup_complete = 1; in octusb_complete_cb()264 if (td->qh->fixup_complete != 0) { in octusb_host_control_header_tx()266 td->qh->fixup_complete = 0; in octusb_host_control_header_tx()314 td->qh->fixup_complete = 0; in octusb_host_control_header_tx()393 if (td->qh->fixup_complete != 0) { in octusb_host_control_status_tx()395 td->qh->fixup_complete = 0; in octusb_host_control_status_tx()424 td->qh->fixup_complete = 0; in octusb_host_control_status_tx()446 if ((td->qh->fixup_complete != 0) && in octusb_non_control_data_tx()448 td->qh->fixup_complete = 0; in octusb_non_control_data_tx()[all …]
84 uint8_t fixup_complete; member