Home
last modified time | relevance | path

Searched refs:using_dma (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dgadget.c92 static inline bool using_dma(struct dwc2_hsotg *hsotg) in using_dma() function
1177 if (using_dma(hsotg) && !continuing && (length != 0)) { in dwc2_hsotg_start_req()
1226 if (dir_in && !using_dma(hsotg)) { in dwc2_hsotg_start_req()
1290 if (!using_dma(hsotg) || !((long)req_buf & 3)) in dwc2_hsotg_handle_unaligned_buf_start()
1321 if (!using_dma(hsotg) || !hs_req->saved_req_buf) in dwc2_hsotg_handle_unaligned_buf_complete()
1464 if (using_dma(hs)) { in dwc2_hsotg_ep_queue()
2139 if (using_dma(hsotg)) in dwc2_hsotg_complete_request()
2414 if (using_dma(hsotg)) { in dwc2_hsotg_handle_outdone()
2486 WARN_ON(using_dma(hsotg)); in dwc2_hsotg_handle_rx()
2506 if (!using_dma(hsotg)) in dwc2_hsotg_handle_rx()
[all …]
/linux/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c105 req->using_dma ? 'D' : 'd', in queue_dbg_read()
434 if (req->using_dma) { in submit_request()
548 if (req->using_dma) in request_complete()
746 req->using_dma = 1; in queue_dma()
790 req->using_dma = 0; in usba_ep_queue()
883 if (req->using_dma) { in usba_ep_dequeue()
1638 if (req->using_dma) { in usba_ep_irq()
H A Datmel_usba_udc.h307 unsigned int using_dma:1; member