Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/include/
H A Defidevp.h208 UINT8 DeviceClass; member
/freebsd-13.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-13.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h452 UINT8 DeviceClass; member
/freebsd-13.1/stand/efi/libefi/
H A Ddevpath.c293 ((USB_CLASS_DEVICE_PATH *)node)->DeviceClass, in efi_messaging_dev_path()
/freebsd-13.1/stand/efi/loader/
H A Dmain.c172 if (usb->DeviceClass == 3 && /* HID */ in has_keyboard()