ntd 1458 drivers/usb/dwc2/hcd.c hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK; ntd 1468 drivers/usb/dwc2/hcd.c dev_vdbg(hsotg->dev, " NTD: %d\n", chan->ntd - 1); ntd 159 drivers/usb/dwc2/hcd.h u16 ntd; ntd 361 drivers/usb/dwc2/hcd.h u16 ntd; ntd 322 drivers/usb/dwc2/hcd_ddma.c qh->ntd = 0; ntd 369 drivers/usb/dwc2/hcd_ddma.c qh->ntd = 0; ntd 564 drivers/usb/dwc2/hcd_ddma.c qh->ntd++; ntd 629 drivers/usb/dwc2/hcd_ddma.c while (qh->ntd < ntd_max && qtd->isoc_frame_index_last < ntd 644 drivers/usb/dwc2/hcd_ddma.c if (qh->ntd == ntd_max) { ntd 670 drivers/usb/dwc2/hcd_ddma.c idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2), ntd 824 drivers/usb/dwc2/hcd_ddma.c chan->ntd = n_desc; ntd 865 drivers/usb/dwc2/hcd_ddma.c if (!qh->ntd) ntd 877 drivers/usb/dwc2/hcd_ddma.c chan->ntd = dwc2_max_desc_num(qh); ntd 952 drivers/usb/dwc2/hcd_ddma.c qh->ntd--; ntd 196 drivers/usb/host/uhci-q.c struct uhci_td *ntd; ntd 198 drivers/usb/host/uhci-q.c ntd = list_entry(td->fl_list.next, ntd 201 drivers/usb/host/uhci-q.c uhci->frame[td->frame] = LINK_TO_TD(uhci, ntd); ntd 202 drivers/usb/host/uhci-q.c uhci->frame_cpu[td->frame] = ntd;