Searched refs:ep_dqh (Results 1 – 2 of 2) sorted by relevance
87 ep->dqh = &udc->ep_dqh[i]; in ep0_reset()138 curr_dqh = &udc->ep_dqh[index]; in process_ep_req()269 dqh = &(udc->ep_dqh[ep->ep_num * 2 + direction]); in queue_dtd()1297 ep->dqh = &udc->ep_dqh[i]; in eps_init()1772 dqh = &udc->ep_dqh[ep_num * 2 + EP_DIR_OUT]; in get_setup_data()2105 if (udc->ep_dqh) in mv_udc_remove()2107 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_remove()2204 udc->ep_dqh = dma_alloc_coherent(&pdev->dev, size, in mv_udc_probe()2207 if (udc->ep_dqh == NULL) { in mv_udc_probe()2330 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_probe()
185 struct mv_dqh *ep_dqh; member