Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-q.c598 if (qh->post_td) { in uhci_make_qh_idle()
599 uhci_free_td(uhci, qh->post_td); in uhci_make_qh_idle()
600 qh->post_td = NULL; in uhci_make_qh_idle()
1147 uhci_toggle(td_token(uhci, qh->post_td)) ^ 1; in uhci_fixup_short_transfer()
1151 td = qh->post_td; in uhci_fixup_short_transfer()
1228 if (qh->post_td) in uhci_result_common()
1229 uhci_free_td(uhci, qh->post_td); in uhci_result_common()
1230 qh->post_td = td; in uhci_result_common()
1708 if (qh->post_td && qh_element(qh) == in uhci_advance_check()
1709 LINK_TO_TD(uhci, qh->post_td)) { in uhci_advance_check()
[all …]
Duhci-hcd.h160 struct uhci_td *post_td; /* Last TD completed */ member