Searched defs:ReportId (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DHid.c258 Interface, and ReportId, and set the idle rate to the value specified by Duration.
263 @param ReportId The identifier of the report to retrieve.
276 IN UINT8 ReportId,
290 Request.Value = (UINT16) ((Duration << 8) | ReportId);
311 Interface, and ReportId, and return the ide rate in Duration.
317 @param ReportId The identifier of the report to retrieve.
330 IN UINT8 ReportId,
345 Request.Value = ReportId;
368 Interface, ReportId, and ReportType, and set the report descriptor using the
375 @param ReportId Th
273 UsbSetIdleRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 Duration ) argument
327 UsbGetIdleRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, OUT UINT8 *Duration ) argument
387 UsbSetReportRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 ReportType, IN UINT16 ReportLen, IN UINT8 *Report ) argument
452 UsbGetReportRequest( IN EFI_USB_IO_PROTOCOL *UsbIo, IN UINT8 Interface, IN UINT8 ReportId, IN UINT8 ReportType, IN UINT16 ReportLen, OUT UINT8 *Report ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.c529 UINT8 ReportId; local
613 // ReportId is zero, which means the idle rate applies to all input reports.
615 ReportId = 0;
625 ReportId,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.c529 UINT8 ReportId; local
619 // ReportId is zero, which means the idle rate applies to all input reports.
621 ReportId = 0;
631 ReportId,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DKeyBoard.c811 UINT8 ReportId; local
878 // ReportId is zero, which means the idle rate applies to all input reports.
880 ReportId = 0;
890 ReportId,
1858 UINT8 ReportId; local
1868 ReportId = 0;
1875 ReportId,

Completed in 50 milliseconds