Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb_defs.h22 #define USB_CLASS_VENDOR_SPEC 0xff macro
H A Dusbdevice.h166 #define USB_CLASS_VENDOR_SPEC 0xff macro
/openbmc/u-boot/include/linux/usb/
H A Dch9.h297 #define USB_CLASS_VENDOR_SPEC 0xff macro
/openbmc/u-boot/cmd/
H A Dusb.c51 case USB_CLASS_VENDOR_SPEC: in usb_get_class_desc()
/openbmc/qemu/include/hw/
H A Dusb.h85 #define USB_CLASS_VENDOR_SPEC 0xff macro
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c450 if (desc->bDeviceClass == USB_CLASS_VENDOR_SPEC && in usb_match_one_id_intf()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c2171 dev_qualifier.bDeviceClass = USB_CLASS_VENDOR_SPEC; in eth_bind()