Lines Matching refs:USB_ENDPOINT_XFER_INT
760 case USB_ENDPOINT_XFER_INT: in dwc2_hc_enable_slave_ints()
831 if (chan->ep_type != USB_ENDPOINT_XFER_INT) in dwc2_hc_enable_dma_ints()
1015 chan->ep_type == USB_ENDPOINT_XFER_INT)) { in dwc2_hc_halt()
1192 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_set_even_odd_frame()
1474 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_start_transfer()
1486 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_start_transfer()
1528 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_start_transfer()
1773 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_hc_continue_transfer()
2602 case USB_ENDPOINT_XFER_INT: in dwc2_hc_init_xfer()
2603 chan->ep_type = USB_ENDPOINT_XFER_INT; in dwc2_hc_init_xfer()
2876 if (chan->ep_type == USB_ENDPOINT_XFER_INT || in dwc2_assign_and_init_hc()
4718 ep_type = USB_ENDPOINT_XFER_INT; in _dwc2_hcd_urb_enqueue()