Lines Matching refs:using_desc_dma
104 static inline bool using_desc_dma(struct dwc2_hsotg *hsotg) in using_desc_dma() function
1081 if (!using_desc_dma(hsotg)) in dwc2_hsotg_start_req()
1132 if (using_desc_dma(hsotg)) { in dwc2_hsotg_start_req()
1411 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue()
1437 if (using_desc_dma(hs) && !hs_ep->index) { in dwc2_hsotg_ep_queue()
1452 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue()
2061 if (using_desc_dma(hsotg)) { in dwc2_hsotg_program_zlp()
2136 if (using_desc_dma(hsotg) && hs_ep->isochronous) in dwc2_hsotg_complete_request()
2401 if (using_desc_dma(hsotg)) in dwc2_hsotg_handle_outdone()
2439 if (!using_desc_dma(hsotg) && epnum == 0 && in dwc2_hsotg_handle_outdone()
2458 if (!using_desc_dma(hsotg) && hs_ep->isochronous) in dwc2_hsotg_handle_outdone()
2731 if (using_desc_dma(hsotg)) { in dwc2_hsotg_complete_in()
2892 if (using_desc_dma(hsotg)) { in dwc2_gadget_handle_out_token_ep_disabled()
2947 if (using_desc_dma(hsotg)) { in dwc2_gadget_handle_nak()
2987 if (!using_desc_dma(hsotg)) in dwc2_gadget_handle_nak()
3032 if (using_desc_dma(hsotg) && idx == 0 && !hs_ep->dir_in && in dwc2_hsotg_epint()
3043 if (using_desc_dma(hsotg) && hs_ep->isochronous) { in dwc2_hsotg_epint()
3110 if (using_desc_dma(hsotg)) { in dwc2_hsotg_epint()
3431 if (!using_desc_dma(hsotg)) in dwc2_hsotg_core_init_disconnected()
3445 if (using_desc_dma(hsotg)) in dwc2_hsotg_core_init_disconnected()
3478 if (using_desc_dma(hsotg)) { in dwc2_hsotg_core_init_disconnected()
3484 if (using_desc_dma(hsotg) && hsotg->params.service_interval) in dwc2_hsotg_core_init_disconnected()
3544 if (using_desc_dma(hsotg) && hsotg->params.service_interval) in dwc2_hsotg_core_init_disconnected()
3997 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hsotg_ep_enable()
4005 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hsotg_ep_enable()
4020 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hsotg_ep_enable()
4026 if (using_desc_dma(hsotg) && !hs_ep->desc_list) { in dwc2_hsotg_ep_enable()
4171 if (ret && using_desc_dma(hsotg) && hs_ep->desc_list) { in dwc2_hsotg_ep_enable()
4494 gadget->sg_supported = using_desc_dma(hsotg); in dwc2_hsotg_udc_start()
4903 if (using_desc_dma(hsotg)) { in dwc2_gadget_init()