Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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];
304 (memscan(new + 2, old[i], USB_KBD_BOOT_REPORT_SIZE - 2) == in usb_kbd_service_key()
305 new + USB_KBD_BOOT_REPORT_SIZE)) { in usb_kbd_service_key()
325 for (i = 2; i < USB_KBD_BOOT_REPORT_SIZE; i++) { in usb_kbd_irq_worker()
337 memcpy(data->old, data->new, USB_KBD_BOOT_REPORT_SIZE); in usb_kbd_irq_worker()
346 (dev->irq_act_len != USB_KBD_BOOT_REPORT_SIZE)) { in usb_kbd_irq()
372 1, 0, data->new, USB_KBD_BOOT_REPORT_SIZE);
373 if (memcmp(data->old, data->new, USB_KBD_BOOT_REPORT_SIZE)) {
382 USB_KBD_BOOT_REPORT_SIZE, data->new,
[all …]