Searched refs:USB_ENDPOINT_XFER_CONTROL (Results 1 – 7 of 7) sorted by relevance
457 return pipe->pipe_type == USB_ENDPOINT_XFER_CONTROL; in dwc2_hcd_is_pipe_control()514 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL)524 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc()530 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
548 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle()802 case USB_ENDPOINT_XFER_CONTROL: in dwc2_release_channel()858 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_halt_channel()1062 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_xfercomp_intr()1172 if (pipe_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_hc_stall_intr()1292 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_nak_intr()1308 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_nak_intr()1598 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_ahberr_intr()1684 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_xacterr_intr()1740 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_frmovrun_intr()[all …]
712 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_fill_host_dma_desc()792 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_init_non_isoc_dma_desc()845 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hcd_start_xfer_ddma()1108 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL) { in dwc2_update_non_isoc_urb_state_ddma()1180 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) { in dwc2_process_non_isoc_desc()1246 if (qh->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_complete_non_isoc_xfer_ddma()
188 case USB_ENDPOINT_XFER_CONTROL: in dwc2_qh_init()853 USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_qtd_init()
625 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_init_xfer()626 chan->ep_type = USB_ENDPOINT_XFER_CONTROL; in dwc2_hc_init_xfer()1941 ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_hcd_urb_set_pipeinfo()
1280 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_enable_slave_ints()1630 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_hc_halt()
135 #define USB_ENDPOINT_XFER_CONTROL UE_CONTROL /* 0 */ macro