Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_keyb.c86 .bInterfaceSubClass = USB_SUB_HID_BOOT,
120 .bInterfaceSubClass = USB_SUB_HID_BOOT,
/openbmc/u-boot/include/
H A Dusb_defs.h26 #define USB_SUB_HID_BOOT 1 macro
/openbmc/u-boot/common/
H A Dusb_kbd.c419 if (iface->desc.bInterfaceSubClass != USB_SUB_HID_BOOT)
668 .bInterfaceSubClass = USB_SUB_HID_BOOT,
/openbmc/u-boot/cmd/
H A Dusb.c71 case USB_SUB_HID_BOOT: in usb_display_class_sub()