Searched defs:PeiBotDev (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DBotPeim.c25 @param PeiBotDev The instance to PEI_BOT_DEVICE.
34 IN PEI_BOT_DEVICE *PeiBotDev
43 UsbIoPpi = PeiBotDev->UsbIoPpi;
72 EndpointAddr = (PeiBotDev->BulkInEndpoint)->EndpointAddress;
78 EndpointAddr = (PeiBotDev->BulkOutEndpoint)->EndpointAddress;
92 @param PeiBotDev The instance to PEI_BOT_DEVICE.
107 IN PEI_BOT_DEVICE *PeiBotDev,
120 UsbIoPpi = PeiBotDev->UsbIoPpi;
141 (PeiBotDev->BulkOutEndpoint)->EndpointAddress,
150 BotRecoveryReset (PeiServices, PeiBotDev);
105 BotCommandPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN UINT32 DataTransferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 Timeout ) argument
177 BotDataPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN UINT32 *DataSize, IN OUT VOID *DataBuffer, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 Timeout ) argument
265 BotStatusPhase( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, OUT UINT8 *TransferStatus, IN UINT16 Timeout ) argument
328 PeiAtapiCommand( IN EFI_PEI_SERVICES **PeiServices, IN PEI_BOT_DEVICE *PeiBotDev, IN VOID *Command, IN UINT8 CommandSize, IN VOID *DataBuffer, IN UINT32 BufferLength, IN EFI_USB_DATA_DIRECTION Direction, IN UINT16 TimeOutInMilliSeconds ) argument
[all...]
H A DUsbBotPeim.c45 @param[in] PeiBotDev Indicates the PEI_BOT_DEVICE instance.
54 IN PEI_BOT_DEVICE *PeiBotDev
333 PEI_BOT_DEVICE *PeiBotDev; local
336 PeiBotDev = PEI_BOT_DEVICE_FROM_THIS (This);
343 PeiBotDev
348 PeiBotDev
357 &(PeiBotDev->Media),
409 PEI_BOT_DEVICE *PeiBotDev; local
415 PeiBotDev = PEI_BOT_DEVICE_FROM_THIS (This);
428 if (!PeiBotDev
[all...]

Completed in 33 milliseconds