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

/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c313 udc->ep_qh, (int)tmp,
483 struct ep_queue_head *p_QH = &udc->ep_qh[2 * ep_num + dir];
727 dev_vdbg(&udc->gadget.dev, "ep_qh[%d] addr is 0x%8x\n", i, (u32)&(ep->udc->ep_qh[i])); */
1566 qh = &udc->ep_qh[ep_num * 2 + EP_DIR_OUT];
1604 struct ep_queue_head *curr_qh = &udc->ep_qh[pipe];
2230 udc_controller->ep_qh, udc_controller->ep_qh_dma);
2266 udc->ep_qh = dma_alloc_coherent(&pdev->dev, size,
2268 if (!udc->ep_qh) {
2301 kfree(udc->ep_qh);
[all...]
H A Dfsl_usb2_udc.h491 struct ep_queue_head *ep_qh; /* Endpoints Queue-Head */ member in struct:fsl_udc
540 return &ep->udc->ep_qh[(ep->udc->ep0_dir ==

Completed in 320 milliseconds