Home
last modified time | relevance | path

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

/freebsd-12.1/stand/efi/include/
H A Defidevp.h208 UINT8 DeviceClass; member
/freebsd-12.1/lib/libefivar/
H A Defivar-dp-format.c1082 switch (UsbClass->DeviceClass) { in DevPathToTextUsbClass()
1148 if (UsbClass->DeviceClass == USB_CLASS_RESERVE) { in DevPathToTextUsbClass()
1184 UsbClass->DeviceClass, in DevPathToTextUsbClass()
H A Defivar-dp-parse.c2185 UsbClass->DeviceClass = (UINT8) Strtoi (ClassStr); in ConvertFromTextUsbClass()
2187 UsbClass->DeviceClass = UsbClassText->Class; in ConvertFromTextUsbClass()
/freebsd-12.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h443 UINT8 DeviceClass; member
/freebsd-12.1/stand/efi/loader/
H A Dmain.c161 if (usb->DeviceClass == 3 && /* HID */ in has_keyboard()