Home | History | Annotate | Download | only in UefiUsbLib

Lines Matching full:specified

22   Get the descriptor of the specified USB device.

24 Submit a USB get descriptor request for the USB device specified by UsbIo, Value,
25 and Index, and return the descriptor in the buffer specified by Descriptor.
40 buffer specified by DescriptorLength and Descriptor
85 Set the descriptor of the specified USB device.
87 Submit a USB set descriptor request for the USB device specified by UsbIo,
88 Value, and Index, and set the descriptor using the buffer specified by DesriptorLength
145 Get the interface setting of the specified USB device.
147 Submit a USB get interface request for the USB device specified by UsbIo,
148 and Interface, and place the result in the buffer specified by AlternateSetting.
202 Set the interface setting of the specified USB device.
204 Submit a USB set interface request for the USB device specified by UsbIo, and
205 Interface, and set the alternate setting to the value specified by AlternateSetting.
257 Submit a USB get configuration request for the USB device specified by UsbIo
258 and place the result in the buffer specified by ConfigurationValue. The status
311 Submit a USB set configuration request for the USB device specified by UsbIo
312 and set the device configuration to the value specified by ConfigurationValue.
359 Set the specified feature of the specified device.
361 Submit a USB set device feature request for the USB device specified by UsbIo,
362 Recipient, and Target to the value specified by Value. The status of the
436 Clear the specified feature of the specified device.
438 Submit a USB clear device feature request for the USB device specified by UsbIo,
439 Recipient, and Target to the value specified by Value. The status of the transfer
514 Get the status of the specified device.
516 Submit a USB device get status request for the USB device specified by UsbIo,
517 Recipient, and Target and place the result in the buffer specified by DeviceStatus.
593 Clear halt feature of the specified usb endpoint.
595 Retrieve the USB endpoint descriptor specified by UsbIo and EndPoint.
610 @retval EFI_NOT_FOUND The specified USB endpoint descriptor can not be found