Searched refs:pipetype (Results 1 – 3 of 3) sorted by relevance
1494 char *pipetype, *speed; in dwc2_hc_ahberr_intr() local1524 pipetype = "CONTROL"; in dwc2_hc_ahberr_intr()1527 pipetype = "BULK"; in dwc2_hc_ahberr_intr()1530 pipetype = "INTERRUPT"; in dwc2_hc_ahberr_intr()1533 pipetype = "ISOCHRONOUS"; in dwc2_hc_ahberr_intr()1536 pipetype = "UNKNOWN"; in dwc2_hc_ahberr_intr()1540 dev_err(hsotg->dev, " Endpoint type: %s\n", pipetype); in dwc2_hc_ahberr_intr()
2516 char *pipetype; in dwc2_dump_urb_info() local2528 pipetype = "CONTROL"; in dwc2_dump_urb_info()2531 pipetype = "BULK"; in dwc2_dump_urb_info()2534 pipetype = "INTERRUPT"; in dwc2_dump_urb_info()2537 pipetype = "ISOCHRONOUS"; in dwc2_dump_urb_info()2540 pipetype = "UNKNOWN"; in dwc2_dump_urb_info()2544 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()
160 unsigned pipetype:2; member1391 } else if (endp->pipetype == PIPE_INTERRUPT) { in u132_hcd_endp_work_scheduler()1411 } else if (endp->pipetype == PIPE_CONTROL) { in u132_hcd_endp_work_scheduler()1900 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_int()1991 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_bulk()2105 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()2126 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()