Searched refs:USB_KBD_BOOT_REPORT_SIZE (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c162 * @scancode: scancode buffer with USB_KBD_BOOT_REPORT_SIZE bytes
165 const char scancode[USB_KBD_BOOT_REPORT_SIZE])
170 ret = membuff_put(&priv->in, scancode, USB_KBD_BOOT_REPORT_SIZE);
171 if (ret != USB_KBD_BOOT_REPORT_SIZE)
194 if (length < USB_KBD_BOOT_REPORT_SIZE)
197 membuff_get(&priv->in, buffer, USB_KBD_BOOT_REPORT_SIZE);
223 return membuff_new(&priv->in, 80 * USB_KBD_BOOT_REPORT_SIZE);
/u-boot/test/dm/
H A Dusb.c442 char scancodes[USB_KBD_BOOT_REPORT_SIZE] = {0};
/u-boot/include/
H A Dusb.h259 #define USB_KBD_BOOT_REPORT_SIZE 8 macro

Completed in 52 milliseconds