Searched refs:post_td (Results 1 – 2 of 2) sorted by relevance
597 if (qh->post_td) { in uhci_make_qh_idle()598 uhci_free_td(uhci, qh->post_td); in uhci_make_qh_idle()599 qh->post_td = NULL; in uhci_make_qh_idle()1146 uhci_toggle(td_token(uhci, qh->post_td)) ^ 1; in uhci_fixup_short_transfer()1150 td = qh->post_td; in uhci_fixup_short_transfer()1227 if (qh->post_td) in uhci_result_common()1228 uhci_free_td(uhci, qh->post_td); in uhci_result_common()1229 qh->post_td = td; in uhci_result_common()1711 if (qh->post_td && qh_element(qh) == in uhci_advance_check()1712 LINK_TO_TD(uhci, qh->post_td)) { in uhci_advance_check()[all …]
164 struct uhci_td *post_td; /* Last TD completed */ member