Searched refs:pipeQueue (Results 1 – 2 of 2) sorted by relevance
256 static usb_status_t USB_HostOhciGetPipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_pipe… in USB_HostOhciGetPipe() argument265 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() argument279 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() argument316 usb_host_ohci_pipe_struct_t *p = *pipeQueue; in USB_HostOhciInsertPipe()337 temp = (*pipeQueue); in USB_HostOhciInsertPipe()[all …]
687 static usb_status_t USB_HostIp3516HsGetNewPipe(usb_host_ip3516hs_pipe_struct_t **pipeQueue, in USB_HostIp3516HsGetNewPipe() argument697 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() argument712 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() argument751 usb_host_ip3516hs_pipe_struct_t *p = *pipeQueue; in USB_HostIp3516HsInsertPipe()774 temp = (void *)(*pipeQueue); in USB_HostIp3516HsInsertPipe()[all …]