Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd_intr.c1458 char *pipetype, *speed; in dwc2_hc_ahberr_intr() local
1488 pipetype = "CONTROL"; in dwc2_hc_ahberr_intr()
1491 pipetype = "BULK"; in dwc2_hc_ahberr_intr()
1494 pipetype = "INTERRUPT"; in dwc2_hc_ahberr_intr()
1497 pipetype = "ISOCHRONOUS"; in dwc2_hc_ahberr_intr()
1500 pipetype = "UNKNOWN"; in dwc2_hc_ahberr_intr()
1504 dev_err(hsotg->dev, " Endpoint type: %s\n", pipetype); in dwc2_hc_ahberr_intr()
Dhcd.c2315 char *pipetype; in dwc2_dump_urb_info() local
2327 pipetype = "CONTROL"; in dwc2_dump_urb_info()
2330 pipetype = "BULK"; in dwc2_dump_urb_info()
2333 pipetype = "INTERRUPT"; in dwc2_dump_urb_info()
2336 pipetype = "ISOCHRONOUS"; in dwc2_dump_urb_info()
2339 pipetype = "UNKNOWN"; in dwc2_dump_urb_info()
2343 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()
/drivers/usb/host/
Du132-hcd.c160 unsigned pipetype:2; member
1391 } 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()
1903 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_int()
1994 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_bulk()
2108 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()
2129 endp->pipetype = usb_pipetype(urb->pipe); in create_endpoint_and_queue_control()