Lines Matching full:specified
23 Get the descriptor of the specified USB HID interface.
25 Submit a UsbGetHidDescriptor() request for the USB device specified by UsbIo
33 the specified USB target and interface. Type EFI_USB_HID_DESCRIPTOR
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
65 buffer specified by DescriptorLength and DescriptorBuffer
81 Get the HID protocol of the specified USB HID interface.
83 Submit a USB get HID protocol request for the USB device specified by UsbIo
90 @param Protocol A pointer to the protocol for the specified USB target.
106 Set the HID protocol of the specified USB HID interface.
108 Submit a USB set HID protocol request for the USB device specified by UsbIo
109 and Interface, and set the protocol to the value specified by Protocol.
114 @param Protocol The protocol value to set for the specified USB target.
130 Set the idle rate of the specified USB HID report.
132 Submit a USB set HID report idle request for the USB device specified by UsbIo,
133 Interface, and ReportId, and set the idle rate to the value specified by Duration.
139 @param Duration The idle rate to set for the specified USB target.
156 Get the idle rate of the specified USB HID report.
158 Submit a USB get HID report idle request for the USB device specified by UsbIo,
166 @param Duration A pointer to the idle rate retrieved from the specified USB target.
183 Set the report descriptor of the specified USB HID interface.
185 Submit a USB set HID report request for the USB device specified by UsbIo,
187 buffer specified by ReportLength and Report.
215 Get the report descriptor of the specified USB HID interface.
217 Submit a USB get HID report request for the USB device specified by UsbIo,
219 specified by Report.
232 buffer specified by ReportLength and Report is not
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.
268 buffer specified by DescriptorLength and 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
321 Get the interface setting of the specified USB device.
323 Submit a USB get interface request for the USB device specified by UsbIo,
324 and Interface, and place the result in the buffer specified by AlternateSetting.
351 Set the interface setting of the specified USB device.
353 Submit a USB set interface request for the USB device specified by UsbIo, and
354 Interface, and set the alternate setting to the value specified by AlternateSetting.
382 Submit a USB get configuration request for the USB device specified by UsbIo
383 and place the result in the buffer specified by ConfigurationValue. The status
410 Submit a USB set configuration request for the USB device specified by UsbIo
411 and set the device configuration to the value specified by ConfigurationValue.
435 Set the specified feature of the specified device.
437 Submit a USB set device feature request for the USB device specified by UsbIo,
438 Recipient, and Target to the value specified by Value. The status of the
468 Clear the specified feature of the specified device.
470 Submit a USB clear device feature request for the USB device specified by UsbIo,
471 Recipient, and Target to the value specified by Value. The status of the transfer
501 Get the status of the specified device.
503 Submit a USB device get status request for the USB device specified by UsbIo,
504 Recipient, and Target, and place the result in the buffer specified by DeviceStatus.
535 Clear halt feature of the specified usb endpoint.
537 Retrieve the USB endpoint descriptor specified by UsbIo and EndPoint.
552 @retval EFI_NOT_FOUND The specified USB endpoint descriptor can not be found