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

/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c163 * @scancode: scancode buffer with USB_KBD_BOOT_REPORT_SIZE bytes
166 const char scancode[USB_KBD_BOOT_REPORT_SIZE])
171 ret = membuff_put(&priv->in, scancode, USB_KBD_BOOT_REPORT_SIZE);
172 if (ret != USB_KBD_BOOT_REPORT_SIZE)
195 if (length < USB_KBD_BOOT_REPORT_SIZE)
198 membuff_get(&priv->in, buffer, USB_KBD_BOOT_REPORT_SIZE);
224 return membuff_new(&priv->in, 80 * USB_KBD_BOOT_REPORT_SIZE);
/u-boot/test/dm/
H A Dusb.c443 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 271 milliseconds