Searched refs:dummy_td (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-q.c265 qh->dummy_td = uhci_alloc_td(uhci);
266 if (!qh->dummy_td) {
300 if (qh->dummy_td)
301 uhci_free_td(uhci, qh->dummy_td);
810 td = qh->dummy_td;
886 qh->dummy_td->status |= cpu_to_le32(TD_CTRL_ACTIVE);
887 qh->dummy_td = td;
906 uhci_remove_td_from_urbp(qh->dummy_td);
944 td = qh->dummy_td;
1016 qh->dummy_td
[all...]
H A Duhci-hcd.h143 struct uhci_td *dummy_td; /* Dummy TD to end the queue */ member in struct:uhci_qh
H A Duhci-debug.c221 if (qh->dummy_td) {
223 out += uhci_show_td(qh->dummy_td, out, len - (out - buf), 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-q.c265 qh->dummy_td = uhci_alloc_td(uhci);
266 if (!qh->dummy_td) {
300 if (qh->dummy_td)
301 uhci_free_td(uhci, qh->dummy_td);
810 td = qh->dummy_td;
886 qh->dummy_td->status |= cpu_to_le32(TD_CTRL_ACTIVE);
887 qh->dummy_td = td;
906 uhci_remove_td_from_urbp(qh->dummy_td);
944 td = qh->dummy_td;
1016 qh->dummy_td
[all...]
H A Duhci-hcd.h143 struct uhci_td *dummy_td; /* Dummy TD to end the queue */ member in struct:uhci_qh
H A Duhci-debug.c221 if (qh->dummy_td) {
223 out += uhci_show_td(qh->dummy_td, out, len - (out - buf), 0);

Completed in 132 milliseconds