Searched refs:using_dma (Results 1 – 4 of 4) sorted by relevance
92 static inline bool using_dma(struct dwc2_hsotg *hsotg) in using_dma() function1177 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 …]
125 int using_dma; member778 if (card->using_dma) { in solos_bh()869 if (card->using_dma && card->atmdev[port] && in solos_bh()1084 if (skb && !card->using_dma) { in fpga_tx()1088 } else if (skb && card->using_dma) { in fpga_tx()1277 card->using_dma = 1; in fpga_probe()1290 card->using_dma = 0; in fpga_probe()
201 bool using_dma; member466 if (spicc->using_dma) in meson_spicc_irq()629 spicc->using_dma = true; in meson_spicc_transfer_one()635 spicc->using_dma = false; in meson_spicc_transfer_one()
307 unsigned int using_dma:1; member