Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbohci/
H A Dusbohci.c141 ED->HwED.NextED = *HeadED->pNextED; in OHCI_InsertEndpointInSchedule()
159 ED->HwED.NextED = 0; in OHCI_InsertEndpointInSchedule()
160 PrevED->HwED.NextED = ED->PhysicalAddress; in OHCI_InsertEndpointInSchedule()
186 EndpointControl = ED->HwED.EndpointControl; in OHCI_InitializeED()
213 ED->HwED.EndpointControl = EndpointControl; in OHCI_InitializeED()
456 ED->HwED.EndpointControl.FunctionAddress = in OHCI_ReopenEndpoint()
459 ED->HwED.EndpointControl.MaximumPacketSize = in OHCI_ReopenEndpoint()
1794 if (ED->HwED.EndpointControl.sKip) in OHCI_GetEndpointState()
1837 PreviousED->HwED.NextED = ED->HwED.NextED; in OHCI_RemoveEndpointFromSchedule()
1863 ED->HwED.EndpointControl.sKip = 1; in OHCI_SetEndpointState()
[all …]
H A Dusbohci.h83 OHCI_ENDPOINT_DESCRIPTOR HwED; // must be aligned to a 16-byte boundary member
103 POHCI_ENDPOINT_DESCRIPTOR HwED; member