Searched refs:ntd (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 322 qh->ntd = 0; in dwc2_release_channel_ddma() 369 qh->ntd = 0; in dwc2_hcd_qh_init_ddma() 497 * when no more QTDs in the list (qh->ntd == 0). Thus this function is in dwc2_recalc_initial_desc_idx() 498 * called only when qh->ntd == 0 and qh->channel == 0. in dwc2_recalc_initial_desc_idx() 564 qh->ntd++; in dwc2_fill_host_isoc_dma_desc() 629 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last < in dwc2_init_isoc_dma_desc() 644 if (qh->ntd == ntd_max) { in dwc2_init_isoc_dma_desc() 670 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2), in dwc2_init_isoc_dma_desc() 824 chan->ntd = n_desc; in dwc2_init_non_isoc_dma_desc() 865 if (!qh->ntd) in dwc2_hcd_start_xfer_ddma() [all...] |
H A D | hcd.h | 105 * @ntd: Number of transfer descriptors for the transfer 159 u16 ntd; member 309 * @ntd: Actual number of transfer descriptors in a list 361 u16 ntd; member
|
H A D | hcd.c | 1459 hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK; in dwc2_hc_start_transfer_ddma() 1469 dev_vdbg(hsotg->dev, " NTD: %d\n", chan->ntd - 1); in dwc2_hc_start_transfer_ddma()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd_ddma.c | 292 qh->ntd = 0; in dwc2_release_channel_ddma() 339 qh->ntd = 0; in dwc2_hcd_qh_init_ddma() 467 * when no more QTDs in the list (qh->ntd == 0). Thus this function is in dwc2_recalc_initial_desc_idx() 468 * called only when qh->ntd == 0 and qh->channel == 0. in dwc2_recalc_initial_desc_idx() 534 qh->ntd++; in dwc2_fill_host_isoc_dma_desc() 599 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last < in dwc2_init_isoc_dma_desc() 614 if (qh->ntd == ntd_max) { in dwc2_init_isoc_dma_desc() 640 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2), in dwc2_init_isoc_dma_desc() 794 chan->ntd = n_desc; in dwc2_init_non_isoc_dma_desc() 835 if (!qh->ntd) in dwc2_hcd_start_xfer_ddma() [all...] |
H A D | hcd.h | 76 * @ntd: Number of transfer descriptors for the transfer 130 u16 ntd; member 280 * @ntd: Actual number of transfer descriptors in a list 332 u16 ntd; member
|
H A D | hcd.c | 1424 hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK; in dwc2_hc_start_transfer_ddma() 1434 dev_vdbg(hsotg->dev, " NTD: %d\n", chan->ntd - 1); in dwc2_hc_start_transfer_ddma()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | uhci-q.c | 196 struct uhci_td *ntd; in uhci_remove_td_from_frame_list() local 198 ntd = list_entry(td->fl_list.next, in uhci_remove_td_from_frame_list() 201 uhci->frame[td->frame] = LINK_TO_TD(uhci, ntd); in uhci_remove_td_from_frame_list() 202 uhci->frame_cpu[td->frame] = ntd; in uhci_remove_td_from_frame_list()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | uhci-q.c | 196 struct uhci_td *ntd; in uhci_remove_td_from_frame_list() local 198 ntd = list_entry(td->fl_list.next, in uhci_remove_td_from_frame_list() 201 uhci->frame[td->frame] = LINK_TO_TD(uhci, ntd); in uhci_remove_td_from_frame_list() 202 uhci->frame_cpu[td->frame] = ntd; in uhci_remove_td_from_frame_list()
|
Completed in 21 milliseconds