Home
last modified time | relevance | path

Searched refs:pipeQueue (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.c256 static usb_status_t USB_HostOhciGetPipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_pipe… in USB_HostOhciGetPipe() argument
265 if (NULL != (*pipeQueue)) in USB_HostOhciGetPipe()
267 *pipe = *pipeQueue; in USB_HostOhciGetPipe()
269 *pipeQueue = (usb_host_ohci_pipe_struct_t *)temp; in USB_HostOhciGetPipe()
277 static usb_status_t USB_HostOhciRemovePipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_p… in USB_HostOhciRemovePipe() argument
279 usb_host_ohci_pipe_struct_t *p = *pipeQueue; in USB_HostOhciRemovePipe()
301 *pipeQueue = (usb_host_ohci_pipe_struct_t *)temp; in USB_HostOhciRemovePipe()
314 static usb_status_t USB_HostOhciInsertPipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_p… in USB_HostOhciInsertPipe() argument
316 usb_host_ohci_pipe_struct_t *p = *pipeQueue; in USB_HostOhciInsertPipe()
337 temp = (*pipeQueue); in USB_HostOhciInsertPipe()
[all …]
Dusb_host_ip3516hs.c687 static usb_status_t USB_HostIp3516HsGetNewPipe(usb_host_ip3516hs_pipe_struct_t **pipeQueue, in USB_HostIp3516HsGetNewPipe() argument
697 if (NULL != (*pipeQueue)) in USB_HostIp3516HsGetNewPipe()
699 *pipe = *pipeQueue; in USB_HostIp3516HsGetNewPipe()
701 *pipeQueue = (usb_host_ip3516hs_pipe_struct_t *)p; in USB_HostIp3516HsGetNewPipe()
709 static usb_status_t USB_HostIp3516HsRemovePipe(usb_host_ip3516hs_pipe_struct_t **pipeQueue, in USB_HostIp3516HsRemovePipe() argument
712 usb_host_ip3516hs_pipe_struct_t *p = *pipeQueue; in USB_HostIp3516HsRemovePipe()
739 *pipeQueue = (usb_host_ip3516hs_pipe_struct_t *)temp; in USB_HostIp3516HsRemovePipe()
748 static usb_status_t USB_HostIp3516HsInsertPipe(usb_host_ip3516hs_pipe_struct_t **pipeQueue, in USB_HostIp3516HsInsertPipe() argument
751 usb_host_ip3516hs_pipe_struct_t *p = *pipeQueue; in USB_HostIp3516HsInsertPipe()
774 temp = (void *)(*pipeQueue); in USB_HostIp3516HsInsertPipe()
[all …]