Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c687 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 …]
Dusb_host_ip3516hs.h586 } usb_host_ip3516hs_pipe_struct_t; typedef
598 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];