Lines Matching refs:ep

643 … USB_DeviceLpc3511IpEndpointDeinit(usb_device_lpc3511ip_state_struct_t *lpc3511IpState, uint8_t ep)  in USB_DeviceLpc3511IpEndpointDeinit()  argument
645 uint8_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(ep); in USB_DeviceLpc3511IpEndpointDeinit()
651 if (kStatus_USB_Success != USB_DeviceLpc3511IpCancel(lpc3511IpState, ep)) in USB_DeviceLpc3511IpEndpointDeinit()
656 (void)USB_DeviceLpc3511IpCancel(lpc3511IpState, ep); in USB_DeviceLpc3511IpEndpointDeinit()
719 …t USB_DeviceLpc3511IpEndpointStall(usb_device_lpc3511ip_state_struct_t *lpc3511IpState, uint8_t ep) in USB_DeviceLpc3511IpEndpointStall() argument
721 uint8_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(ep); in USB_DeviceLpc3511IpEndpointStall()
726 if ((ep & USB_ENDPOINT_NUMBER_MASK) == USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointStall()
760 if ((ep & USB_ENDPOINT_NUMBER_MASK) != USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointStall()
797 if (kStatus_USB_Success != USB_DeviceLpc3511IpCancel(lpc3511IpState, ep)) in USB_DeviceLpc3511IpEndpointStall()
802 (void)USB_DeviceLpc3511IpCancel(lpc3511IpState, ep); in USB_DeviceLpc3511IpEndpointStall()
819 …USB_DeviceLpc3511IpEndpointUnstall(usb_device_lpc3511ip_state_struct_t *lpc3511IpState, uint8_t ep) in USB_DeviceLpc3511IpEndpointUnstall() argument
821 uint8_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(ep); in USB_DeviceLpc3511IpEndpointUnstall()
831 if ((ep & USB_ENDPOINT_NUMBER_MASK) != USB_CONTROL_ENDPOINT) in USB_DeviceLpc3511IpEndpointUnstall()
877 if (kStatus_USB_Success != USB_DeviceLpc3511IpCancel(lpc3511IpState, ep)) in USB_DeviceLpc3511IpEndpointUnstall()
882 (void)USB_DeviceLpc3511IpCancel(lpc3511IpState, ep); in USB_DeviceLpc3511IpEndpointUnstall()
2125 usb_status_t USB_DeviceLpc3511IpCancel(usb_device_controller_handle controllerHandle, uint8_t ep) in USB_DeviceLpc3511IpCancel() argument
2132 uint8_t endpointIndex = USB_LPC3511IP_ENDPOINT_DES_INDEX(ep); in USB_DeviceLpc3511IpCancel()
2265 message.code = ep; in USB_DeviceLpc3511IpCancel()