dummy_td 247 drivers/usb/host/uhci-debug.c if (qh->dummy_td) { dummy_td 249 drivers/usb/host/uhci-debug.c out += uhci_show_td(uhci, qh->dummy_td, out, dummy_td 163 drivers/usb/host/uhci-hcd.h struct uhci_td *dummy_td; /* Dummy TD to end the queue */ dummy_td 266 drivers/usb/host/uhci-q.c qh->dummy_td = uhci_alloc_td(uhci); dummy_td 267 drivers/usb/host/uhci-q.c if (!qh->dummy_td) { dummy_td 301 drivers/usb/host/uhci-q.c if (qh->dummy_td) dummy_td 302 drivers/usb/host/uhci-q.c uhci_free_td(uhci, qh->dummy_td); dummy_td 812 drivers/usb/host/uhci-q.c td = qh->dummy_td; dummy_td 888 drivers/usb/host/uhci-q.c qh->dummy_td->status |= cpu_to_hc32(uhci, TD_CTRL_ACTIVE); dummy_td 889 drivers/usb/host/uhci-q.c qh->dummy_td = td; dummy_td 908 drivers/usb/host/uhci-q.c uhci_remove_td_from_urbp(qh->dummy_td); dummy_td 963 drivers/usb/host/uhci-q.c td = qh->dummy_td; dummy_td 1043 drivers/usb/host/uhci-q.c qh->dummy_td->status |= cpu_to_hc32(uhci, TD_CTRL_ACTIVE); dummy_td 1044 drivers/usb/host/uhci-q.c qh->dummy_td = td; dummy_td 1052 drivers/usb/host/uhci-q.c uhci_remove_td_from_urbp(qh->dummy_td);