Searched refs:USB_KBD_BOOT_REPORT_SIZE (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/usb/emul/ |
A D | sandbox_keyb.c | 166 const char scancode[USB_KBD_BOOT_REPORT_SIZE]) in sandbox_usb_keyb_add_string() argument 171 ret = membuff_put(&priv->in, scancode, USB_KBD_BOOT_REPORT_SIZE); in sandbox_usb_keyb_add_string() 172 if (ret != USB_KBD_BOOT_REPORT_SIZE) in sandbox_usb_keyb_add_string() 195 if (length < USB_KBD_BOOT_REPORT_SIZE) in sandbox_keyb_interrupt() 198 membuff_get(&priv->in, buffer, USB_KBD_BOOT_REPORT_SIZE); in sandbox_keyb_interrupt() 224 return membuff_new(&priv->in, 80 * USB_KBD_BOOT_REPORT_SIZE); in sandbox_keyb_probe()
|
/u-boot/common/ |
A D | usb_kbd.c | 113 uint8_t old[USB_KBD_BOOT_REPORT_SIZE]; 300 new + USB_KBD_BOOT_REPORT_SIZE)) { in usb_kbd_service_key() 320 for (i = 2; i < USB_KBD_BOOT_REPORT_SIZE; i++) { in usb_kbd_irq_worker() 332 memcpy(data->old, data->new, USB_KBD_BOOT_REPORT_SIZE); in usb_kbd_irq_worker() 341 (dev->irq_act_len != USB_KBD_BOOT_REPORT_SIZE)) { in usb_kbd_irq() 367 1, 0, data->new, USB_KBD_BOOT_REPORT_SIZE); 377 USB_KBD_BOOT_REPORT_SIZE, data->new, 489 roundup(USB_KBD_BOOT_REPORT_SIZE, USB_DMA_MINALIGN)); 499 USB_KBD_BOOT_REPORT_SIZE); 519 USB_KBD_BOOT_REPORT_SIZE, data->new, [all …]
|
/u-boot/test/dm/ |
A D | usb.c | 421 char scancodes[USB_KBD_BOOT_REPORT_SIZE] = {0}; in dm_test_usb_keyb()
|
/u-boot/include/ |
A D | usb.h | 249 #define USB_KBD_BOOT_REPORT_SIZE 8 macro
|
Completed in 8 milliseconds