Home
last modified time | relevance | path

Searched refs:pipetype (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/dwc2/
Dhcd_intr.c1555 char *pipetype, *speed; in dwc2_hc_ahberr_intr() local
1585 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()
Dhcd.c4475 char *pipetype = NULL; in dwc2_dump_urb_info() local
4487 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()
/Linux-v5.10/drivers/usb/host/
Du132-hcd.c155 unsigned pipetype:2; member
1380 } 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()