/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/ |
H A D | PeiUsbLib.c | 24 @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 D | UsbBotPeim.h | 167 @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 D | UsbPeim.h | 42 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)
|
H A D | BotPeim.c | 39 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 D | UsbBotPeim.c | 77 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...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/ |
H A D | PeiUsbLib.c | 24 @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 D | HubPeim.c | 25 @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 D | UsbPeim.h | 45 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)
|
H A D | UsbPeim.c | 220 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...] |