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

/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd_intr.c1494 char *pipetype, *speed; dwc2_hc_ahberr_intr() local
1524 pipetype = "CONTROL"; dwc2_hc_ahberr_intr()
1527 pipetype = "BULK"; dwc2_hc_ahberr_intr()
1530 pipetype = "INTERRUPT"; dwc2_hc_ahberr_intr()
1533 pipetype = "ISOCHRONOUS"; dwc2_hc_ahberr_intr()
1536 pipetype = "UNKNOWN"; dwc2_hc_ahberr_intr()
1540 dev_err(hsotg->dev, " Endpoint type: %s\n", pipetype); dwc2_hc_ahberr_intr()
H A Dhcd.c2516 char *pipetype; dwc2_dump_urb_info() local
2528 pipetype = "CONTROL"; dwc2_dump_urb_info()
2531 pipetype = "BULK"; dwc2_dump_urb_info()
2534 pipetype = "INTERRUPT"; dwc2_dump_urb_info()
2537 pipetype = "ISOCHRONOUS"; dwc2_dump_urb_info()
2540 pipetype = "UNKNOWN"; dwc2_dump_urb_info()
2544 dev_vdbg(hsotg->dev, " Endpoint type: %s %s (%s)\n", pipetype, dwc2_dump_urb_info()
/linux-4.4.14/drivers/usb/host/
H A Du132-hcd.c160 unsigned pipetype:2; member in struct:u132_endp
1391 } else if (endp->pipetype == PIPE_INTERRUPT) { u132_hcd_endp_work_scheduler()
1411 } else if (endp->pipetype == PIPE_CONTROL) { u132_hcd_endp_work_scheduler()
1900 endp->pipetype = usb_pipetype(urb->pipe); create_endpoint_and_queue_int()
1991 endp->pipetype = usb_pipetype(urb->pipe); create_endpoint_and_queue_bulk()
2105 endp->pipetype = usb_pipetype(urb->pipe); create_endpoint_and_queue_control()
2126 endp->pipetype = usb_pipetype(urb->pipe); create_endpoint_and_queue_control()

Completed in 254 milliseconds