pending_td        103 drivers/usb/chipidea/ci.h 	struct td_node				*pending_td;
pending_td        521 drivers/usb/chipidea/udc.c 	struct td_node *pending = hwep->pending_td;
pending_td        524 drivers/usb/chipidea/udc.c 	hwep->pending_td = NULL;
pending_td        598 drivers/usb/chipidea/udc.c 		if (hwep->pending_td)
pending_td        601 drivers/usb/chipidea/udc.c 		hwep->pending_td = node;
pending_td        656 drivers/usb/chipidea/udc.c 	if (hwep->pending_td)
pending_td       1748 drivers/usb/chipidea/udc.c 		if (hwep->pending_td)
pending_td        782 drivers/usb/host/ohci-hcd.c 		if (ed->pending_td) {
pending_td        791 drivers/usb/host/ohci-hcd.c 				add_to_done_list(ohci, ed->pending_td);
pending_td        796 drivers/usb/host/ohci-hcd.c 		td = ed->pending_td;
pending_td        823 drivers/usb/host/ohci-hcd.c 			ed->pending_td = td;
pending_td        929 drivers/usb/host/ohci-q.c 	td2 = ed->pending_td;
pending_td        931 drivers/usb/host/ohci-q.c 		ed->pending_td = NULL;
pending_td         74 drivers/usb/host/ohci.h 	struct td		*pending_td;