Searched refs:pipetype (Results 1 – 3 of 3) sorted by relevance
1555 char *pipetype, *speed; in dwc2_hc_ahberr_intr() local1585 pipetype = "CONTROL"; in dwc2_hc_ahberr_intr()1588 pipetype = "BULK"; in dwc2_hc_ahberr_intr()1591 pipetype = "INTERRUPT"; in dwc2_hc_ahberr_intr()1594 pipetype = "ISOCHRONOUS"; in dwc2_hc_ahberr_intr()1597 pipetype = "UNKNOWN"; in dwc2_hc_ahberr_intr()1601 dev_err(hsotg->dev, " Endpoint type: %s\n", pipetype); in dwc2_hc_ahberr_intr()
4475 char *pipetype = NULL; in dwc2_dump_urb_info() local4487 pipetype = "CONTROL"; in dwc2_dump_urb_info()4490 pipetype = "BULK"; in dwc2_dump_urb_info()4493 pipetype = "INTERRUPT"; in dwc2_dump_urb_info()4496 pipetype = "ISOCHRONOUS"; in dwc2_dump_urb_info()4500 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()
155 unsigned pipetype:2; member1380 } else if (endp->pipetype == PIPE_INTERRUPT) { in u132_hcd_endp_work_scheduler()1400 } else if (endp->pipetype == PIPE_CONTROL) { in u132_hcd_endp_work_scheduler()1889 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_int()1980 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_bulk()2094 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()2115 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()