Lines Matching refs:using_desc_dma

104 static inline bool using_desc_dma(struct dwc2_hsotg *hsotg)  in using_desc_dma()  function
1063 if (!using_desc_dma(hsotg)) in dwc2_hsotg_start_req()
1119 if (using_desc_dma(hsotg)) { in dwc2_hsotg_start_req()
1397 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue()
1423 if (using_desc_dma(hs) && !hs_ep->index) { in dwc2_hsotg_ep_queue()
1438 if (using_desc_dma(hs) && hs_ep->isochronous) { in dwc2_hsotg_ep_queue()
2042 if (using_desc_dma(hsotg)) { in dwc2_hsotg_program_zlp()
2117 if (using_desc_dma(hsotg) && hs_ep->isochronous) in dwc2_hsotg_complete_request()
2368 if (using_desc_dma(hsotg)) in dwc2_hsotg_handle_outdone()
2406 if (!using_desc_dma(hsotg) && epnum == 0 && in dwc2_hsotg_handle_outdone()
2425 if (!using_desc_dma(hsotg) && hs_ep->isochronous) in dwc2_hsotg_handle_outdone()
2698 if (using_desc_dma(hsotg)) { in dwc2_hsotg_complete_in()
2859 if (using_desc_dma(hsotg)) { in dwc2_gadget_handle_out_token_ep_disabled()
2914 if (using_desc_dma(hsotg)) { in dwc2_gadget_handle_nak()
2954 if (!using_desc_dma(hsotg)) in dwc2_gadget_handle_nak()
3001 if (using_desc_dma(hsotg) && idx == 0 && !hs_ep->dir_in && in dwc2_hsotg_epint()
3012 if (using_desc_dma(hsotg) && hs_ep->isochronous) { in dwc2_hsotg_epint()
3079 if (using_desc_dma(hsotg)) { in dwc2_hsotg_epint()
3400 if (!using_desc_dma(hsotg)) in dwc2_hsotg_core_init_disconnected()
3414 if (using_desc_dma(hsotg)) in dwc2_hsotg_core_init_disconnected()
3447 if (using_desc_dma(hsotg)) { in dwc2_hsotg_core_init_disconnected()
3453 if (using_desc_dma(hsotg) && hsotg->params.service_interval) in dwc2_hsotg_core_init_disconnected()
3513 if (using_desc_dma(hsotg) && hsotg->params.service_interval) in dwc2_hsotg_core_init_disconnected()
3955 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hsotg_ep_enable()
3963 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hsotg_ep_enable()
3978 if (using_desc_dma(hsotg) && ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hsotg_ep_enable()
3984 if (using_desc_dma(hsotg) && !hs_ep->desc_list) { in dwc2_hsotg_ep_enable()
4128 if (ret && using_desc_dma(hsotg) && hs_ep->desc_list) { in dwc2_hsotg_ep_enable()
4450 gadget->sg_supported = using_desc_dma(hsotg); in dwc2_hsotg_udc_start()
4838 if (using_desc_dma(hsotg)) { in dwc2_gadget_init()