Lines Matching defs:endpoint

126             cvmx_dprintf("%s: Calling callback reason=%d endpoint=%d bytes=%d func=%p data=%p\n",
133 cvmx_dprintf("%s: No callback for reason=%d endpoint=%d bytes=%d\n",
190 /* Unmask the common endpoint interrupts */
564 * Poll a device mode endpoint for status
578 cvmx_dprintf("%s: endpoint=%d\n", __FUNCTION__, endpoint_num);
586 This bit indicates that the endpoint is disabled per the
596 as well as on the USB, for this endpoint. */
598 bytes_transferred = usb->endpoint[endpoint_num].buffer_length - usbc_dieptsiz.s.xfersize;
607 * Poll a device mode endpoint for status
621 cvmx_dprintf("%s: endpoint=%d\n", __FUNCTION__, endpoint_num);
630 Indicates that the SETUP phase for the control endpoint is
639 This bit indicates that the endpoint is disabled per the
649 as well as on the USB, for this endpoint. */
651 bytes_transferred = usb->endpoint[endpoint_num].buffer_length - usbc_doeptsiz.s.xfersize;
709 int endpoint;
710 CVMX_CLZ(endpoint, active_endpoints);
711 endpoint = 31 - endpoint;
712 __cvmx_usbd_poll_in_endpoint(usb, endpoint);
713 active_endpoints ^= 1<<endpoint;
722 int endpoint;
723 CVMX_CLZ(endpoint, active_endpoints);
724 endpoint = 31 - endpoint;
725 __cvmx_usbd_poll_out_endpoint(usb, endpoint);
726 active_endpoints ^= 1<<endpoint;
810 * Enable an endpoint to respond to an OUT transaction
817 * Transfer type for the endpoint
819 * Maximum packet size for the endpoint
834 cvmx_dprintf("%s: endpoint=%d buffer=0x%llx length=%d\n",
837 usb->endpoint[endpoint_num].buffer_length = buffer_length;
893 * Disable an OUT endpoint
907 cvmx_dprintf("%s: endpoint=%d\n", __FUNCTION__, endpoint_num);
923 * Enable an endpoint to respond to an IN transaction
930 * Transfer type for the endpoint
932 * Maximum packet size for the endpoint
947 cvmx_dprintf("%s: endpoint=%d buffer=0x%llx length=%d\n",
950 usb->endpoint[endpoint_num].buffer_length = buffer_length;
1014 * Disable an IN endpoint
1028 cvmx_dprintf("%s: endpoint=%d\n", __FUNCTION__, endpoint_num);