Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DUsb.h110 UINT8 DeviceProtocol; member
/freebsd/lib/libefivar/
H A Defivar-dp-format.c1196 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1208 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1217 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1226 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
1239 UsbClass->DeviceProtocol in DevPathToTextUsbClass()
H A Defivar-dp-parse.c2334 UsbClass->DeviceProtocol = 0xFF; in ConvertFromTextUsbClass()
2336 UsbClass->DeviceProtocol = (UINT8)Strtoi (ProtocolStr); in ConvertFromTextUsbClass()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h461 UINT8 DeviceProtocol; member
/freebsd/stand/efi/libefi/
H A Ddevpath.c294 ((USB_CLASS_DEVICE_PATH *)node)->DeviceProtocol, tail) < 0) in efi_messaging_dev_path()
/freebsd/stand/efi/loader/
H A Dmain.c215 usb->DeviceProtocol == 1) { /* Boot keyboards */ in has_keyboard()