Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc2/
Dhcd_intr.c1525 char *pipetype, *speed; in dwc2_hc_ahberr_intr() local
1555 pipetype = "CONTROL"; in dwc2_hc_ahberr_intr()
1558 pipetype = "BULK"; in dwc2_hc_ahberr_intr()
1561 pipetype = "INTERRUPT"; in dwc2_hc_ahberr_intr()
1564 pipetype = "ISOCHRONOUS"; in dwc2_hc_ahberr_intr()
1567 pipetype = "UNKNOWN"; in dwc2_hc_ahberr_intr()
1571 dev_err(hsotg->dev, " Endpoint type: %s\n", pipetype); in dwc2_hc_ahberr_intr()
Dhcd.c4533 char *pipetype = NULL; in dwc2_dump_urb_info() local
4545 pipetype = "CONTROL"; in dwc2_dump_urb_info()
4548 pipetype = "BULK"; in dwc2_dump_urb_info()
4551 pipetype = "INTERRUPT"; in dwc2_dump_urb_info()
4554 pipetype = "ISOCHRONOUS"; in dwc2_dump_urb_info()
4558 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()
/Linux-v6.1/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()