Home | History | Annotate | Download | only in Library

Lines Matching refs:Descriptor

23   Get the descriptor of the specified USB HID interface.

26 and Interface, and return the HID descriptor in HidDescriptor.
32 @param HidDescriptor Pointer to the USB HID descriptor that was retrieved from
51 Get the report descriptor of the specified USB HID interface.
53 Submit a USB get HID report descriptor request for the USB device specified by
54 UsbIo and Interface, and return the report descriptor in DescriptorBuffer.
61 @param DescriptorBuffer A pointer to the buffer to store the report class descriptor.
183 Set the report descriptor of the specified USB HID interface.
186 Interface, ReportId, and ReportType, and set the report descriptor using the
196 @param Report A pointer to the report descriptor buffer to set.
215 Get the report descriptor of the specified USB HID interface.
228 @param Report A pointer to the buffer to store the report descriptor.
250 Get the descriptor of the specified USB device.
252 Submit a USB get descriptor request for the USB device specified by UsbIo, Value,
253 and Index, and return the descriptor in the buffer specified by Descriptor.
256 If Descriptor is NULL, then ASSERT().
262 @param DescriptorLength The size, in bytes, of Descriptor.
263 @param Descriptor A pointer to the descriptor buffer to get.
268 buffer specified by DescriptorLength and Descriptor
282 OUT VOID *Descriptor,
287 Set the descriptor of the specified USB device.
289 Submit a USB set descriptor request for the USB device specified by UsbIo,
290 Value, and Index, and set the descriptor using the buffer specified by DesriptorLength
291 and Descriptor. The status of the transfer is returned in Status.
293 If Descriptor is NULL, then ASSERT().
299 @param DescriptorLength The size, in bytes, of Descriptor.
300 @param Descriptor A pointer to the descriptor buffer to set.
316 IN VOID *Descriptor,
537 Retrieve the USB endpoint descriptor specified by UsbIo and EndPoint.
538 If the USB endpoint descriptor can not be retrieved, then return EFI_NOT_FOUND.
539 If the endpoint descriptor is found, then clear the halt feature of this USB endpoint.
552 @retval EFI_NOT_FOUND The specified USB endpoint descriptor can not be found