Searched refs:usb_host_ip3516hs_pipe_struct_t (Results 1 – 2 of 2) sorted by relevance
687 static usb_status_t USB_HostIp3516HsGetNewPipe(usb_host_ip3516hs_pipe_struct_t **pipeQueue, in USB_HostIp3516HsGetNewPipe()688 usb_host_ip3516hs_pipe_struct_t **pipe) 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()710 usb_host_ip3516hs_pipe_struct_t *pipe) in USB_HostIp3516HsRemovePipe()712 usb_host_ip3516hs_pipe_struct_t *p = *pipeQueue; in USB_HostIp3516HsRemovePipe()713 usb_host_ip3516hs_pipe_struct_t *pre; in USB_HostIp3516HsRemovePipe()728 p = (usb_host_ip3516hs_pipe_struct_t *)temp; 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()[all …]
586 } usb_host_ip3516hs_pipe_struct_t; typedef598 usb_host_ip3516hs_pipe_struct_t *pipeList;599 usb_host_ip3516hs_pipe_struct_t *pipeListInUsing;608 usb_host_ip3516hs_pipe_struct_t pipePool[USB_HOST_CONFIG_IP3516HS_MAX_PIPE];