Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DUsb.h108 UINT8 DeviceClass; member
/freebsd/lib/libefivar/
H A Defivar-dp-format.c1135 switch (UsbClass->DeviceClass) { in DevPathToTextUsbClass()
1201 if (UsbClass->DeviceClass == USB_CLASS_RESERVE) { in DevPathToTextUsbClass()
1237 UsbClass->DeviceClass, in DevPathToTextUsbClass()
H A Defivar-dp-parse.c2300 UsbClass->DeviceClass = 0xFF; in ConvertFromTextUsbClass()
2302 UsbClass->DeviceClass = (UINT8)Strtoi (ClassStr); in ConvertFromTextUsbClass()
2305 UsbClass->DeviceClass = UsbClassText->Class; in ConvertFromTextUsbClass()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h451 UINT8 DeviceClass; member
/freebsd/stand/efi/libefi/
H A Ddevpath.c292 ((USB_CLASS_DEVICE_PATH *)node)->DeviceClass, in efi_messaging_dev_path()
/freebsd/stand/efi/loader/
H A Dmain.c213 if (usb->DeviceClass == 3 && /* HID */ in has_keyboard()