Home | History | Annotate | Download | only in Ppi

Lines Matching refs:IN

42   @param[in]     PeiServices           The pointer to the PEI Services Table.

43 @param[in] This The pointer to this instance of the
45 @param[in] DeviceAddress Represents the address of the target device
47 @param[in] DeviceSpeed Indicates device speed.
48 @param[in] MaximumPacketLength Indicates the maximum packet size that the
51 @param[in] Request A pointer to the USB device request that
53 @param[in] TransferDirection Specifies the data direction for the transfer.
56 @param[in,out] Data A pointer to the buffer of data that will
59 @param[in,out] DataLength On input, indicates the size, in bytes, of
63 @param[in] TimeOut Indicates the maximum time, in milliseconds,
68 @param[in] Translator A pointer to the transaction translator data.
84 IN EFI_PEI_SERVICES **PeiServices,
85 IN PEI_USB2_HOST_CONTROLLER_PPI *This,
86 IN UINT8 DeviceAddress,
87 IN UINT8 DeviceSpeed,
88 IN UINTN MaximumPacketLength,
89 IN USB_DEVICE_REQUEST *Request,
90 IN EFI_USB_DATA_DIRECTION TransferDirection,
91 IN OUT VOID *Data OPTIONAL,
92 IN OUT UINTN *DataLength OPTIONAL,
93 IN UINTN TimeOut,
94 IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator,
101 @param[in] PeiServices The pointer to the PEI Services Table.
102 @param[in] This The pointer to this instance of the
104 @param[in] DeviceAddress Represents the address of the target device
106 @param[in] EndPointAddress The combination of an endpoint number and
108 @param[in] DeviceSpeed Indicates device speed.
109 @param[in] MaximumPacketLength Indicates the maximum packet size the target
111 @param[in,out] Data Array of pointers to the buffers of data
114 @param[in,out] DataLength When input, indicates the size, in bytes, of
117 @param[in,out] DataToggle A pointer to the data toggle value.
118 @param[in] TimeOut Indicates the maximum time, in milliseconds,
119 in which the transfer is allowed to complete.
123 @param[in] Translator A pointer to the transaction translator data.
139 IN EFI_PEI_SERVICES **PeiServices,
140 IN PEI_USB2_HOST_CONTROLLER_PPI *This,
141 IN UINT8 DeviceAddress,
142 IN UINT8 EndPointAddress,
143 IN UINT8 DeviceSpeed,
144 IN UINTN MaximumPacketLength,
145 IN OUT VOID *Data[EFI_USB_MAX_BULK_BUFFER_NUM],
146 IN OUT UINTN *DataLength,
147 IN OUT UINT8 *DataToggle,
148 IN UINTN TimeOut,
149 IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator,
156 @param[in] PeiServices The pointer to the PEI Services Table.
157 @param[in] This The pointer to this instance of the
168 IN EFI_PEI_SERVICES **PeiServices,
169 IN PEI_USB2_HOST_CONTROLLER_PPI *This,
176 @param[in] PeiServices The pointer to the PEI Services Table.
177 @param[in] This The pointer to this instance of the
179 @param[in] PortNumber Specifies the root hub port from which the status is
186 PortNumber was returned in PortStatus.
193 IN EFI_PEI_SERVICES **PeiServices,
194 IN PEI_USB2_HOST_CONTROLLER_PPI *This,
195 IN UINT8 PortNumber,
202 @param[in] PeiServices The pointer to the PEI Services Table.
203 @param[in] This The pointer to this instance of the
205 @param[in] PortNumber Specifies the root hub port whose feature is requested
207 @param[in] PortFeature Indicates the feature selector associated with the feature
220 IN EFI_PEI_SERVICES **PeiServices,
221 IN PEI_USB2_HOST_CONTROLLER_PPI *This,
222 IN UINT8 PortNumber,
223 IN EFI_USB_PORT_FEATURE PortFeature
229 @param[in] PeiServices The pointer to the PEI Services Table.
230 @param[in] This The pointer to this instance of the
232 @param[in] PortNumber Specifies the root hub port whose feature is
234 @param[in] PortFeature Indicates the feature selector associated with the
245 IN EFI_PEI_SERVICES **PeiServices,
246 IN PEI_USB2_HOST_CONTROLLER_PPI *This,
247 IN UINT8 PortNumber,
248 IN EFI_USB_PORT_FEATURE PortFeature