Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-ring.c1720 static unsigned int count_isoc_trbs_needed(struct cdnsp_request *preq) in count_isoc_trbs_needed() function
2187 trbs_per_td = count_isoc_trbs_needed(preq); in cdnsp_queue_isoc_tx()
2296 num_trbs = count_isoc_trbs_needed(preq); in cdnsp_queue_isoc_tx_prepare()
/Linux-v5.15/drivers/usb/host/
Dxhci-ring.c3369 static unsigned int count_isoc_trbs_needed(struct urb *urb, int i) in count_isoc_trbs_needed() function
4081 trbs_per_td = count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx()
4242 num_trbs += count_isoc_trbs_needed(urb, i); in xhci_queue_isoc_tx_prepare()