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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfsl_usb2_udc.c226 (int)udc->ep_qh, (int)tmp,
393 struct ep_queue_head *p_QH = &udc->ep_qh[2 * ep_num + dir];
642 struct ep_queue_head *dQH = &ep->udc->ep_qh[i];
645 VDBG("ep_qh[%d] addr is 0x%8x", i, (u32)&(ep->udc->ep_qh[i])); */
1447 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT];
1476 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe];
2180 udc_controller->ep_qh, udc_controller->ep_qh_dma);
2222 udc->ep_qh = dma_alloc_coherent(&pdev->dev, size,
2224 if (!udc->ep_qh) {
[all...]
H A Dfsl_usb2_udc.h483 struct ep_queue_head *ep_qh; /* Endpoints Queue-Head */ member in struct:fsl_udc

Completed in 75 milliseconds