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()1288 ep->dqh = &udc->ep_dqh[i]; in eps_init()1763 dqh = &udc->ep_dqh[ep_num * 2 + EP_DIR_OUT]; in get_setup_data()2097 if (udc->ep_dqh) in mv_udc_remove()2099 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_remove()2196 udc->ep_dqh = dma_alloc_coherent(&pdev->dev, size, in mv_udc_probe()2199 if (udc->ep_dqh == NULL) { in mv_udc_probe()2322 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_probe()
185 struct mv_dqh *ep_dqh; member