Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c1706 usb_host_pipe_t *prePipePointer; in USB_HostKhciOpenPipe() local
1728 prePipePointer = tempPipePointer; in USB_HostKhciOpenPipe()
1731 prePipePointer->next = pipePointer; in USB_HostKhciOpenPipe()
1776 usb_host_pipe_t *prePipePointer; in USB_HostKhciClosePipe() local
1791 prePipePointer = pipePointer; in USB_HostKhciClosePipe()
1796 prePipePointer->next = pipePointer->next; in USB_HostKhciClosePipe()
1800 prePipePointer = pipePointer; in USB_HostKhciClosePipe()