epcd               45 drivers/staging/wusbcore/host/whci/qset.c 	struct usb_wireless_ep_comp_descriptor *epcd;
epcd               53 drivers/staging/wusbcore/host/whci/qset.c 	epcd = (struct usb_wireless_ep_comp_descriptor *)qset->ep->extra;
epcd               54 drivers/staging/wusbcore/host/whci/qset.c 	if (epcd) {
epcd               55 drivers/staging/wusbcore/host/whci/qset.c 		qset->max_seq = epcd->bMaxSequence;
epcd               56 drivers/staging/wusbcore/host/whci/qset.c 		qset->max_burst = epcd->bMaxBurst;
epcd              255 drivers/staging/wusbcore/wa-rpipe.c 	struct usb_wireless_ep_comp_descriptor *epcd;
epcd              258 drivers/staging/wusbcore/wa-rpipe.c 		epcd = &epc0;
epcd              263 drivers/staging/wusbcore/wa-rpipe.c 	epcd = NULL;
epcd              274 drivers/staging/wusbcore/wa-rpipe.c 			epcd = itr;
epcd              290 drivers/staging/wusbcore/wa-rpipe.c 	return epcd;
epcd              305 drivers/staging/wusbcore/wa-rpipe.c 	struct usb_wireless_ep_comp_descriptor *epcd;
epcd              309 drivers/staging/wusbcore/wa-rpipe.c 	epcd = rpipe_epc_find(dev, ep);
epcd              310 drivers/staging/wusbcore/wa-rpipe.c 	if (epcd == NULL) {
epcd              324 drivers/staging/wusbcore/wa-rpipe.c 		rpipe->descr.wMaxPacketSize = epcd->wOverTheAirPacketSize;
epcd              329 drivers/staging/wusbcore/wa-rpipe.c 				epcd->bMaxBurst, 16U), 1U);
epcd              351 drivers/staging/wusbcore/wa-rpipe.c 			epcd->bMaxSequence, 32U), 2U);
epcd              355 drivers/staging/wusbcore/wa-rpipe.c 		rpipe->descr.bOverTheAirInterval = epcd->bOverTheAirInterval;