Searched refs:pipetype (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd_intr.c | 1555 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()
|
H A D | hcd.c | 4477 char *pipetype = NULL; in dwc2_dump_urb_info() local 4489 pipetype = "CONTROL"; in dwc2_dump_urb_info() 4492 pipetype = "BULK"; in dwc2_dump_urb_info() 4495 pipetype = "INTERRUPT"; in dwc2_dump_urb_info() 4498 pipetype = "ISOCHRONOUS"; in dwc2_dump_urb_info() 4502 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, in dwc2_dump_urb_info()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd_intr.c | 1525 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()
|
H A D | hcd.c | 4533 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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | u132-hcd.c | 155 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()
|
Completed in 22 milliseconds