Searched refs:UsbIoPpi (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DHubPeim.c25 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
37 IN PEI_USB_IO_PPI *UsbIoPpi,
55 return UsbIoPpi->UsbControlTransfer (
57 UsbIoPpi,
71 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
83 IN PEI_USB_IO_PPI *UsbIoPpi,
100 return UsbIoPpi->UsbControlTransfer (
102 UsbIoPpi,
115 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
127 IN PEI_USB_IO_PPI *UsbIoPpi,
35 PeiHubGetPortStatus( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 Port, OUT UINT32 *PortStatus ) argument
81 PeiHubSetPortFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 Port, IN UINT8 Value ) argument
125 PeiHubClearPortFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 Port, IN UINT8 Value ) argument
168 PeiHubGetHubStatus( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, OUT UINT32 *HubStatus ) argument
209 PeiHubSetHubFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 Value ) argument
250 PeiHubClearHubFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 Value ) argument
293 PeiGetHubDescriptor( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINTN DescriptorSize, OUT EFI_USB_HUB_DESCRIPTOR *HubDescriptor ) argument
343 PEI_USB_IO_PPI *UsbIoPpi; local
459 PeiResetHubPort( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 PortNum ) argument
[all...]
H A DPeiUsbLib.c24 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
39 IN PEI_USB_IO_PPI *UsbIoPpi,
48 ASSERT (UsbIoPpi != NULL);
56 return UsbIoPpi->UsbControlTransfer (
58 UsbIoPpi,
71 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
82 IN PEI_USB_IO_PPI *UsbIoPpi,
88 ASSERT (UsbIoPpi != NULL);
96 return UsbIoPpi->UsbControlTransfer (
98 UsbIoPpi,
37 PeiUsbGetDescriptor( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT16 Value, IN UINT16 Index, IN UINT16 DescriptorLength, OUT VOID *Descriptor ) argument
80 PeiUsbSetDeviceAddress( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT16 AddressValue ) argument
122 PeiUsbClearDeviceFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN EFI_USB_RECIPIENT Recipient, IN UINT16 Value, IN UINT16 Target ) argument
212 PeiUsbClearEndpointHalt( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 EndpointAddress ) argument
[all...]
H A DHubPeim.h108 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
120 IN PEI_USB_IO_PPI *UsbIoPpi,
129 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
141 IN PEI_USB_IO_PPI *UsbIoPpi,
150 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
161 IN PEI_USB_IO_PPI *UsbIoPpi,
169 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
180 IN PEI_USB_IO_PPI *UsbIoPpi,
188 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
200 IN PEI_USB_IO_PPI *UsbIoPpi,
[all...]
H A DPeiUsbLib.h109 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
124 IN PEI_USB_IO_PPI *UsbIoPpi,
135 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
146 IN PEI_USB_IO_PPI *UsbIoPpi,
154 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
167 IN PEI_USB_IO_PPI *UsbIoPpi,
177 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
187 IN PEI_USB_IO_PPI *UsbIoPpi
194 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
205 IN PEI_USB_IO_PPI *UsbIoPpi,
[all...]
H A DUsbPeim.c220 PEI_USB_IO_PPI *UsbIoPpi; local
227 UsbIoPpi = &PeiUsbDevice->UsbIoPpi;
233 UsbIoPpi,
245 UsbIoPpi,
256 UsbIoPpi,
282 &(NewPeiUsbDevice->UsbIoPpi),
291 NewPeiUsbDevice->UsbIoPpiList.Ppi = &NewPeiUsbDevice->UsbIoPpi;
298 PeiResetHubPort (PeiServices, UsbIoPpi, (UINT8)(Index + 1));
302 UsbIoPpi,
583 PEI_USB_IO_PPI *UsbIoPpi; local
693 PEI_USB_IO_PPI *UsbIoPpi; local
[all...]
H A DUsbPeim.h45 PEI_USB_IO_PPI UsbIoPpi; member in struct:__anon10881
64 #define PEI_USB_DEVICE_FROM_THIS(a) CR (a, PEI_USB_DEVICE, UsbIoPpi, PEI_USB_DEVICE_SIGNATURE)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiUsbLib.c24 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
39 IN PEI_USB_IO_PPI *UsbIoPpi,
48 ASSERT (UsbIoPpi != NULL);
56 return UsbIoPpi->UsbControlTransfer (
58 UsbIoPpi,
71 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
82 IN PEI_USB_IO_PPI *UsbIoPpi,
88 ASSERT (UsbIoPpi != NULL);
96 return UsbIoPpi->UsbControlTransfer (
98 UsbIoPpi,
37 PeiUsbGetDescriptor( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT16 Value, IN UINT16 Index, IN UINT16 DescriptorLength, OUT VOID *Descriptor ) argument
80 PeiUsbSetDeviceAddress( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT16 AddressValue ) argument
122 PeiUsbClearDeviceFeature( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN EFI_USB_RECIPIENT Recipient, IN UINT16 Value, IN UINT16 Target ) argument
212 PeiUsbClearEndpointHalt( IN EFI_PEI_SERVICES **PeiServices, IN PEI_USB_IO_PPI *UsbIoPpi, IN UINT8 EndpointAddress ) argument
[all...]
H A DBotPeim.c39 PEI_USB_IO_PPI *UsbIoPpi; local
43 UsbIoPpi = PeiBotDev->UsbIoPpi;
45 if (UsbIoPpi == NULL) {
59 Status = UsbIoPpi->UsbControlTransfer (
61 UsbIoPpi,
73 PeiUsbClearEndpointHalt (PeiServices, UsbIoPpi, EndpointAddr);
79 PeiUsbClearEndpointHalt (PeiServices, UsbIoPpi, EndpointAddr);
117 PEI_USB_IO_PPI *UsbIoPpi; local
120 UsbIoPpi
187 PEI_USB_IO_PPI *UsbIoPpi; local
274 PEI_USB_IO_PPI *UsbIoPpi; local
[all...]
H A DPeiUsbLib.h107 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
122 IN PEI_USB_IO_PPI *UsbIoPpi,
133 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
144 IN PEI_USB_IO_PPI *UsbIoPpi,
152 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
165 IN PEI_USB_IO_PPI *UsbIoPpi,
175 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
185 IN PEI_USB_IO_PPI *UsbIoPpi
192 @param UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
203 IN PEI_USB_IO_PPI *UsbIoPpi,
[all...]
H A DUsbBotPeim.c77 PEI_USB_IO_PPI *UsbIoPpi; local
95 (VOID **) &UsbIoPpi
128 PEI_USB_IO_PPI *UsbIoPpi; local
130 UsbIoPpi = (PEI_USB_IO_PPI *) InvokePpi;
132 InitUsbBot (PeiServices, UsbIoPpi);
142 @param[in] UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
151 IN PEI_USB_IO_PPI *UsbIoPpi
165 Status = UsbIoPpi->UsbGetInterfaceDescriptor (
167 UsbIoPpi,
194 PeiBotDevice->UsbIoPpi
[all...]
H A DUsbBotPeim.h167 @param[in] UsbIoPpi Indicates the PEI_USB_IO_PPI instance.
176 IN PEI_USB_IO_PPI *UsbIoPpi
193 PEI_USB_IO_PPI *UsbIoPpi; member in struct:__anon10865
H A DUsbPeim.h42 PEI_USB_IO_PPI UsbIoPpi; member in struct:__anon10866
59 #define PEI_USB_DEVICE_FROM_THIS(a) CR (a, PEI_USB_DEVICE, UsbIoPpi, PEI_USB_DEVICE_SIGNATURE)

Completed in 40 milliseconds