Searched refs:pipes (Results 1 – 3 of 3) sorted by relevance
72 struct imxrt_usb_host_pipe pipes[16]; member175 if (imxrt_usb_host_obj[USBH0_INDEX].pipes[pipe->pipe_index].pipe_handle == NULL) in _ehci0_pipe_xfer()189 transfer->callbackParam = &(imxrt_usb_host_obj[USBH0_INDEX].pipes[pipe->pipe_index]); in _ehci0_pipe_xfer()220 … imxrt_usb_host_obj[USBH0_INDEX].pipes[pipe->pipe_index].transfer_status = kStatus_USB_Success; in _ehci0_pipe_xfer()231 rt_completion_init(&(imxrt_usb_host_obj[USBH0_INDEX].pipes[pipe->pipe_index].urb_completion)); in _ehci0_pipe_xfer()245 switch (imxrt_usb_host_obj[USBH0_INDEX].pipes[pipe->pipe_index].transfer_status) in _ehci0_pipe_xfer()452 if (imxrt_usb_host_obj[USBH1_INDEX].pipes[pipe->pipe_index].pipe_handle == NULL) in _ehci1_pipe_xfer()466 transfer->callbackParam = &(imxrt_usb_host_obj[USBH1_INDEX].pipes[pipe->pipe_index]); in _ehci1_pipe_xfer()497 … imxrt_usb_host_obj[USBH1_INDEX].pipes[pipe->pipe_index].transfer_status = kStatus_USB_Success; in _ehci1_pipe_xfer()508 rt_completion_init(&(imxrt_usb_host_obj[USBH1_INDEX].pipes[pipe->pipe_index].urb_completion)); in _ehci1_pipe_xfer()[all …]
211 # Use pipes instead of temporary files for communication between processes
224 # Use pipes instead of temporary files for communication between processes
Completed in 10 milliseconds