Home
last modified time | relevance | path

Searched refs:UFS_DEVICE_PATH (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h846 } UFS_DEVICE_PATH; typedef
1249 UFS_DEVICE_PATH Ufs;
1306 UFS_DEVICE_PATH *Ufs;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThru.c81 UFS_DEVICE_PATH mUfsDevicePathTemplate = {
86 (UINT8) (sizeof (UFS_DEVICE_PATH)),
87 (UINT8) ((sizeof (UFS_DEVICE_PATH)) >> 8)
421 DevicePathNode = AllocateCopyPool (sizeof (UFS_DEVICE_PATH), &mUfsDevicePathTemplate); in UfsPassThruBuildDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c1861 UFS_DEVICE_PATH *Ufs; in DevPathFromTextUfs()
1865 Ufs = (UFS_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextUfs()
1868 (UINT16) sizeof (UFS_DEVICE_PATH) in DevPathFromTextUfs()
DDevicePathToText.c790 UFS_DEVICE_PATH *Ufs; in DevPathToTextUfs()