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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dimx21-hcd.h330 struct td *isoc_td; member in struct:urb_priv
H A Dimx21-hcd.c429 kfree(urb_priv->isoc_td);
616 urb_priv->isoc_td = kzalloc(
618 if (urb_priv->isoc_td == NULL) {
689 td = urb_priv->isoc_td;
716 kfree(urb_priv->isoc_td);

Completed in 57 milliseconds