num_of_tds        446 drivers/usb/host/fhci-hcd.c 	urb_priv->num_of_tds = size;
num_of_tds        167 drivers/usb/host/fhci-q.c 	for (i = 0; i < urb_priv->num_of_tds; i++) {
num_of_tds        278 drivers/usb/host/fhci-q.c 		if (++(urb_priv->tds_cnt) == urb_priv->num_of_tds)
num_of_tds        659 drivers/usb/host/fhci-sched.c 		if (urb_priv->tds_cnt == urb_priv->num_of_tds) {
num_of_tds        791 drivers/usb/host/fhci-sched.c 				cnt < urb_priv->num_of_tds) {
num_of_tds        890 drivers/usb/host/fhci-sched.c 	fhci_add_tds_to_ed(ed, urb_priv->tds, urb_priv->num_of_tds);
num_of_tds        386 drivers/usb/host/fhci.h 	int num_of_tds;