Home
last modified time | relevance | path

Searched refs:ep_dqh (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc_core.c81 ep->dqh = &udc->ep_dqh[i]; in ep0_reset()
132 curr_dqh = &udc->ep_dqh[index]; in process_ep_req()
262 dqh = &(udc->ep_dqh[ep->ep_num * 2 + direction]); in queue_dtd()
1289 ep->dqh = &udc->ep_dqh[i]; in eps_init()
1763 dqh = &udc->ep_dqh[ep_num * 2 + EP_DIR_OUT]; in get_setup_data()
2094 if (udc->ep_dqh) in mv_udc_remove()
2096 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_remove()
2191 udc->ep_dqh = dma_alloc_coherent(&pdev->dev, size, in mv_udc_probe()
2194 if (udc->ep_dqh == NULL) { in mv_udc_probe()
2322 udc->ep_dqh, udc->ep_dqh_dma); in mv_udc_probe()
H A Dmv_udc.h181 struct mv_dqh *ep_dqh; member