Searched refs:ep_dqh (Results 1 – 2 of 2) sorted by relevance
88 ep->dqh = &udc->ep_dqh[i]; in ep0_reset()139 curr_dqh = &udc->ep_dqh[index]; in process_ep_req()274 dqh = &(udc->ep_dqh[ep->ep_num * 2 + direction]); in queue_dtd()1293 ep->dqh = &udc->ep_dqh[i]; in eps_init()1755 dqh = &udc->ep_dqh[ep_num * 2 + EP_DIR_OUT]; in get_setup_data()2089 if (udc->ep_dqh) in mv_udc_remove()2091 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_remove()2190 udc->ep_dqh = dma_alloc_coherent(&pdev->dev, size, in mv_udc_probe()2193 if (udc->ep_dqh == NULL) { in mv_udc_probe()2318 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_probe()
185 struct mv_dqh *ep_dqh; member