Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/nvme/
Dnvme-uclass.c40 .id = UCLASS_NVME,
Dnvme.c653 ret = uclass_get(UCLASS_NVME, &uc); in nvme_scan_namespace()
862 .id = UCLASS_NVME,
/third_party/uboot/u-boot-2020.01/include/dm/
Duclass-id.h71 UCLASS_NVME, /* NVM Express device */ enumerator
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_device_path.c457 case UCLASS_NVME: in dp_size()
595 case UCLASS_NVME: { in dp_fill()
/third_party/uboot/u-boot-2020.01/drivers/block/
Dblk-uclass.c39 [IF_TYPE_NVME] = UCLASS_NVME,