Home
last modified time | relevance | path

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

/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.c4541 char *pipetype = NULL; in dwc2_dump_urb_info() local
4553 pipetype = "CONTROL"; in dwc2_dump_urb_info()
4556 pipetype = "BULK"; in dwc2_dump_urb_info()
4559 pipetype = "INTERRUPT"; in dwc2_dump_urb_info()
4562 pipetype = "ISOCHRONOUS"; in dwc2_dump_urb_info()
4566 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()