Home
last modified time | relevance | path

Searched refs:usb_host_ohci_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_ohci.c28 usb_host_ohci_pipe_struct_t *pipe,
32 usb_host_ohci_pipe_struct_t *pipe,
38 usb_host_ohci_pipe_struct_t *pipe,
43 usb_host_ohci_pipe_struct_t *pipe,
256 static usb_status_t USB_HostOhciGetPipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_pipe… in USB_HostOhciGetPipe()
269 *pipeQueue = (usb_host_ohci_pipe_struct_t *)temp; in USB_HostOhciGetPipe()
277 …tatic usb_status_t USB_HostOhciRemovePipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_p… in USB_HostOhciRemovePipe()
279 usb_host_ohci_pipe_struct_t *p = *pipeQueue; in USB_HostOhciRemovePipe()
280 usb_host_ohci_pipe_struct_t *pre; in USB_HostOhciRemovePipe()
294 p = (usb_host_ohci_pipe_struct_t *)temp; in USB_HostOhciRemovePipe()
[all …]
Dusb_host_ohci.h431 } usb_host_ohci_pipe_struct_t; typedef
447 usb_host_ohci_pipe_struct_t *pipeList;
448 usb_host_ohci_pipe_struct_t *pipeListInUsing;
466 usb_host_ohci_pipe_struct_t pipePool[USB_HOST_CONFIG_OHCI_MAX_ED];