Searched refs:ep_qh (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/gadget/
H A Dfsl_udc_core.c242 udc->ep_qh, (int)tmp,
391 struct ep_queue_head *p_QH = &udc->ep_qh[2 * ep_num + dir];
610 struct ep_queue_head *dQH = &ep->udc->ep_qh[i];
613 VDBG("ep_qh[%d] addr is 0x%8x", i, (u32)&(ep->udc->ep_qh[i])); */
1406 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT];
1435 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe];
2142 udc_controller->ep_qh, udc_controller->ep_qh_dma);
2176 udc->ep_qh = dma_alloc_coherent(&pdev->dev, size,
2178 if (!udc->ep_qh) {
[all...]
H A Dfsl_usb2_udc.h477 struct ep_queue_head *ep_qh; /* Endpoints Queue-Head */ member in struct:fsl_udc

Completed in 98 milliseconds