Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbport/
H A Dendpoint.c1595 ULONG EndpointState; in USBPORT_DmaEndpointWorker() local
1618 EndpointState); in USBPORT_DmaEndpointWorker()
1621 EndpointState = USBPORT_ENDPOINT_UNKNOWN; in USBPORT_DmaEndpointWorker()
1630 if (EndpointState == PrevState) in USBPORT_DmaEndpointWorker()
1632 if (EndpointState == USBPORT_ENDPOINT_PAUSED) in USBPORT_DmaEndpointWorker()
1639 USBPORT_SetEndpointState(Endpoint, EndpointState); in USBPORT_DmaEndpointWorker()
1662 ULONG EndpointState; in USBPORT_EndpointWorker() local
1701 EndpointState = USBPORT_GetEndpointState(Endpoint); in USBPORT_EndpointWorker()
1703 if (EndpointState == USBPORT_ENDPOINT_REMOVE) in USBPORT_EndpointWorker()
1731 EndpointState = USBPORT_GetEndpointState(Endpoint); in USBPORT_EndpointWorker()
[all …]
H A Durb.c231 ULONG EndpointState; in USBPORT_SyncResetPipeAndClearStall() local
278 EndpointState = USBPORT_GetEndpointState(Endpoint); in USBPORT_SyncResetPipeAndClearStall()
280 if (EndpointState == USBPORT_ENDPOINT_PAUSED && in USBPORT_SyncResetPipeAndClearStall()
290 if (EndpointState == USBPORT_ENDPOINT_ACTIVE) in USBPORT_SyncResetPipeAndClearStall()
/reactos/drivers/usb/usbehci/
H A Dusbehci.c2825 IN ULONG EndpointState) in EHCI_SetIsoEndpointState() argument
2834 IN ULONG EndpointState) in EHCI_SetAsyncEndpointState() argument
2841 EndpointState); in EHCI_SetAsyncEndpointState()
2847 switch (EndpointState) in EHCI_SetAsyncEndpointState()
2880 EhciEndpoint->EndpointState = EndpointState; in EHCI_SetAsyncEndpointState()
2887 IN ULONG EndpointState) in EHCI_SetEndpointState() argument
2903 EndpointState); in EHCI_SetEndpointState()
2909 EndpointState); in EHCI_SetEndpointState()
H A Dusbehci.h133 ULONG EndpointState; member
/reactos/drivers/usb/usbohci/
H A Dusbohci.c1849 IN ULONG EndpointState) in OHCI_SetEndpointState() argument
1856 EndpointState); in OHCI_SetEndpointState()
1860 switch (EndpointState) in OHCI_SetEndpointState()
/reactos/drivers/usb/usbuhci/
H A Dusbuhci.c1939 IN ULONG EndpointState) in UhciSetEndpointState() argument
1951 EndpointState, in UhciSetEndpointState()
1965 switch (EndpointState) in UhciSetEndpointState()