Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dimx21-hcd.h322 struct td *isoc_td; member
Dimx21-hcd.c518 kfree(urb_priv->isoc_td); in urb_done()
744 urb_priv->isoc_td = kcalloc(urb->number_of_packets, sizeof(struct td), in imx21_hc_urb_enqueue_isoc()
746 if (urb_priv->isoc_td == NULL) { in imx21_hc_urb_enqueue_isoc()
831 td = urb_priv->isoc_td; in imx21_hc_urb_enqueue_isoc()
860 kfree(urb_priv->isoc_td); in imx21_hc_urb_enqueue_isoc()