Home
last modified time | relevance | path

Searched refs:DbcInfoContext (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c512 DebugCapabilityContext->DbcInfoContext.String0Length = STRING0_DESC_LEN; in CreateDebugCapabilityContext()
513 DebugCapabilityContext->DbcInfoContext.ManufacturerStrLength = MANU_DESC_LEN; in CreateDebugCapabilityContext()
514 DebugCapabilityContext->DbcInfoContext.ProductStrLength = PRODUCT_DESC_LEN; in CreateDebugCapabilityContext()
515 DebugCapabilityContext->DbcInfoContext.SerialNumberStrLength = SERIAL_DESC_LEN; in CreateDebugCapabilityContext()
540 DebugCapabilityContext->DbcInfoContext.String0DescAddress = (UINT64)(UINTN)String0Desc; in CreateDebugCapabilityContext()
544 …DebugCapabilityContext->DbcInfoContext.ManufacturerStrDescAddress = (UINT64)(UINTN)ManufacturerStr… in CreateDebugCapabilityContext()
548 DebugCapabilityContext->DbcInfoContext.ProductStrDescAddress = (UINT64)(UINTN)ProductStrDesc; in CreateDebugCapabilityContext()
552 …DebugCapabilityContext->DbcInfoContext.SerialNumberStrDescAddress = (UINT64)(UINTN)SerialNumberStr… in CreateDebugCapabilityContext()
DDebugCommunicationLibUsb3Internal.h405 DBC_INFO_CONTEXT DbcInfoContext; member