Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_kbd.c102 #define USB_KBD_BOOT_REPORT_SIZE 8 macro
118 uint8_t old[USB_KBD_BOOT_REPORT_SIZE];
262 (memscan(new + 2, old[i], USB_KBD_BOOT_REPORT_SIZE - 2) == in usb_kbd_service_key()
263 new + USB_KBD_BOOT_REPORT_SIZE)) { in usb_kbd_service_key()
283 for (i = 2; i < USB_KBD_BOOT_REPORT_SIZE; i++) { in usb_kbd_irq_worker()
295 memcpy(data->old, data->new, USB_KBD_BOOT_REPORT_SIZE); in usb_kbd_irq_worker()
304 (dev->irq_act_len != USB_KBD_BOOT_REPORT_SIZE)) { in usb_kbd_irq()
331 1, 0, data->new, USB_KBD_BOOT_REPORT_SIZE);
332 if (memcmp(data->old, data->new, USB_KBD_BOOT_REPORT_SIZE)) {
341 USB_KBD_BOOT_REPORT_SIZE, data->new,
[all …]